lme4 (version 1.1-13)

merPredD-class: Class

Description

A reference class (see mother class definition "" for a mixed-effects model predictor module with a dense model matrix for the fixed-effects parameters. The reference class is associated with a C++ class of the same name. As is customary, the generator object, merPredD, for the class has the same name as the class.

Arguments

See Also

lmer, glmer, nlmer, merPredD, .

Examples

Run this code
showClass("merPredD")
pp <- slot(lmer(Yield ~ 1|Batch, Dyestuff), "pp")
stopifnot(is(pp, "merPredD"))
str(pp) # an overview of all fields and methods' names.

Run the code above in your browser using DataLab