vcov.bnr: Extract Covariance Matrix from Multivariate Regression Model

Description Usage Arguments

Description

Returns the either the estimated covariance matrix of the outcome, or the information matrix of the regression coefficients.

Usage

1
2
## S3 method for class 'bnr'
vcov(object, ..., type = "Information", inv = F)

Arguments

object

A bnr object.

...

Unused.

type

Either Outcome or Information. Default is Information.

inv

Invert the covariance matrix? Default is FALSE.


zrmacc/BNR documentation built on June 22, 2019, 8:56 p.m.