| BootstrapStatistic-class | R Documentation |
BootstrapStatistic is a container class for bootstrap samples augmented with a computed statistic.
Object of class BootstrapStatistic
statnameThe name of a (possibly user-defined) statistic to compute on the bootstrap sample.
arglistA list of arguments passed to the function referenced by statname.
variableThe name of the variable on which to compute statname.
inbag_statThe value of statname for the in-bag bootstrapped sample.
oob_statThe value of statname for the out-of-bag bootstrapped sample.
Bootstrap, bootstrap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.