vimp | R Documentation |
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.
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
Manuscripts:
(R-squared-based variable importance)
(Rejoinder to discussion on R-squared-based variable importance article)
http://proceedings.mlr.press/v119/williamson20a.html (general Shapley-based variable importance)
(general variable importance)
Other useful links:
Report bugs at https://github.com/bdwilliamson/vimp/issues
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.
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]
Useful links:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.