tidyboot: Non-parametric bootstrap with multiple sample statistics

Description Usage Arguments Examples

View source: R/tidyboot.R

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

1

Arguments

data

A data structure containing the data to bootstrap.

...

Additional arguments passed to particular methods.

Examples

1
2
## List of available methods
methods(tidyboot)

tidyboot documentation built on May 2, 2019, 9:33 a.m.