Variance-Covariance Matrix
Computes the variance-covariance matrix from the posterior draws by compute the sample covariance matrix of the draws
## S3 method for class 'rmsb' vcov(object, regcoef.only = TRUE, intercepts = "all", ...)
object |
an object produced by an |
regcoef.only |
set to |
intercepts |
set to |
... |
ignored |
matrix
Frank Harrell
## Not run: f <- blrm(...) v <- vcov(f) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.