SciencesPo (version 1.3.8)

jackknife: Resamples Data Using the Jackknife Method

Description

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

Usage

jackknife(x, p)

Arguments

x
A vector
p
An 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

encoding

UTF-8

Examples

Run this code
x = runif(10, 0, 1)
mean(x)
jackknife(x,mean)

Run the code above in your browser using DataCamp Workspace