vcov {pim} | R Documentation |
Methods for vcov
Description
This package defines an S4 generic for vcov
and methods for list and pim classes.
Usage
vcov(object, ...)
## S4 method for signature 'pim'
vcov(object, ...)
## S4 method for signature 'list'
vcov(object, ...)
Arguments
object |
any object. |
... |
arguments passed to other methods. Currently ignored |
Value
the variance-covariance matrix
See Also
vcov
in the stats package.
Examples
data(FEVData)
Model <- pim(FEV~ Age + Smoke*Sex , data=FEVData)
vcov(Model)
[Package pim version 2.0.2 Index]