nlsLMList.formula | R Documentation |
formula method for nlsLMList
## 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
)
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 |
an object of class ‘nlsList’
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.