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, ...)
any object.
arguments passed to other methods. Currently ignored
the variance-covariance matrix
vcov in the stats package.
# NOT RUN { data(FEVData) Model <- pim(FEV~ Age + Smoke*Sex , data=FEVData) vcov(Model) # }
Run the code above in your browser using DataLab