Skip to content

An Interface to Specify Causal Graphs and Compute Balke Bounds

License

Notifications You must be signed in to change notification settings

yezichu/causaloptim

This branch is 27 commits behind sachsmc/causaloptim:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 31, 2023
f93803c · Oct 31, 2023
Mar 27, 2023
May 1, 2023
Oct 31, 2023
Oct 31, 2023
Oct 31, 2023
May 1, 2023
Mar 23, 2023
Sep 28, 2023
Sep 28, 2023
Jan 21, 2023
Jun 30, 2022
Jun 30, 2022
Oct 31, 2023
Oct 31, 2023
Jun 30, 2022
Jun 30, 2022
Apr 28, 2023
May 1, 2023
Oct 31, 2023
May 2, 2023
Oct 31, 2023
May 7, 2020
Oct 31, 2023

Repository files navigation

CRAN Status R-CMD-check

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 provide a user friendly graphical interface for setting up such problems via DAGs, 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.

Development status

This package is in stable development. The interface is unlikely to have major changes at this time. New features may be added over time.

Installation

install.packages("causaloptim")
# or
remotes::install_github("sachsmc/causaloptim")

Or use the web application: https://sachsmc.shinyapps.io/causaloptimweb/

Usage

Launch the shiny app to get started, results are saved in the results object:

results <- specify_graph()

References

M.C. Sachs, G. Jonzon, E.E. Gabriel, and A. Sjölander, "A General Method for Deriving Tight Symbolic Bounds on Causal Effects", 2022. Journal of Computational and Graphical Statistics, https://www.tandfonline.com/doi/full/10.1080/10618600.2022.2071905 .

A. Balke and J. Pearl, "Counterfactual Probabilities: Computational Methods,Bounds, and Applications" UCLA Cognitive Systems Laboratory, Technical Report (R-213-B). In R. Lopez de Mantaras and D. Poole (Eds.), Proceedings of the Conference on Uncertainty in Artificial Intelligence (UAI-94), Morgan Kaufmann, San Mateo, CA, 46-54, July 29-31, 1994. https://ftp.cs.ucla.edu/pub/stat_ser/R213-B.pdf .

About

An Interface to Specify Causal Graphs and Compute Balke Bounds

Resources

License

Citation

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 43.4%
  • HTML 25.9%
  • JavaScript 21.0%
  • C++ 8.8%
  • Other 0.9%