vcov: Methods for vcov

Description Usage Arguments Value See Also Examples

Description

This package defines an S4 generic for vcov and methods for list and pim classes.

Usage

1
2
3
4
5
6
7
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

1
2
3
data(FEVData)
Model <- pim(FEV~ Age + Smoke*Sex , data=FEVData)
vcov(Model)

pim documentation built on March 26, 2020, 7:57 p.m.