-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
67 lines (67 loc) · 2.63 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Package: gsDesign2
Title: Group Sequential Design with Non-Constant Effect
Version: 1.1.3
Authors@R: c(
person("Keaven", "Anderson", email = "keaven_anderson@merck.com", role = c("aut")),
person("Yilong", "Zhang", email = "elong0527@gmail.com", role = c("aut")),
person("Yujie", "Zhao", email = "yujie.zhao@merck.com", role = c("aut", "cre")),
person("Jianxiao", "Yang", email = "yangjx@ucla.edu", role = c("aut")),
person("Nan", "Xiao", email = "nan.xiao1@merck.com", role = c("aut")),
person("Amin", "Shirazi", email = "ashirazist@gmail.com", role = c("ctb")),
person("Ruixue", "Wang", email = "ruixue.wang@merck.com", role = c("ctb")),
person("Yi", "Cui", email = "yi.cui@merck.com", role = c("ctb")),
person("Ping", "Yang", email = "ping.yang1@merck.com", role = c("ctb")),
person("Xin Tong", "Li", email = "xin.tong.li@merck.com", role = c("ctb")),
person("Chenxiang", "Li", email = "chenxiang.li@merck.com", role = c("ctb")),
person("Hiroaki", "Fukuda", email = "hiroaki.fukuda@merck.com", role = c("ctb")),
person("Hongtao", "Zhang", email = "hongtao.zhang1@merck.com", role = c("ctb")),
person("Yalin", "Zhu", email = "yalin.zhu@outlook.com", role = c("ctb")),
person("John", "Blischak", email = "jdblischak@gmail.com", role = c("ctb")),
person("Dickson", "Wanjau", email = "dickson.wanjau@merck.com", role = c("ctb")),
person("Merck & Co., Inc., Rahway, NJ, USA and its affiliates", role = "cph")
)
Description: The goal of 'gsDesign2' is to enable fixed or group sequential
design under non-proportional hazards. To enable highly flexible enrollment,
time-to-event and time-to-dropout assumptions, 'gsDesign2' offers piecewise
constant enrollment, failure rates, and dropout rates for a stratified
population. This package includes three methods for designs:
average hazard ratio, weighted logrank tests in Yung and Liu (2019)
<doi:10.1111/biom.13196>, and MaxCombo tests.
Substantial flexibility on top of what is in the 'gsDesign' package
is intended for selecting boundaries.
License: GPL-3
URL: https://merck.github.io/gsDesign2/, https://github.com/Merck/gsDesign2
BugReports: https://github.com/Merck/gsDesign2/issues
Encoding: UTF-8
Depends:
R (>= 3.5.0)
Imports:
corpcor,
data.table,
dplyr,
gsDesign,
gt,
methods,
mvtnorm,
npsurvSS (>= 1.1.0),
r2rtf,
stats,
survival,
tibble,
tidyr,
utils,
Rcpp
Suggests:
covr,
ggplot2,
kableExtra,
knitr,
rmarkdown,
simtrial,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
LinkingTo:
Rcpp
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2