View source: R/variable.names.R
variable.names.mlmm | R Documentation |
Extract the variables used to obtain multiple linear mixed models.
## S3 method for class 'mlmm'
variable.names(object, effects = "all", original = TRUE, simplify = TRUE, ...)
object |
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.