Learn R Programming

nlme (version 3.1-10)

print.gls: Print a gls Object

Description

Information describing the fitted linear model represented by x is printed. This includes the coefficients, correlation and variance function parameters, if any are present, and the residual standard error.

Usage

print(x, ...)

Arguments

See Also

gls, print.summary.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(fm1)

Run the code above in your browser using DataLab