vcov.rmsb | R Documentation |
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
rms::vcov.rms()
## Not run:
f <- blrm(...)
v <- vcov(f)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.