revar | R Documentation |
Use this function to extract both OMEGA and SIGMA matrices from a model object. Typical use is for display on the R console.
revar(x, ...)
## S4 method for signature 'mrgmod'
revar(x, ...)
x |
model object. |
... |
passed along. |
A named list containing omega
and sigma
matrices.
mod <- mrgsolve::house()
revar(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.