-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·67 lines (67 loc) · 1.82 KB
/
Copy pathDESCRIPTION
File metadata and controls
executable file
·67 lines (67 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Package: vimp
Type: Package
Title: Perform Inference on Algorithm-Agnostic Variable Importance
Version: 2.3.8
Authors@R:
c(person(given = "Brian D.",
family = "Williamson",
role = c("aut", "cre"),
email = "brian.d.williamson@kp.org",
comment = c(ORCID = "0000-0002-7024-548X")),
person(given = "Jean",
family = "Feng",
role = "ctb"),
person(given = "Charlie",
family = "Wolock",
role = "ctb"),
person(given = "Noah",
family = "Simon",
role = "ths",
comment = c(ORCID = "0000-0002-8985-2474")),
person(given = "Marco",
family = "Carone",
role = "ths",
comment = c(ORCID = "0000-0003-2106-0953")))
Description: Calculate point estimates of and valid confidence intervals for
nonparametric, algorithm-agnostic variable importance measures in high and low dimensions,
using flexible estimators of the underlying regression functions. For more information
about the methods, please see Williamson et al. (Biometrics, 2020), Williamson et al. (JASA, 2021), and Williamson and Feng (ICML, 2020).
Depends:
R (>= 3.1.0)
Imports:
SuperLearner,
stats,
dplyr,
magrittr,
ROCR,
tibble,
rlang,
MASS,
data.table,
boot,
rsample
Suggests:
knitr,
rmarkdown,
gam,
xgboost,
glmnet,
ranger,
polspline,
quadprog,
covr,
testthat,
ggplot2,
cowplot,
cvAUC,
tidyselect,
WeightedROC,
purrr
License: MIT + file LICENSE
URL: https://bdwilliamson.github.io/vimp/,
https://github.com/bdwilliamson/vimp,
http://bdwilliamson.github.io/vimp/
BugReports: https://github.com/bdwilliamson/vimp/issues
RoxygenNote: 7.3.2
VignetteBuilder: knitr
LazyData: true