Learn R Programming

nlme (version 3.1-130)

gnlsObject: Fitted gnls Object

Description

An object returned by the gnls function, inheriting from class gnls and also from class gls, and representing a generalized nonlinear least squares fitted 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 gnls object.

See Also

gnls, gnlsStruct