bootstrap.data.frame: Bootstrap constructor

Description Usage Arguments Value Examples

View source: R/bootstrap.R

Description

Bootstrap constructor

Usage

1
2
## S3 method for class 'data.frame'
bootstrap(data, FUN = mean, n = 1000, ...)

Arguments

data

The data frame from which to resample

FUN

The function of interest

n

The number of resamples to perform

...

Additional arguments

Value

A an object with class strop

Examples

1
2

Aehmlo/strop documentation built on Dec. 1, 2019, 2:55 a.m.