Learn R Programming

nlme (version 3.1-10)

print.intervals.lme: Print an intervals.lme Object

Description

The individual components of x are printed.

Usage

print(x, ...)

Arguments

See Also

intervals.lme

Examples

Run this code
data(Orthodont)
fm1 <- lme(distance ~ age, Orthodont, random = ~ age | Subject)
print(intervals(fm1))

Run the code above in your browser using DataLab