formula method for nlsLMList
# 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
)
see nlsList
see nlsList
see nlsList
see nls
see nlsList
see nlsList
see nlsList
choice of algorithm default is 'LM' which uses 'nlsLM' from the minpack.lm package.
see nlsList
see nlsList