print(x, pool, ...)
x
|
an object inheriting from class lmList, representing
a fitted linear mixed-effects model.
|
pool
|
an optional logical value indicating whether a pooled
estimate of the residual standard error should be used. Default is
attr(object, "pool").
|
...
|
optional arguments passed to print.default; see
the documentation on that method function.
|
lm fits corresponding to
object is printed. This includes the estimated coefficients and
the residual standard error.lmListlibrary(lme) data(Orthodont) fm1 <- lmList(Orthodont) print(fm1)