forked from openpharma/simaerep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
46 lines (46 loc) · 1.3 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
Package: simaerep
Title: Simulate adverse event reporting in clinical trials with the goal of detecting under-reporting sites
Version: 0.4.0
Authors@R:
person(given = "Bjoern",
family = "Koneswarakantha",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4585-7799"))
Description: Monitoring of Adverse Event (AE) reporting in clinical trials is important for patient safety. We
use bootstrap-based simulation to assign an AE under-reporting probability to each site in a clinical trial.
The method is inspired by the 'infer' R package and Allen Downey's blog article: "There is only one test!"
(http://allendowney.blogspot.com/2011/05/there-is-only-one-test.html).
URL: https://openpharma.github.io/simaerep/, https://github.com/openpharma/simaerep
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.0),
ggplot2
Imports:
dplyr (>= 1.0.0),
tidyr (>= 1.1.0),
magrittr,
purrr,
rlang,
stringr,
forcats,
cowplot,
RColorBrewer,
furrr (>= 0.2.1),
progressr,
knitr,
tibble
Suggests:
testthat,
devtools,
pkgdown,
spelling,
haven,
vdiffr,
lintr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Language: en-US
Config/testthat/edition: 3