Jackknife Estimation
Arguments
- x
A vector.
- do
A
function
that takesx
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.