Learn R Programming

LMMstar (version 1.1.0)

manifest.lmm: Variables Involved in a Linear Mixed Model

Description

Extract the variables used by the linear mixed model.

Usage

# S3 method for lmm
manifest(x, effects = "all", original = TRUE, simplify = TRUE, ...)

Value

A list of character vectors or a character vector.

Arguments

x

a lmm object.

effects

[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")?

original

[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.

simplify

[logical] Should the list be converted into a vector if a single effects is requested?

...

not used. For compatibility with the generic function