forked from bdwilliamson/vimp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
56 lines (56 loc) · 1.62 KB
/
DESCRIPTION
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
Package: vimp
Type: Package
Title: Perform Inference on Algorithm-Agnostic Variable Importance
Version: 2.1.8
Authors@R:
c(person(given = "Brian D.",
family = "Williamson",
role = c("aut", "cre"),
email = "bwillia2@fredhutch.org",
comment = c(ORCID = "0000-0002-7024-548X")),
person(given = "Jean",
family = "Feng",
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. (arXiv, 2020+) <arXiv:2004.03683>, and Williamson and Feng (ICML, 2020).
Depends:
R (>= 3.1.0)
Imports:
SuperLearner,
stats,
dplyr,
magrittr,
ROCR,
tibble,
rlang,
MASS
Suggests:
knitr,
rmarkdown,
gam,
xgboost,
glmnet,
ranger,
polspline,
quadprog,
covr,
testthat,
ggplot2,
cowplot,
RCurl
License: MIT + file LICENSE
URL: https://bdwilliamson.github.io/vimp/, https://github.com/bdwilliamson/vimp
BugReports: https://github.com/bdwilliamson/vimp/issues
LazyData: TRUE
RoxygenNote: 7.1.1
VignetteBuilder: knitr