View source: R/aanalyse_kinetics_helpers.R
| init_fixed | R Documentation |
Decorates a selfStart initial function so parameters supplied as
values in the model formula (e.g. SSmonoexponential(t, A = 0, B, tau)) are
excluded from the returned start vector. stats::nls() reads the
free parameters from the names of that vector, so excluded
parameters are treated as constants in the formula. Fixed values are
forwarded to the wrapped initialiser as a fixed list argument to
seed the remaining free estimates.
init_fixed(init, params)
init |
A |
params |
Character vector of the model parameter names. |
A function suitable for the initial argument of
stats::selfStart().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.