stats_jackknife: Jackknife Estimation
Description
Jackknife Estimation
Usage
stats_jackknife(x, do, ...)
Arguments
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.