Replicate the bootstrap computations

replicate_bootstrap(number_bootstraps = 100, future_seed = TRUE, ...)

Arguments

number_bootstraps

The number of bootstraps to perform, default is 100.

future_seed

Seed control forwarded to future.apply::future_lapply(future.seed = ...).

...

Additional function arguments to pass to the bootstrap_mars() function.