vcov.multiRec: Variance covariance matrix of a fitted model

View source: R/methods.R

vcov.multiRecR Documentation

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 class 'multiRec'
vcov(object, ...)

Arguments

object

an object of type multiRec

...

not used

Value

a matrix


multiRec documentation built on Feb. 3, 2026, 5:06 p.m.