Creates bootstrap samples
avbootstrap
creates bootstrap samples
avbootstrap(qp, bootstrap = "parametric", B = 100)
qp
: output from quickpsybootstrap
: 'parametric'
performs parametric bootstrap; 'nonparametric'
performs non-parametric bootstrap; 'none'
does not perform bootstrap (default is 'parametric'
).B
: number of bootstrap samples (default is 100 ONLY).