Compute confidence intervals for the true measure of predictiveness.
predictiveness_ci(est, se, level = 0.95, one_sided = FALSE)
estimate of predictiveness, e.g., from a call to predictiveness_point_est
.
estimate of the standard error of est
, e.g., from a call to vimp_se
.
confidence interval type (defaults to 0.95).
should one-sided intervals be returned? (defaults to FALSE
)
The Wald-based confidence interval for the true predictiveness of the given group of covariates.
See the paper by Williamson, Gilbert, Simon, and Carone for more details on the mathematics behind this function and the definition of the parameter of interest.