lme4 (version 0.9-1)

random.effects: Extract Random Effects

Description

A generic function to extract the random effects.

Usage

random.effects(object, ...)
ranef(object, ...)

Arguments

object
an object of a class from which random effects estimates can be extracted.
...
some methods for this generic function require additional arguments.

Value

  • a list of matrices.

Examples

Run this code
ranef(lmer(decrease ~ treatment + (1|rowpos) + (1|colpos),
             OrchardSprays))

Run the code above in your browser using DataCamp Workspace