-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
51 lines (51 loc) · 1.4 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
Type: Package
Package: graphicalMCP
Title: Graphical Multiple Comparison Procedures
Version: 0.2.6
Authors@R: c(
person("Dong", "Xi", , "[email protected]", role = c("aut", "cre")),
person("Ethan", "Brockmann", , "[email protected]", role = "aut"),
person("Gilead Sciences, Inc.", role = c("cph", "fnd"))
)
Description: Multiple comparison procedures (MCPs) control the familywise error
rate in clinical trials. Graphical MCPs include many commonly used
procedures as special cases; see Bretz et al. (2011)
<doi:10.1002/bimj.201000239>, Lu (2016) <doi:10.1002/sim.6985>, and Xi et
al. (2017) <doi:10.1002/bimj.201600233>. This package is a low-dependency
implementation of graphical MCPs which allow mixed types of tests. It also
includes power simulations and visualization of graphical MCPs.
License: Apache License (>= 2)
URL: https://github.com/openpharma/graphicalMCP
BugReports: https://github.com/openpharma/graphicalMCP/issues
Depends:
R (>= 4.1.0)
Imports:
matrixStats,
mvtnorm
Suggests:
bench,
dplyr,
forcats,
ggplot2,
gMCP,
gt,
here,
htmltools,
igraph,
knitr,
lrstat,
prompt,
rmarkdown,
scales,
testthat (>= 3.0.0),
tibble,
tictoc,
tidyr,
xfun
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.0