vcov | R Documentation |
Calculate variance-covariance matrix for a model
vcov(object, ...)
## S4 method for signature 'familiarModel'
vcov(object, ...)
object |
a familiarModel object |
... |
additional arguments passed to |
This method extends the vcov
S3 method. For some models vcov
requires information that is trimmed from the model. In this case a copy of
the variance-covariance matrix is stored with the model, and returned.
Variance-covariance matrix of the model in the familiarModel object, if any.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.