plot(object, ...)
object
|
an object inheriting from class intervals.lmList ,
representing confidence intervals and estimates for the the
coefficients in the lm components of the lmList object
used to produce object .
|
...
|
optional arguments passed to the Trellis dotplot
function.
|
lm
components of the lmList
object used to produce
object
. 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.lm
components of the lmList
that
generated object
.trellis
library.intervals.lmList
, lmList
,
dotplot
library(lme) data(Orthodont) fm1 <- lmList(distance ~ age | Subject, Orthodont) plot(intervals(fm1))