-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.73 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
Package: wpgsd
Title: Weighted Parametric Group Sequential Design
Version: 0.1.0
Authors@R: c(
person("Keaven", "Anderson", email = "[email protected]", role = "aut"),
person("Zifang", "Guo", email = "[email protected]", role = "aut"),
person("Jing", "Zhao", email = "[email protected]", role = "aut"),
person("Linda", "Sun", email = "[email protected]", role = "aut"),
person("Yi", "Cui", email = "[email protected]", role = "aut"),
person("Yujie", "Zhao", email = "[email protected]", role = c("aut", "cre")),
person("Larry", "Leon", email = "[email protected]", role = "aut"),
person("Merck Sharp & Dohme Corp", role = c("cph"))
)
Description: Adjusted inference for weighted parametric group sequential design.
Weighted parametric group sequential design (WPGSD) by Anderson et al. (2022)
<doi:10.1002/bimj.202100085> allows one to take advantage of the known
correlation structure in constructing efficacy bounds to control
family-wise error rate (FWER) for a group sequential design.
Here, correlation may be due to common observations in nested populations,
due to common observations in overlapping populations, or due to common
observations in the control arm.
License: GPL (>= 3)
URL: https://merck.github.io/wpgsd/, https://github.com/Merck/wpgsd
BugReports: https://github.com/Merck/wpgsd/issues
Encoding: UTF-8
Depends:
R (>= 3.6)
Imports:
dplyr,
gMCPLite,
gsDesign,
mvtnorm,
rlang (>= 0.4.11),
stats,
tibble,
tidyselect
Suggests:
covr,
gt,
haven,
knitr,
reshape2,
rmarkdown,
roxygen2,
testthat (>= 3.0.0),
tidyr
VignetteBuilder:
knitr
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1