powered by
This package defines an S4 generic for vcov and methods for list and pim classes.
vcov
vcov(object, ...)# S4 method for pim vcov(object, ...)# S4 method for list vcov(object, ...)
# S4 method for pim vcov(object, ...)
# S4 method for list vcov(object, ...)
the variance-covariance matrix
any object.
arguments passed to other methods. Currently ignored
vcov in the stats package.
data(FEVData) Model <- pim(FEV~ Age + Smoke*Sex , data=FEVData) vcov(Model)
Run the code above in your browser using DataLab