causaloptim: An Interface to Specify Causal Graphs and Compute Bounds on Causal Effects

When causal quantities are not identifiable from the observed data, it still may be possible to bound these quantities using the observed data. We outline a class of problems for which the derivation of tight bounds is always a linear programming problem and can therefore, at least theoretically, be solved using a symbolic linear optimizer. We extend and generalize the approach of Balke and Pearl (1994) <doi:10.1016/B978-1-55860-332-5.50011-0> and we provide a user friendly graphical interface for setting up such problems via directed acyclic graphs (DAG), which only allow for problems within this class to be depicted. The user can then define linear constraints to further refine their assumptions to meet their specific problem, and then specify a causal query using a text interface. The program converts this user defined DAG, query, and constraints, and returns tight bounds. The bounds can be converted to R functions to evaluate them for specific datasets, and to latex code for publication. The methods and proofs of tightness and validity of the bounds are described in a paper by Sachs, Jonzon, Gabriel, and Sjölander (2022) <doi:10.1080/10618600.2022.2071905>.

Version: 0.9.8
Depends: R (≥ 3.5.0), igraph
Imports: methods, Rcpp (≥ 1.0.1), shiny, rcdd
LinkingTo: Rcpp
Suggests: testthat (≥ 3.0.0), knitr, rmarkdown
Published: 2023-10-31
Author: Michael C Sachs [aut, cre], Erin E Gabriel [aut], Arvid Sjölander [aut], Gustav Jonzon [aut], Alexander A Balke [ctb] ((C++ code)), Colorado Reed [ctb] ((graph-creator.js))
Maintainer: Michael C Sachs <sachsmc at gmail.com>
BugReports: https://github.com/sachsmc/causaloptim/issues
License: MIT + file LICENSE
URL: https://github.com/sachsmc/causaloptim
NeedsCompilation: yes
Citation: causaloptim citation info
Materials: README NEWS
In views: CausalInference
CRAN checks: causaloptim results

Documentation:

Reference manual: causaloptim.pdf
Vignettes: Code from examples in manuscript
How to use the causaloptim Shiny app to analyze graphs
Improving the speed of computing causal bounds

Downloads:

Package source: causaloptim_0.9.8.tar.gz
Windows binaries: r-devel: causaloptim_0.9.8.zip, r-release: causaloptim_0.9.8.zip, r-oldrel: causaloptim_0.9.8.zip
macOS binaries: r-release (arm64): causaloptim_0.9.8.tgz, r-oldrel (arm64): causaloptim_0.9.8.tgz, r-release (x86_64): causaloptim_0.9.8.tgz
Old sources: causaloptim archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=causaloptim to link to this page.