Learn R Programming

LMMstar (version 1.1.0)

terms.lmm: Model Terms For Linear Mixed Models

Description

Model terms for linear mixed models. Used by multcomp::glht.

Usage

# S3 method for lmm
terms(x, ...)

Value

An object of class terms giving a symbolic representation of the mean structure.

Arguments

x

a lmm object

...

not used, for compatibility with the generic method.