revar {mrgsolve} | R 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)
[Package mrgsolve version 1.5.2 Index]