print(x, ...)
x
|
an object inheriting from class summary.lmList ,
representing a summarized lme object.
|
...
|
optional arguments passed to print.default ; see
the documentation on that method function.
|
lm
fitted objects
corresponding to x
is printed. This includes the estimated
coefficients and their respective standard errors, t-values, and
p-values.summary.lmList
, lmList
library(lme) data(Orthodont) fm1 <- lmList(distance ~ age | Subject, Orthodont) print(summary(fm1))