vcov.bnr: Extract Covariance Matrix from Bivariate Normal Regression...

View source: R/Class.R

vcov.bnrR Documentation

Extract Covariance Matrix from Bivariate Normal Regression Model

Description

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

Usage

## S3 method for class 'bnr'
vcov(object, ..., type = "Regression", inv = FALSE)

Arguments

object

bnr object.

...

Unused.

type

Select "Covariance","Outcome",or "Regression". Default is "Regression".

inv

Invert the covariance matrix? Default is FALSE.


zrmacc/BNEM documentation built on March 31, 2024, 12:20 a.m.