nlsLMList.formula {nlraa} | R Documentation |
Formula method for nls ‘LM’ list method
Description
formula method for nlsLMList
Usage
## S3 method for class 'formula'
nlsLMList(
model,
data,
start = NULL,
control,
level,
subset,
na.action = na.fail,
algorithm = c("LM", "default", "port", "plinear"),
lower = NULL,
upper = NULL,
pool = TRUE,
warn.nls = NA
)
Arguments
model |
see |
data |
see |
start |
see |
control |
see |
level |
see |
subset |
see |
na.action |
see |
algorithm |
choice of algorithm default is ‘LM’ which uses ‘nlsLM’ from the minpack.lm package. |
lower |
vectors of lower and upper bounds, replicated to be as long as start. If unspecified, all parameters are assumed to be unconstrained. Bounds can only be used with the “port” algorithm. They are ignored, with a warning, if given for other algorithms. |
upper |
see ‘lower’ |
pool |
see |
warn.nls |
see |
Value
an object of class ‘nlsList’
[Package nlraa version 1.9.7 Index]