-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
22 lines (21 loc) · 961 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: CausalFX
Type: Package
Title: Methods for Estimating Causal Effects from Observational Data
Version: 1.0.2
Date: 2015-05-25
Imports:
igraph,
rcdd,
rje
Authors@R: c(person("Ricardo", "Silva", email = "ricardo@stats.ucl.ac.uk", role = c("cre", "aut")),
person("Robin", "Evans", email = "robin.evans@stats.ox.ac.uk", role = "aut"))
Maintainer: Ricardo Silva <ricardo@stats.ucl.ac.uk>
Description: Estimate causal effects of one variable on another, currently for
binary data only. Methods include instrumental variable bounds, adjustment by a
given covariate set, adjustment by an induced covariate set using a variation of
the PC algorithm, and an effect bounding method (the Witness Protection Program)
based on covariate adjustment with observable independence constraints.
License: GPL (>= 2)
URL: http://github.com/rbas2015/CausalFX
BugReports: http://github.com/rbas2015/CausalFX/issues
Suggests: testthat