Create a bootstrap distribution. During function sampling, CAMPSIS will generate values depending on the given data and arguments.
BootstrapDistribution(data, replacement = FALSE, random = FALSE)
data
: values to draw, numeric vectorreplacement
: values can be reused or not, logicalrandom
: values are drawn randomly, logicala bootstrap distribution
Useful links