-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
34 lines (34 loc) · 1.08 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
Package: Permeate
Title: Analysis of multiple endpoints in clinical trials
Version: 0.0.0.9000
Authors@R:
person(given = "Ottavia",
family = "Prunas",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: Comparison of different approaches to analyze multiple endpoints in clinical trials usins simulated data. You provide detail of the clinical trials, incidence and effect size of the outcomes, and the package will output power and type I error from each method.
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
license
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2
Imports:
devtools (>= 2.4.5),
stats (>= 4.1.2),
utils (>= 4.1.2),
pbapply (>= 1.5),
dplyr (>= 1.0.9),
plyr (>= 1.8.7),
dqrng (>= 0.3.0),
ggplot2 (>= 3.3.6),
gtable (>= 0.3.0),
grid (>= 4.1.2),
gridExtra (>= 2.3),
bindata (>= 0.9),
matrixStats (>= 0.62.0)
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr