forked from nhejazi/adaptest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.2 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
Package: adaptest
Title: Data-adaptive test statistics for multiple testing in high dimensions
Version: 0.8.2
Authors@R: c(
person("Weixin", "Cai", email = "wcai@berkeley.edu",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-2680-3066")),
person("Nima", "Hejazi", email = "nhejazi@berkeley.edu",
role = "aut",
comment = c(ORCID = "0000-0002-7127-2789")),
person("Alan", "Hubbard", email = "hubbard@berkeley",
role = "ctb",
comment = c(ORCID = "0000-0002-3769-0127"))
)
Description: Data-adaptive test statistics represent a general methodology for
performing multiple testing on effects sizes under high-dimensional settings,
using the approach of data-adaptive statistical target parameters and
inference.
Depends:
R (>= 3.0.0)
License: GPL-2
URL: https://github.com/wilsoncai1992/adaptest
BugReports: https://github.com/wilsoncai1992/adaptest/issues
Encoding: UTF-8
LazyData: true
Imports:
tmle,
origami (>= 0.8.2),
SuperLearner,
calibrate,
magrittr,
Matrix,
future,
R2HTML
Suggests:
testthat,
rmarkdown,
knitr,
earth,
gam,
nnls
Remotes:
github::jeremyrcoyle/origami
VignetteBuilder: knitr
RoxygenNote: 6.0.1.9000