run_boots {pmcalibration} | R Documentation |
Wrapper to run bootstrap resamples using parallel
Description
Wrapper to run bootstrap resamples using parallel
Usage
run_boots(cal, R = 1000, cores = 1)
Arguments
cal |
an object created with one of the |
R |
number of resamples (default = 1000) |
cores |
number of cores (for |
Value
a list created by one of the boot.
functions
[Package pmcalibration version 0.2.0 Index]