replicate_bootstrap.RdReplicate the bootstrap computations
replicate_bootstrap(number_bootstraps = 100, future_seed = TRUE, ...)The number of bootstraps to perform, default is 100.
Seed control forwarded to future.apply::future_lapply(future.seed = ...).
Additional function arguments to pass to the bootstrap_mars() function.