Learn R Programming

nlme (version 3.1-130)

glsObject: Fitted gls Object

Description

An object returned by the gls function, inheriting from class "gls" and representing a generalized least squares fitted linear model. Objects of this class have methods for the generic functions anova, coef, fitted, formula, getGroups, getResponse, intervals, logLik, plot, predict, print, residuals, summary, and update.

Arguments

Value

The following components must be included in a legitimate "gls" object.

See Also

gls, glsStruct