pool.jack | R Documentation |
pool.jack
is used to obtain standard errors and confidence intervals
from the output of jackknife procedures.
pool.jack(data, ct = TRUE, estimate, jack_est, side = NULL, conf = 0.95, lower = -Inf, upper = Inf, bias = FALSE)
data |
the data. |
ct |
logical: is the data a contingency table? |
estimate |
the value of the estimate. |
jack_est |
the vector of estimates from jackknife replications. |
side |
|
conf |
confidence level expressed as a number between 0 and 1. e.g. for a 95% confidence interval supply 0.95 |
lower |
lowest possible value for one-sided c.i. |
upper |
largest possible value for one-sided c.i. |
bias |
logical: apply bias correction? Bias correction currently not implemented. |
A named list with the following components:
se |
standard error. |
low |
lower endpoint of c.i. |
upp |
upper endpoint of c.i. |
conf |
confidence level of the c.i. |
side |
|
bias |
implementation of bias correction not finished. |
Juraj Medzihorsky
Efron, Bradley, and Robert Tibshirani. (1993). An introduction to the bootstrap. Vol. 57. CRC press.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.