50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


nlme (version 3.1-29)

print.lmList: 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

## S3 method for class 'lmList':
print(x, pool, ...)

Arguments

See Also

lmList

Examples

Run this code
data(Orthodont)
fm1 <- lmList(Orthodont)
print(fm1)

Run the code above in your browser using DataLab