vcov.dsem | R Documentation |
extract the covariance of fixed effects, or both fixed and random effects.
## S3 method for class 'dsem'
vcov(object, which = c("fixed", "random", "both"), ...)
object |
output from |
which |
whether to extract the covariance among fixed effects, random effects, or both |
... |
ignored, for method compatibility |
A square matrix containing the estimated covariances among the parameter estimates in the model.
The dimensions dependend upon the argument which
, to determine whether fixed, random effects,
or both are outputted.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.