Last chance! 50% off unlimited learning
Sale ends in
lm
component of object
and organized into a three
dimensional array. The first dimension corresponding to the names
of the object
components. The second dimension is given by
lower
, est.
, and upper
corresponding,
respectively, to the lower confidence limit, estimated coefficient,
and upper confidence limit. The third dimension is given by the
coefficients names.## S3 method for class 'lmList':
intervals(object, level, pool, \dots)
lmList
, representing
a list of lm
objects with a common model.attr(object, "pool")
.lm
component of object
.lmList
, plot.intervals.lmList
data(Orthodont)
fm1 <- lmList(distance ~ age | Subject, Orthodont)
intervals(fm1)
Run the code above in your browser using DataLab