BootstrapStatistic-class {TSDT} | R Documentation |
BootstrapStatistic
Description
BootstrapStatistic is a container class for bootstrap samples augmented with a computed statistic.
Value
Object of class BootstrapStatistic
Slots
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.
See Also
[Package TSDT version 1.0.7 Index]