-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION~
21 lines (21 loc) · 976 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
Date: 2015-05-13
Imports:
igraph,
rcdd,
rje
Authors@R: c(person("Ricardo", "Silva", email = "[email protected]", role = c("cre", "aut")),
person("Robin", "Evans", email = "[email protected]", role = "aut"))
Author: Ricardo Silva and Robin Evans
Maintainer: Ricardo Silva <[email protected]>
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