parallel
Wrapper to run bootstrap resamples using parallel
run_boots(cal, R = 1000, cores = 1)
a list created by one of the boot.
functions
an object created with one of the _cal
functions
number of resamples (default = 1000)
number of cores (for parallel
)