containment {lmerTest} | R Documentation |
Determine the Containment Structure for All Terms in a Model
Description
See term_contain
for details about containment.
Usage
containment(object)
Arguments
object |
a model object, e.g. of class |
Value
a list with one element for each term in the model. Each element/term is a character vector of terms that the term is contained in.
[Package lmerTest version 3.1-3 Index]