Description Usage Arguments Value Methods (by class) References
Generate jackknife subsamples. For data with n elements,
the jackknife generates n subsamples, each with one element
deleted. The generalized (delete-p, block) jackknife generates
subsamples by deleting p observations.
| 1 2 3 4 5 6 7 | 
| data | A data frame or vector | 
| p | The number of elements to delete.  | 
| ... | Arguments passed to methods | 
A data frame with n rows, for p = 1, or more generally, n choose p rows, and the following columns:
A list of resample objects. Training sets.
A list of resample objects. Test sets.
An integer vector of identifiers
data.frame: Delete rows from a data frame.
grouped_df: Delete groups from a grouped data frame.
Davison, A. C. & Hinkley, D. V. (1997) Bootstrap Methods and Their Applications. Cambridge University Press, Cambridge. ISBN 0-521-57391-2
Tukey, J. W. (1958). "Bias and confidence in not quite large samples". The Annals of Mathematical Statistics. doi:10.1214/aoms/1177706647.
Efron, B.; Stein, C. (May 1981). "The Jackknife Estimate of Variance". The Annals of Statistics. doi:10.1214/aos/1176345462.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.