Last chance! 50% off unlimited learning
Sale ends in
lm
fits corresponding to
object
is printed. This includes the estimated coefficients and
the residual standard error.## S3 method for class 'lmList':
print(x, pool, ...)
lmList
, representing
a list of fitted lm
objects.attr(object, "pool")
.print.default
; see
the documentation on that method function.lmList
data(Orthodont)
fm1 <- lmList(Orthodont)
print(fm1)
Run the code above in your browser using DataLab