Update a groupedData 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 the
documentation on that function for descriptions of and default values
for these arguments.
|
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.Value
an updated groupedData
object.Author(s)
Jose Pinheiro and Douglas BatesSee Also
groupedData
Examples
library(lme)
data(Orthodont)
Orthodont2 <- update(Orthodont, FUN = mean)