Learn R Programming

pmcalibration (version 0.2.0)

run_boots: Wrapper to run bootstrap resamples using parallel

Description

Wrapper to run bootstrap resamples using parallel

Usage

run_boots(cal, R = 1000, cores = 1)

Value

a list created by one of the boot. functions

Arguments

cal

an object created with one of the _cal functions

R

number of resamples (default = 1000)

cores

number of cores (for parallel)