jackknife {cooltools} | R Documentation |
Jackknife Estimation
Description
Computes the "leave-one-out" Jackknife bias and standard error of an estimator f(x)
of a data-vector x
, or an estimator f(x,y)
of vectors x
and y
. See Efron and Tibshirani (1993) for details
Usage
jackknife(x, f, y = NULL, ...)
Arguments
x |
data vector |
f |
estimator function |
y |
optional data vector if |
... |
optional arguments to be passed to |
Value
Returns a list with the following components:
value |
Default value of the estimator |
bias |
Jackknife bias estimate of |
unbiased |
Bias-corrected value of |
sd |
Jackknife standard error of |
Author(s)
Danail Obreschkow
[Package cooltools version 2.4 Index]