vcov.mnr: Extract Covariance Matrix from Multivariate Regression Model

Description Usage Arguments Value

View source: R/Class.R

Description

Returns estimated covariance matrices from a fitted mnr model. Specify "Regression" for the information matrix of the regression parameters. Specify "Outcome" for the outcome covariance matrix.

Usage

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

Arguments

object

A mnr object.

...

Unused.

type

Either "Information" or "Outcome". Default is "Information".

inv

Invert information matrix? Default is FALSE.

Value

A numeric matrix.


zrmacc/MNR documentation built on May 17, 2019, 8:47 p.m.