Print an intervals.lme Object
Usage
print(x, ...)
Arguments
x
|
an object inheriting from class intervals.lme ,
representing a list of data frames with confidence intervals and
estimates for the coefficients in the lme object that produced
x .
|
...
|
optional arguments passed to print.default ; see
the documentation on that method function.
|
Description
The individual components of x
are printed.Author(s)
Jose Pinheiro and Douglas BatesSee Also
intervals.lme
Examples
library(lme)
data(Orthodont)
fm1 <- lme(distance ~ age, Orthodont, random = ~ age | Subject)
print(intervals(fm1))