-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
61 lines (61 loc) · 1.63 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
59
60
61
Package: BPrinStratTTE
Title: Causal Effects in Principal Strata Defined by Antidrug Antibodies
Version: 0.0.7
Authors@R: c(
person(
given = "Christian",
family = "Stock",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3493-3234")
),
person(
given = "Emma",
family = "Torrini",
role = "aut"
),
person(
"Boehringer Ingelheim Pharma GmbH & Co. KG",
role = c("cph", "fnd")
)
)
Description: Bayesian models to estimate causal effects of biological
treatments on time-to-event endpoints in clinical trials with principal
strata defined by the occurrence of antidrug antibodies.
The methodology is based on Frangakis and Rubin (2002)
<doi:10.1111/j.0006-341x.2002.00021.x> and Imbens and Rubin (1997)
<doi:10.1214/aos/1034276631>, and here adapted to a specific
time-to-event setting.
License: GPL (>= 3)
Encoding: UTF-8
URL: https://github.com/Boehringer-Ingelheim/BPrinStratTTE, https://boehringer-ingelheim.github.io/BPrinStratTTE/
BugReports: https://github.com/Boehringer-Ingelheim/BPrinStratTTE/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
dplyr,
furrr,
magrittr,
methods,
purrr,
Rcpp (>= 0.12.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.18.1),
rstantools (>= 2.4.0),
stats,
stringr,
tibble
Biarch: true
Depends:
R (>= 3.4.0)
LinkingTo:
BH (>= 1.66.0),
Rcpp (>= 0.12.0),
RcppEigen (>= 0.3.3.3.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.18.1),
StanHeaders (>= 2.18.0)
SystemRequirements: GNU make
Suggests:
spelling
Language: en-US