-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
53 lines (53 loc) · 1.38 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
Package: simaerep
Title: Find Clinical Trial Sites Under-Reporting Adverse Events
Version: 0.6.1
Authors@R: c(
person(given = "Bjoern",
family = "Koneswarakantha",
role = c("aut", "cre", "cph"),
email = "bjoern.koneswarakantha@roche.com",
comment = c(ORCID = "0000-0003-4585-7799")),
person("F. Hoffmann-La Roche Ltd",
role = c("cph"))
)
Description: Monitoring of Adverse Event (AE) reporting in clinical trials is
important for patient safety. Sites that are under-reporting AEs can be detected
using Bootstrap-based simulations that simulate overall AE reporting. Based on the
simulation an AE under-reporting probability is assigned to each site in a
given trial (Koneswarakantha 2021 <doi:10.1007/s40264-020-01011-5>).
URL: https://openpharma.github.io/simaerep/, https://github.com/openpharma/simaerep/
License: MIT + file LICENSE
Encoding: UTF-8
Depends:
R (>= 4.0),
ggplot2
Imports:
dplyr (>= 1.1.0),
tidyr (>= 1.1.0),
magrittr,
purrr,
rlang,
stringr,
forcats,
cowplot,
RColorBrewer,
furrr (>= 0.2.1),
progressr,
knitr,
tibble,
dbplyr
Suggests:
testthat,
devtools,
pkgdown,
spelling,
haven,
vdiffr,
lintr,
DBI,
duckdb,
ggExtra
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Language: en-US
Config/testthat/edition: 3