View source: R/analyse_sigmoidal.R
| fit_sigmoidal | R Documentation |
Channel fitter of analyse_logistic() (see
analyse_kinetics_channels()), also the fallback of
fit_sigmoidal_drift(). Self-starting SSlogistic(), SSgompertz(),
or SSgompertz_left() per the channel shape via stats::nls(), with
the requested direction enforced on B - A and the sign of slope
(enforce_direction()).
fit_sigmoidal(x, t, valid, .a, ctx)
x, t |
Numeric vectors of the channel response and time elapsed
from |
valid |
The |
.a |
The resolved argument list of the channel. |
ctx |
The channel context list of |
The coefs/model/fitted_data/diag list of
build_fit_results(), or build_na_results() when the fit fails.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.