Skip to contents

Bootstrap a split routine

Usage

bootstrap_crosswalk(..., nboot, ncores = 1L, seed)

Arguments

...

Pass arguments to crosswalk()

nboot

Number of bootstrap replicates to generate

ncores

Number of cores to use in parallel processing. If set to 999, parallelly::availableCores() will use the maximum available

seed

Seed used by doRNG to generate reproducible parallel computations