Last chance! 50% off unlimited learning
Sale ends in
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.## S3 method for class 'intervals.lmList':
plot(x, \dots)
"intervals.lmList"
,
representing confidence intervals and estimates for the coefficients
in the lm
components of the lmList
object usdotplot
function.lm
components of the lmList
that
generated x
.intervals.lmList
,
lmList
,
dotplot
fm1 <- lmList(distance ~ age | Subject, Orthodont)
plot(intervals(fm1))
Run the code above in your browser using DataLab