manifest.lmm {LMMstar} | R Documentation |
Variables Involved in a Linear Mixed Model
Description
Extract the variables used by the linear mixed model.
Usage
## S3 method for class 'lmm'
manifest(x, effects = "all", original = TRUE, simplify = TRUE, ...)
Arguments
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 |
Value
A list of character vectors or a character vector.
[Package LMMstar version 1.1.0 Index]