Skip to content

Latest commit

 

History

History
147 lines (107 loc) · 9.44 KB

libraries.md

File metadata and controls

147 lines (107 loc) · 9.44 KB

Causal Inference Libraries

The following is a list of causal inference libraries, ordered by language and popularity (stars).

Python

R

  • CausalImpact stars

    • Bayesian structural time-series models [Docs]
  • Robyn stars

    • Marketing mixed models [Docs]
  • grf stars

    • Generalized random forests [Docs]
  • FixEst stars

    • Fast high-dimensional fixed effect regression [Docs]
  • tidyhte stars

    • Tidy-style heterogeneous treatment effect estimation [Docs]
  • alpaca - Generalized linear models with high-dimensional fixed effects

  • DAGitty - [Video]

  • synthdid - Synthetic difference in differences [Paper]

  • ggdag - Visualizing and analyzing causal DAGs

  • pcalg - Causal structure learning and causal inference using DAGs

Julia