-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
68 lines (68 loc) · 2.11 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
68
Package: simtrial
Type: Package
Title: Clinical Trial Simulation
Version: 0.4.2
Authors@R: c(
person("Keaven", "Anderson", email = "keaven_anderson@merck.com", role = c("aut")),
person("Yujie", "Zhao", email = "yujie.zhao@merck.com", role = c("ctb","cre")),
person("John", "Blischak", role = c("ctb")),
person("Nan", "Xiao", role = c("ctb")),
person("Yilong", "Zhang", role = c("aut")),
person("Jianxiao", "Yang", role = c("ctb")),
person("Lili", "Ling", role = c("ctb")),
person("Xintong", "Li", role = c("ctb")),
person("Ruixue", "Wang", role = c("ctb")),
person("Yi", "Cui", role = c("ctb")),
person("Ping", "Yang", role = c("ctb")),
person("Yalin", "Zhu", role = c("ctb")),
person("Heng", "Zhou", role = c("ctb")),
person("Amin", "Shirazi", role = c("ctb")),
person("Cole", "Manschot", role = c("ctb")),
person("Merck & Co., Inc., Rahway, NJ, USA and its affiliates", role = "cph")
)
Description: Provides some basic routines for simulating a
clinical trial. The primary intent is to provide some tools to
generate trial simulations for trials with time to event outcomes.
Piecewise exponential failure rates and piecewise constant
enrollment rates are the underlying mechanism used to simulate
a broad range of scenarios such as those presented in
Lin et al. (2020) <doi:10.1080/19466315.2019.1697738>.
However, the basic generation of data is done using pipes to allow
maximum flexibility for users to meet different needs.
License: GPL-3
URL: https://merck.github.io/simtrial/, https://github.com/Merck/simtrial
BugReports: https://github.com/Merck/simtrial/issues
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
Depends: R (>= 4.1.0)
Imports:
Rcpp,
data.table (>= 1.12.4),
doFuture,
foreach,
future,
methods,
mvtnorm,
stats,
survival,
utils
Suggests:
Matrix,
covr,
dplyr,
ggplot2,
gsDesign,
gsDesign2,
gt,
knitr,
rmarkdown,
survMisc,
survRM2,
testthat,
tidyr
LinkingTo:
Rcpp
Remotes: Merck/gsDesign2
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2