print.lmList {nlme}R Documentation

Print an lmList Object

Description

Information describing the individual lm fits corresponding to object is printed. This includes the estimated coefficients and the residual standard error.

Usage

print(x, pool, ...)

Arguments

x an object inheriting from class lmList, representing a list of fitted lm objects.
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.

Author(s)

Jose Pinheiro Jose.Pinheiro@pharma.novartis.com and Douglas Bates bates@stat.wisc.edu

See Also

lmList

Examples

data(Orthodont)
fm1 <- lmList(Orthodont)
print(fm1)

[Package Contents]