avbootstrap: Creates bootstrap samples
Description
avbootstrap
creates bootstrap samples
Usage
avbootstrap(qp, bootstrap = "parametric", B = 100)
Arguments
bootstrap
'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).