Jackknife sample mean | R Documentation |
Jackknife sample mean.
jack.mean(x)
x |
A numerical vector with data. |
An efficient implementation of the jackknife mean is provided.
The jackknife sample mean.
Michail Tsagris.
R implementation and documentation: Michail Tsagris mtsagris@uoc.gr.
Efron Bradley and Robert J. Tibshirani (1993). An introduction to the bootstrap. New York: Chapman & Hall/CRC.
welch.tests, trim.mean
x <- rnorm(50)
jack.mean(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.