Data is partitioned according to the levels of the grouping
factor defined in model and individual nls fits are
obtained for each data partition, using the model defined in
model.
Usage
nlsList(model, data, start, control, level, subset, na.action, pool)
## S3 method for class 'nlsList':
update(object, model, data, start, control, level,
subset, na.action, pool, \dots)
Arguments
Value
a list of nls objects with as many components as the number of
groups defined by the grouping factor. Generic functions such as
coef, fixed.effects, lme, pairs,
plot, predict, random.effects, summary,
and update have methods that can be applied to an nlsList
object.