subset.lvm | R Documentation |
Extract measurement models or user-specified subset of model
## S3 method for class 'lvm'
subset(x, vars, ...)
x |
|
vars |
Character vector or formula specifying variables to include in subset. |
... |
Additional arguments to be passed to the low level functions |
A lvm
-object.
Klaus K. Holst
m <- lvm(c(y1,y2)~x1+x2)
subset(m,~y1+x1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.