ranef {lme4} | R Documentation |
A generic function to extract, and optionally accumulate, the random effects.
ranef(object, ...) ## S4 method for signature 'lmer': ranef(object, accumulate, ...) random.effects(object, ...) # deprecated
object |
an object of a class from which random effects estimates can be extracted. |
accumulate |
an optional logical argument indicating if the random effects for nested grouping factors should be accumulated. |
... |
some methods for this generic function require additional arguments. |
a list of matrices.
ranef(lmer(decrease ~ treatment + (1|rowpos) + (1|colpos), OrchardSprays))