amer-class {amer} | R Documentation |
The "amer"
-class represents additive or generalized
additive mixed-effects models. It extends the "mer"
-class.
Objects can be created by calls to the
amer
function.
The class "amer"
extends the mer-class
.
It has only one additional slot:
smooths
:indGrp
, indPen
, indUnpen
, indConst
giving the respective indices of the variance components,
random effects, (non-constant) fixed effects and constant fixed effects (intercept, factor level effects)
associated with the smooth
see mer-class
getF
for extracting fitted or predicted function values of the smooth terms.