
Used to compute treatment-specific BCa intervals for the CDF and PMF
compute_trt_spec_bca_intervals(
dist = c("cdf", "pmf"),
trt = c(1, 0),
marg_est,
boot_samples,
jack_samples,
alpha
)
Which one? CDF or PMF?
Which treatment?
The point estimate
A collection of bootstrap realizations of the estimator of the parameter of interest
A vector of jackknife estimates of the parameter of interest.
Confidence intervals have nominal level 1-alpha
.
List of pointwise and simultaneous confidence intervals for dist
.