Learn R Programming

vimp (version 2.1.0)

predictiveness_ci: Confidence intervals for measures of predictiveness

Description

Compute confidence intervals for the true measure of predictiveness.

Usage

predictiveness_ci(est, se, level = 0.95, one_sided = FALSE)

Arguments

est

estimate of predictiveness, e.g., from a call to predictiveness_point_est.

se

estimate of the standard error of est, e.g., from a call to vimp_se.

level

confidence interval type (defaults to 0.95).

one_sided

should one-sided intervals be returned? (defaults to FALSE)

Value

The Wald-based confidence interval for the true predictiveness of the given group of covariates.

Details

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.