-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 1.03 KB
/
DESCRIPTION
File metadata and controls
30 lines (30 loc) · 1.03 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
Package: benchtm
Type: Package
Title: Benchmarking heterogeneous treatment effects in clinical trials
Version: 0.4.1
Authors@R: c(
person("Sophie", "Sun", email = "[email protected]", role = c("cre", "aut")),
person("Bjoern","Bornkamp", email = "[email protected]", role = "aut"),
person("Jiarui", "Lu", email = "[email protected]", role = "aut"),
person("Ardalan", "Mirshani", email = "[email protected]", role = "aut"),
person("Kostas","Sechidis", email = "[email protected]", role = "aut"),
person("Yao", "Chen", email = "[email protected]", role = "aut"),
person("Novartis", role = c("cph", "fnd")))
Depends: R (>= 3.5.0)
Description: This is an R package to generate data sets for
benchmarking methods on heterogenous treatment effects.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests:
testthat (>= 2.1.0),
knitr,
rmarkdown,
pwr
Imports:
MASS,
stats,
synthpop,
matrixStats
VignetteBuilder: knitr