jack: Non-parametric Bootstrapping

Description Usage Arguments Value Examples

Description

Compute the jackknife estimate of standard error using R

Usage

1
jack(data, func = NULL)

Arguments

data

he data as a vector

func

function to be bootstrapped

Value

the standard error to be estimated

Examples

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

## End(Not run)

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