Given a survey dataset and a description of the survey design (ie, which combination of vars determines primary sampling units, and which combination of vars determines strata), take a bunch of bootstrap samples under a simple random sampling (with repetition) scheme
Arguments
- survey.data
The dataset to use
- num.reps
The number of bootstrap replication samples to draw
- parallel
If
TRUE, use parallelization (viaplyr)- paropts
An optional list of arguments passed on to
plyrto control details of parallelization- ...
Ignored, but useful because it allows params like
survey.designwhich are used in other bootstrap designs, to be passed in without error