manifest.lmm | R Documentation |
Extract the variables used by the linear mixed model.
## S3 method for class 'lmm'
manifest(x, effects = "all", original = TRUE, simplify = TRUE, ...)
x |
a |
effects |
[character] Should all variable be output ( |
original |
[logical] Should only the variables present in the original data be output?
When |
simplify |
[logical] Should the list be converted into a vector if a single |
... |
not used. For compatibility with the generic function |
A list of character vectors or a character vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.