-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.46 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
Package: historicalborrow
Title: Non-Longitudinal Bayesian Historical Borrowing Models
Description: Historical borrowing in clinical trials can improve
precision and operating characteristics. This package supports
a hierarchical model and a mixture model to borrow historical
control data from other studies to better characterize the
control response of the current study. It also quantifies
the amount of borrowing through benchmark models (independent
and pooled). Some of the methods are discussed by
Viele et al. (2013) <doi:10.1002/pst.1589>.
Version: 1.1.0.9000
License: MIT + file LICENSE
URL: https://wlandau.github.io/historicalborrow/,
https://github.com/wlandau/historicalborrow
BugReports: https://github.com/wlandau/historicalborrow/issues
Authors@R: c(
person(
given = c("William", "Michael"),
family = "Landau",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1878-3253")
),
person(
given = "Albert",
family = "Man",
role = "rev",
email = "[email protected]"
),
person(
family = "Eli Lilly and Company",
role = "cph"
))
Depends:
R (>= 3.5.0)
Imports:
dplyr,
ggplot2,
Matrix,
posterior,
rjags,
rlang,
stats,
tibble,
tidyr,
tidyselect,
utils
Suggests:
knitr,
markdown,
rmarkdown,
testthat (>= 3.0.0)
Encoding: UTF-8
Language: en-US
VignetteBuilder: knitr
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2