jackknife: Resamples Data using the Jackknife Method

Description Usage Arguments Value Author(s) Examples

Description

This function is used for estimating standard errors when the distribution is not know.

Usage

1
  jackknife(x, t)

Arguments

x

a vector

t

estimation of parameter

Value

est orignial estimation of parameter

jkest jackknife estimation of parameter

jkvar jackknife estimation of variance

jkbias jackknife estimate of biasness of parameter

jkbiascorr bias corrected parameter estimate

Author(s)

Damon McCafferty damon.mccafferty@economics.utah.edu

Examples

1
2
3
x = runif(10, 0, 1)
mean(x)
jackknife(x,mean)

JackStat/CompPack documentation built on May 7, 2019, 10:16 a.m.