jackknife | R Documentation |
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
jackknife(x, f, y = NULL, ...)
x |
data vector |
f |
estimator function |
y |
optional data vector if |
... |
optional arguments to be passed to |
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 |
Danail Obreschkow
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.