powered by
Get a point estimate of the covariance or correlation matrix of population-level parameters
# S3 method for brmsfit vcov(object, correlation = FALSE, ...)
An object of class brmsfit
brmsfit
logical; if FALSE (the default), compute the covariance matrix, if TRUE, compute the correlation matrix
FALSE
TRUE
Currently ignored
covariance or correlation matrix of population-level parameters
Estimates are obtained by calculating the maximum likelihood covariances (correlations) of the posterior samples.
# NOT RUN { fit <- brm(count ~ log_Age_c + log_Base4_c * Trt_c + (1+Trt_c|visit), data = epilepsy, family = gaussian(), chains = 2) vcov(fit) # } # NOT RUN { # }
Run the code above in your browser using DataLab