View source: R/aanalyse_kinetics_helpers.R
| build_ss_formula | R Documentation |
Constructs x ~ fn(t, ...) with each free parameter as a bare
symbol and each fixed parameter substituted as its constant value.
build_ss_formula(fn, params, fix = list(), x, t)
fn |
Symbol; the self-start model function. |
params |
Character vector of parameter names in |
fix |
Named list of fixed parameter values. |
x, t |
Character; the response and time column names (see
|
A two-sided formula on x and t.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.