-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
51 lines (51 loc) · 1.13 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: CovadjustSim
Title: Simulation Study of Covariate Adjustment in Clinical Trials
Version: 0.0.1
Authors@R: c(
person(
"Honghao", "Li",
email = "[email protected]",
role = c("aut", "cre")
),
person(
"Raphaëlle", "Momal",
email = "[email protected]",
role = "aut"
),
person(
"Félix", "Balazard",
email = "[email protected]",
role = "aut"
))
Description: A study of the effect of covariate adjustment in clinical trials,
based on parametric and semi-synthetic simulations. This package is intended
to reproduce the results presented in the article "More efficient and
inclusive time-to-event trials with covariate adjustment: a simulation
study".
License: MIT + file LICENSE
Imports:
dplyr,
furrr,
future,
interp,
magrittr,
parallelly,
purrr,
stats,
survival,
tidyr,
utils,
withr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Depends:
R (>= 2.10)
LazyData: true
Suggests:
forcats,
ggplot2,
knitr,
patchwork,
rmarkdown
VignetteBuilder: knitr