nlraa (version 0.53)

nlsLMList.formula: Formula method for nls 'LM' list method

Description

formula method for nlsLMList

Usage

# S3 method for formula
nlsLMList(model, data, start = NULL, control, level,
  subset, na.action = na.fail, algorithm = c("LM", "default", "port",
  "plinear"), pool = TRUE, warn.nls = NA)

Arguments

model
data
start
control

see nls

level
subset
na.action
algorithm

choice of algorithm default is 'LM' which uses 'nlsLM' from the minpack.lm package.

pool
warn.nls