Model | R Documentation |
Extract or replace model object
Model(x, ...)
Model(x, ...) <- value
x |
Fitted model |
... |
Additional arguments to be passed to the low level functions |
value |
New model object (e.g. |
Returns a model object (e.g. lvm
or multigroup
)
Klaus K. Holst
Graph
m <- lvm(y~x)
e <- estimate(m, sim(m,100))
Model(e)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.