Compute a BCa confidence interval
bca_interval(pt_est, boot_samples, jack_samples, alpha = 0.05)
pt_est | The point estimate of the parameter of interest |
---|---|
boot_samples | A collection of bootstrap realizations of the estimator of the parameter of interest |
jack_samples | A vector of jackknife estimates of the parameter of interest. |
alpha | Confidence intervals have nominal level 1- |
2-length vector containing BCa confidence interval limits.