revar: Get model random effect variances and covariances

revarR Documentation

Get model random effect variances and covariances

Description

Use this function to extract both OMEGA and SIGMA matrices from a model object. Typical use is for display on the R console.

Usage

revar(x, ...)

## S4 method for signature 'mrgmod'
revar(x, ...)

Arguments

x

model object.

...

passed along.

Value

A named list containing omega and sigma matrices.

Examples

mod <- mrgsolve::house()
revar(mod)


mrgsolve documentation built on Oct. 18, 2024, 5:12 p.m.

Related to revar in mrgsolve...