Learn R Programming

nlme (version 3.1-10)

print.intervals.gls: Print an intervals.gls Object

Description

The individual components of x are printed.

Usage

print(x, ...)

Arguments

See Also

intervals.gls

Examples

Run this code
data(Ovary)
fm1 <- gls(follicles ~ sin(2*pi*Time) + cos(2*pi*Time), Ovary,
           correlation = corAR1(form = ~ 1 | Mare))
print(intervals(fm1))

Run the code above in your browser using DataLab