update.groupedData {nlme} | R Documentation |
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.
update(object, formula, data, order.groups, FUN, outer, inner, labels, units)
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. |
an updated groupedData
object.
Jose Pinheiro and Douglas Bates
library(nlme) data(Orthodont) Orthodont2 <- update(Orthodont, FUN = mean)