lme4 (version 1.1-19)

merPredD-class: Class "merPredD" - a Dense Predictor Reference Class

Description

A reference class (see mother class definition "'>envRefClass" 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, '>merMod.

Examples

Run this code
# NOT RUN {
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 DataCamp Workspace