Plot lmList Confidence Intervals
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
"+"
.
## S3 method for class 'intervals.lmList' plot(x, xlab = "", ylab = attr(x, "groupsName"), strip = function(...) strip.default(..., style = 1), ...)
x |
an object inheriting from class |
xlab, ylab |
axis labels, each with a sensible default. |
strip |
|
... |
optional arguments passed to the |
a Trellis plot with the confidence intervals on the coefficients of
the individual lm
components of the lmList
that
generated x
.
José Pinheiro and Douglas Bates bates@stat.wisc.edu
fm1 <- lmList(distance ~ age | Subject, Orthodont) plot(intervals(fm1))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.