random.effects {lme4}R Documentation

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

## see the method function documentation

[Package lme4 version 0.6-9 Index]