Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

Model

Extract model


Description

Extract or replace model object

Usage

Model(x, ...)

Model(x, ...) <- value

Arguments

x

Fitted model

...

Additional arguments to be passed to the low level functions

value

New model object (e.g. lvm or multigroup)

Value

Returns a model object (e.g. lvm or multigroup)

Author(s)

Klaus K. Holst

See Also

Examples

m <- lvm(y~x)
e <- estimate(m, sim(m,100))
Model(e)

lava

Latent Variable Models

v1.6.10
GPL-3
Authors
Klaus K. Holst [aut, cre], Brice Ozenne [ctb], Thomas Gerds [ctb]
Initial release
2021-09-01

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.