lme4 (version 1.1-6)

merPredD-class: Class "merPredD" - a dense predictor reference class

Description

A reference class 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

Extends

All reference classes extend and inherit methods from "envRefClass".

See Also

lmer, glmer, nlmer, merPredD, merMod.

Examples

Run this code
showClass("merPredD")
str(slot(lmer(Yield ~ 1|Batch, Dyestuff), "pp"))

Run the code above in your browser using DataCamp Workspace