Learn R Programming

tabula (version 1.6.1)

stats_jackknife: Jackknife Estimation

Description

Jackknife Estimation

Usage

stats_jackknife(x, do, ...)

Arguments

x

A vector.

do

A function that takes x as an argument and returns a single numeric value.

...

Extra arguments passed to do.

Value

A numeric vector with the following elements:

values

The \(n\) leave-one-out values.

mean

The jackknife estimate of mean.

bias

The jackknife estimate of bias.

error

he jackknife estimate of standard error.