Learn R Programming

multiRec (version 1.0.6)

vcov.multiRec: Variance covariance matrix of a fitted model

Description

If the model was fitted using robust=TRUE, this is the robust variance. Otherwise it is the naive variance (i.e. the inverse of the information matrix)

Usage

# S3 method for multiRec
vcov(object, ...)

Value

a matrix

Arguments

object

an object of type multiRec

...

not used