Learn R Programming

nlme (version 3.1-19)

update.groupedData: Update a groupedData Object

Description

The non-missing arguments in the call to the update.groupedData method replace the corresponding arguments in the original call used to produce object and groupedData is used with the modified call to produce an updated fitted object.

Usage

## S3 method for class 'groupedData':
update(object, formula, data, order.groups, FUN,
outer, inner, labels, units, \dots)

Arguments

Value

an updated groupedData object.

See Also

groupedData

Examples

Run this code
data(Orthodont)
Orthodont2 <- update(Orthodont, FUN = mean)

Run the code above in your browser using DataLab