update.groupedData {nlme}R Documentation

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

update(object, formula, data, order.groups, FUN, outer, inner, labels, units)

Arguments

object an object inheriting from class groupedData.
other arguments defined as in groupedData. See that function's documentation for descriptions of and default values for these arguments.

Value

an updated groupedData object.

Author(s)

Jose Pinheiro and Douglas Bates

See Also

groupedData

Examples

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

[Package Contents]