vcov | R Documentation |
This package defines an S4 generic for vcov
and methods for list and pim classes.
vcov(object, ...)
## S4 method for signature 'pim'
vcov(object, ...)
## S4 method for signature 'list'
vcov(object, ...)
object |
any object. |
... |
arguments passed to other methods. Currently ignored |
the variance-covariance matrix
vcov
in the stats package.
data(FEVData)
Model <- pim(FEV~ Age + Smoke*Sex , data=FEVData)
vcov(Model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.