View source: R/aanalyse_kinetics_helpers.R
| fit_names | R Documentation |
stats::nls() formula symbols must be disjoint: a name cannot be
both a data column and a parameter. The fit data frame carries the
channel names so the model predicts on them, so a channel named
after a model parameter (or D, the amplitude used by
enforce_direction()) is prefixed with . in the fit and in the
stored model formula. Coefficients and results keep the original
names.
fit_names(x, t, params)
x, t |
Character; the response and time channel names. |
params |
Character vector of the model parameter names. |
A length-2 character vector of the response and time column names to fit on.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.