run_boots: Wrapper to run bootstrap resamples using 'parallel'

View source: R/boots.R

run_bootsR 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 _cal functions

R

number of resamples (default = 1000)

cores

number of cores (for parallel)

Value

a list created by one of the boot. functions


pmcalibration documentation built on Sept. 8, 2023, 5:10 p.m.