Computes bootstrap confidence intervals for equation parameters.
bootstrap_parameters(
equation,
data,
response = NULL,
derivative_col = NULL,
n_boot = 500,
conf_level = 0.95,
block_size = NULL
)Data frame with parameter estimates and confidence intervals.
Fitted equation object.
Original data.
Name of response column.
Alias for response.
Number of bootstrap samples.
Confidence level (default 0.95).
Block size for block bootstrap (time series).