View source: R/aanalyse_kinetics_helpers.R
| resolve_fixed_params | R Documentation |
Classifies each self-start model parameter in a matched call as free
(written as its own bare symbol) or fixed (written as any other
value, e.g. A = 0). Fixed expressions are evaluated for use as
initialisation seeds; values that cannot be resolved to a finite
numeric scalar return NULL and seeds fall back to data-driven
estimates.
resolve_fixed_params(mCall, params, data)
mCall |
A matched call to the |
params |
Character vector of the model parameter names. |
data |
A data frame with the model variables. |
A named list of fixed parameter values, empty when no parameters are fixed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.