Estimates reasonable starting values for nonlinear least squares.
estimate_initial_values(
expression,
data,
response = NULL,
derivative_col = NULL,
method = c("grid_search", "random", "heuristic"),
n_tries = 100
)Named list of initial values.
Character string with the equation expression.
Data frame with variables.
Name of the response variable.
Alias for response (for compatibility).
Estimation method: "grid_search", "random", or "heuristic".
Number of attempts for random method.