Description
Delete-d Jackknife for Point and Interval Estimation.
Description
This function creates jackknife samples from the data by sequentially removing d observations from the data, performs estimation using the jackknife samples and calculates the jackknife coefficients, bias, standard error and confidence intervals based on the methodology discussed by Quenouille (1956) <doi:10.2307/2332914>, Tukey (1958) <doi:10.1214/aoms/1177706647> and Shi (1988) <doi:10.1016/0167-7152(88)90011-9>.
README.md
jackknifeR
The package, jackknifeR includes the functions to perform delete-d Jackknife.
library(jackknifeR)
## basic example code
j.cor <- jackknife.cor(cars, d = 2)
j.cor