vignettes/parallel-bootstrapping.Rmd
parallel-bootstrapping.RmdThis vignette shows how to run bootstrap standard errors in parallel
using boot.ncores and boot.parallel.
m <- '
X =~ x1 + x2 + x3
Z =~ z1 + z2 + z3
Y =~ y1 + y2 + y3
Y ~ X + Z + X:Z
'boot.parallel = "multisession")
Use "multisession" to run the bootstrap across multiple
background R sessions (works on Windows/macOS/Linux).
"snow" is an alias for "multisession".