View source: R/aanalyse_kinetics_helpers.R
| accept_port_fit | R Documentation |
stats::nls() with algorithm = "port" and warnOnly = TRUE returns
a model whose stop certificate failed. It is kept with a warning when
ok holds and its coefficients are finite; otherwise it is reported as
an error and dropped. The port stop code is reported in prose either
way.
accept_port_fit(model, on_error, ok = TRUE)
model |
An nls model or |
on_error |
A reporting function; see |
ok |
Logical; a further acceptance condition, e.g. an RSS no worse than the starting estimates. Evaluated only for a non-converged fit. |
model or NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.