| dmgf_fit_model_logistic | R Documentation |
Fit logistic growth curve
dmgf_fit_model_logistic(
x,
y,
x_pred,
fixed_a_value = NA_real_,
fix_a_to_observed_max = FALSE,
start_value_richards_parameters = list(a = NA_real_, k = NA_real_, t0 = NA_real_, v =
1)
)
x |
Observed x values. |
y |
Observed y values. |
x_pred |
Prediction x values. |
fixed_a_value |
Optional fixed asymptote value. |
fix_a_to_observed_max |
Logical. |
start_value_richards_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.