tidyboot {tidyboot} | R Documentation |
Non-parametric bootstrap with multiple sample statistics
Description
tidyboot
is a generic function for bootstrapping on various data
structures. The function invokes particular methods which depend on the class
of the first argument.
Usage
tidyboot(data, ...)
Arguments
data |
A data structure containing the data to bootstrap. |
... |
Additional arguments passed to particular methods. |
Examples
## List of available methods
methods(tidyboot)
[Package tidyboot version 0.1.1 Index]