| print.summary.lmList {nlme} | R Documentation |
Information summarizing the individual lm fitted objects
corresponding to x is printed. This includes the estimated
coefficients and their respective standard errors, t-values, and
p-values.
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.
|
Jose Pinheiro and Douglas Bates
data(Orthodont) fm1 <- lmList(distance ~ age | Subject, Orthodont) print(summary(fm1))