Bootstraps an incomplete dataset and then imputes each bootstrap a number
of times using the mice package. The resulting list of bootstrapped then
imputed datasets can be analysed with bootImputeAnalyse.
To run this function requires the mice package to be installed.
The number of bootstrap samples to take. It is recommended
that you use a minimum of 200. If you specify nCores>1, nBoot must
be a multiple of the specified nCores value.
nImp
The number of times to impute each bootstrap sample. Two
is recommended.
nCores
The number of CPU cores to use. If specified greater than one,
bootImpute will impute using the number of cores specified.
seed
Random number seed.
strata
Character name of variable to perform stratified resampling, if desired.