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)

langcog/tidyboot documentation built on Nov. 17, 2020, 8:20 a.m.