R/brmsfit-methods.R
vcov.brmsfit.Rd
Get a point estimate of the covariance or correlation matrix of population-level parameters
# S3 method for brmsfit
vcov(object, correlation = FALSE, pars = NULL, ...)
An object of class brmsfit
.
Logical; if FALSE
(the default), compute
the covariance matrix, if TRUE
, compute the correlation matrix.
Optional names of coefficients to extract. By default, all coefficients are extracted.
Currently ignored.
covariance or correlation matrix of population-level parameters
Estimates are obtained by calculating the maximum likelihood covariances (correlations) of the posterior draws.