Print an intervals.lme Object

DESCRIPTION:

The individual components of x are printed.

USAGE:

print(x, ...) 

REQUIRED 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:

...
optional arguments passed to print.default; see the documentation on that method function.

SEE ALSO:

EXAMPLES:

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