Extract the variables used by the linear mixed model.
# S3 method for lmm
manifest(x, effects = "all", original = TRUE, simplify = TRUE, ...)
A list of character vectors or a character vector.
a lmm
object.
[character] Should all variable be output ("all"
),
or only those related to the outcome ("outcome"
), mean ("mean"
), variance ("variance"
),
correlation ("correlation"
), time ("time"
), cluster ("cluster"
), strata ("strata"
)?
[logical] Should only the variables present in the original data be output?
When FALSE
, variables internally created are output instead of the original variable for time, cluster, and strata.
[logical] Should the list be converted into a vector if a single effects
is requested?
not used. For compatibility with the generic function