A unified framework for valid statistical inference on algorithm-agnostic measures of intrinsic variable importance. You provide the data, a method for estimating the conditional mean of the outcome given the covariates, choose a variable importance measure, and specify variable(s) of interest; 'vimp' takes care of the rest.

Author(s)

Maintainer: Brian Williamson https://bdwilliamson.github.io/ Contributors: Jean Feng https://www.jeanfeng.com, Charlie Wolock https://cwolock.github.io/

Methodology authors:

  • Brian D. Williamson

  • Jean Feng

  • Peter B. Gilbert

  • Noah R. Simon

  • Marco Carone

See Also

Manuscripts:

Other useful links:

Imports

The packages that we import either make the internal code nice (dplyr, magrittr, tibble, rlang, MASS, data.table), are directly relevant to estimating the conditional mean (SuperLearner) or predictiveness measures (ROCR), or are necessary for hypothesis testing (stats) or confidence intervals (boot, only for bootstrap intervals).

We suggest several other packages: xgboost, ranger, gam, glmnet, polspline, and quadprog allow a flexible library of candidate learners in the Super Learner; ggplot2 and cowplot help with plotting variable importance estimates; testthat, WeightedROC, cvAUC, and covr help with unit tests; and knitr, rmarkdown, and tidyselect help with the vignettes and examples.

Author

Maintainer: Brian D. Williamson brian.d.williamson@kp.org (ORCID)

Other contributors:

  • Jean Feng [contributor]

  • Charlie Wolock [contributor]

  • Noah Simon (ORCID) [thesis advisor]

  • Marco Carone (ORCID) [thesis advisor]