jackafterboot: Non-parametric Bootstrapping

Description Usage Arguments Value Examples

Description

Computes an estimate for each leave-one-out sample using R

Usage

1
jackafterboot(data, func = NULL, B)

Arguments

data

the data as a vector

func

function to be bootstrapped

B

the number of replicates

Value

the standard error of both bootstrap method and jackknife-after-bootstrap method

Examples

1
2
3
4
5
## Not run: 
data <- 20 * rbeta(1000,2,3)
jackafterboot(data = data, func=mean, B = 2000)

## End(Not run)

lvli19/StatComp18096 documentation built on May 5, 2019, 11:07 p.m.