-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
56 lines (56 loc) · 1.7 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
Package: beeca
Title: Binary Endpoint Estimation with Covariate Adjustment
Version: 0.2.0
Authors@R:
c(person(given = "Alex",
family = "Przybylski",
email = "alexander.przybylski@novartis.com",
role = c("cre", "aut")
),
person(given = "Mark",
family = "Baillie",
email = "mark.baillie@novartis.com",
role = c("aut"),
comment = c(ORCID = "0000-0002-5618-0667")
),
person(given = "Craig",
family = "Wang",
email = "craig.wang@novartis.com",
role = c("aut"),
comment = c(ORCID = "0000-0003-1804-2463")
),
person(given = "Dominic",
family = "Magirr",
email = "dominic.magirr@novartis.com",
role = c("aut")
))
Description: Performs estimation of marginal treatment effects for binary
outcomes when using logistic regression working models with covariate
adjustment (see discussions in Magirr et al (2024) <https://osf.io/9mp58/>).
Implements the variance estimators of Ge et al (2011) <doi:10.1177/009286151104500409>
and Ye et al (2023) <doi:10.1080/24754269.2023.2205802>.
Maintainer: Alex Przybylski <alexander.przybylski@novartis.com>
License: LGPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
tidyr,
marginaleffects,
margins,
RobinCar (>= 0.3.0)
Config/testthat/edition: 3
Depends:
R (>= 2.10)
LazyData: true
Imports:
dplyr,
lifecycle,
sandwich,
stats
VignetteBuilder: knitr
URL: https://openpharma.github.io/beeca/
BugReports: https://github.com/openpharma/beeca/issues