View source: R/analyse_monoexponential.R
| monoexp_model | R Documentation |
Model function of SSmonoexponential(): monoexponential() plus the
partial derivatives for the parameters written as bare symbols in the
call (see free_params()), so stats::nls() skips
stats::numericDeriv() and a parameter fixed as a constant in the
formula contributes no gradient column.
monoexp_model(t, A, B, tau, TD = NULL)
t |
A numeric vector of the predictor variable (time). |
A |
A numeric parameter for the starting baseline of the response variable. |
B |
A numeric parameter for the ending asymptote of the response variable. |
tau |
A numeric parameter for the time constant ( |
TD |
A numeric parameter for the time delay before the onset of the
exponential response, in units of the predictor variable |
A numeric vector of predicted values with a "gradient"
attribute when any parameter is free.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.