nlme (version 3.1-86)

plot.intervals.lmList: Plot lmList Confidence Intervals

Description

A Trellis dot-plot of the confidence intervals on the linear model coefficients is generated, with a different panel for each coefficient. Rows in the dot-plot correspond to the names of the lm components of the lmList object used to produce x. The lower and upper confidence limits are connected by a line segment and the estimated coefficients are marked with a "+". The Trellis function dotplot is used in this method function.

Usage

## S3 method for class 'intervals.lmList':
plot(x, \dots)

Arguments

Value

a Trellis plot with the confidence intervals on the coefficients of the individual lm components of the lmList that generated x.

See Also

intervals.lmList, lmList, dotplot

Examples

Run this code
fm1 <- lmList(distance ~ age | Subject, Orthodont)
plot(intervals(fm1))

Run the code above in your browser using DataCamp Workspace