forked from Merck/simtrial
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
61 lines (61 loc) · 2.1 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
Package: simtrial
Type: Package
Title: Clinical Trial Simulation
Version: 0.2.1
Authors@R: c(
person("Keaven", "Anderson", email = "[email protected]", role = c("aut")),
person("Yilong", "Zhang", email = "[email protected]", role = c("aut")),
person("Yujie", "Zhao", email = "[email protected]", role = c("ctb","cre")),
person("Nan", "Xiao", email = "[email protected]", role = c("ctb")),
person("Jianxiao", "Yang", email = "[email protected]", role = c("ctb")),
person("Amin", "Shirazi", email = "[email protected]", role = c("ctb")),
person("Ruixue", "Wang", email = "[email protected]", role = c("ctb")),
person("Yi", "Cui", email = "[email protected]", role = c("ctb")),
person("Ping", "Yang", email = "[email protected]", role = c("ctb")),
person("Yalin", "Zhu", email = "[email protected]", role = c("ctb")),
person("Heng", "Zhou", email = "[email protected]", role = c("ctb")),
person("Merck & Co., Inc., Rahway, NJ, USA and its affiliates", role = "cph")
)
Description: simtrial 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. 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
Depends: R (>= 3.5.0)
Imports:
dplyr,
tibble,
tidyr,
survival,
mvtnorm,
Rcpp,
foreach,
doParallel
Suggests:
knitr,
rmarkdown,
testthat,
modestWLRT,
ggplot2,
bshazard,
markdown,
survMisc,
gsDesign,
stringr,
Matrix,
covr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Remotes:
dominicmagirr/modestWLRT
LinkingTo:
Rcpp