vimp_ci | R Documentation |
Compute confidence intervals for the true variable importance parameter.
vimp_ci(est, se, scale = "identity", level = 0.95, truncate = TRUE)
est |
estimate of variable importance, e.g., from a call to |
se |
estimate of the standard error of |
scale |
scale to compute interval estimate on (defaults to "identity": compute Wald-type CI). |
level |
confidence interval type (defaults to 0.95). |
truncate |
truncate CIs to have lower limit at (or above) zero? |
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.
The Wald-based confidence interval for the true importance of the given group of left-out covariates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.