| dmgfd_fit_model_double_gompertz | R Documentation |
Fit double-Gompertz model
dmgfd_fit_model_double_gompertz(
x,
y,
x_pred,
fixed_a_value = NA_real_,
fix_a_to_observed_max = FALSE,
start_value_double_gompertz_parameters = list(a = NA_real_, k = NA_real_, t0 =
NA_real_, a2 = NA_real_, k2 = NA_real_, t02 = NA_real_)
)
x |
Observed season-day values. |
y |
Observed cumulative growth values. |
x_pred |
Prediction season-day values. |
fixed_a_value |
Optional fixed total asymptote on original scale. |
fix_a_to_observed_max |
Logical fixed-asymptote flag. |
start_value_double_gompertz_parameters |
Starting values. |
List with pred and params.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.