nlme (version 3.1-86)

residuals.gls: Extract gls Residuals

Description

The residuals for the linear model represented by object are extracted.

Usage

## S3 method for class 'gls':
residuals(object, type, \dots)

Arguments

Value

a vector with the residuals for the linear model represented by object.

See Also

gls

Examples

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

Run the code above in your browser using DataCamp Workspace