-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 1.47 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
Type: Package
Package: tipmap
Title: Tipping Point Analysis for Bayesian Dynamic Borrowing
Version: 0.5.3
Authors@R: c(
person("Christian", "Stock", , "christian.stock@boehringer-ingelheim.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3493-3234")),
person("Morten", "Dreher", role = "aut"),
person("Emma", "Torrini", role = "ctb"),
person(, "Boehringer Ingelheim Pharma GmbH & Co. KG", role = c("cph", "fnd"))
)
Description: Tipping point analysis for clinical trials that employ
Bayesian dynamic borrowing via robust meta-analytic predictive (MAP)
priors. Further functions facilitate expert elicitation of a primary
weight of the informative component of the robust MAP prior and
computation of operating characteristics. Intended use is the
planning, analysis and interpretation of extrapolation studies in
pediatric drug development, but applicability is generally wider.
License: Apache License 2.0
URL: https://github.com/Boehringer-Ingelheim/tipmap, https://boehringer-ingelheim.github.io/tipmap/
BugReports: https://github.com/Boehringer-Ingelheim/tipmap/issues
Depends:
R (>= 3.5.0)
Imports:
assertthat,
coda,
dplyr,
furrr,
future,
ggplot2,
magrittr,
purrr,
RBesT,
stats
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
tibble,
tidyr
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
NeedsCompilation: no
Repository: CRAN
RoxygenNote: 7.3.1