bootstrap.default: #' Bootstrap constructor

Description Usage Arguments Value Examples

View source: R/bootstrap.R

Description

#' Bootstrap constructor

Usage

1
2
## Default S3 method:
bootstrap(data, FUN = mean, n = 1000, ...)

Arguments

data

The (atomic) data 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.