-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
44 lines (44 loc) · 1.68 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
Package: bpbounds
Title: Nonparametric Bounds for the Average Causal Effect Due to Balke and
Pearl and Extensions
Version: 0.1.6.9000
Authors@R: c(
person("Tom", "Palmer", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4655-4511")),
person("Roland", "Ramsahai", role = "aut",
comment = c(ORCID = "0000-0002-7349-1977")),
person("Vanessa", "Didelez", role = "aut",
comment = c(ORCID = "0000-0001-8587-7706")),
person("Nuala", "Sheehan", role = "aut",
comment = c(ORCID = "0000-0001-9094-2605"))
)
Description: Implementation of the nonparametric bounds for the average
causal effect under an instrumental variable model by Balke and Pearl
(Bounds on Treatment Effects from Studies with Imperfect Compliance,
JASA, 1997, 92, 439, 1171-1176, <doi:10.2307/2965583>). The package
can calculate bounds for a binary outcome, a binary
treatment/phenotype, and an instrument with either 2 or 3 categories.
The package implements bounds for situations where these 3 variables
are measured in the same dataset (trivariate data) or where the
outcome and instrument are measured in one study and the
treatment/phenotype and instrument are measured in another study
(bivariate data).
License: GPL-3
URL: https://github.com/remlapmot/bpbounds,
https://remlapmot.github.io/bpbounds/,
https://mrcieu.r-universe.dev/bpbounds
BugReports: https://github.com/remlapmot/bpbounds/issues
Depends:
R (>= 4.0.0)
Suggests:
dplyr,
knitr,
rmarkdown,
shiny,
testthat,
tidyr
VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2