nlme (version 3.1-86)

fixef.lmList: Extract lmList Fixed Effects

Description

The average of the coefficients corresponding to the lm components of object is calculated.

Usage

## S3 method for class 'lmList':
fixef(object, \dots)

Arguments

Value

a vector with the average of the individual lm coefficients in object.

See Also

lmList, random.effects.lmList

Examples

Run this code
fm1 <- lmList(distance ~ age | Subject, Orthodont)
fixed.effects(fm1)

Run the code above in your browser using DataLab