BootstrapStatistic is a container class for bootstrap samples augmented with a computed statistic.
Object of class BootstrapStatistic
statname
The name of a (possibly user-defined) statistic to compute on the bootstrap sample.
arglist
A list of arguments passed to the function referenced by statname.
variable
The name of the variable on which to compute statname.
inbag_stat
The value of statname for the in-bag bootstrapped sample.
oob_stat
The value of statname for the out-of-bag bootstrapped sample.
Bootstrap, bootstrap