|
1 |
| -# Causal written resources |
| 1 | +# Written resources on causal inference |
2 | 2 |
|
3 |
| -## Awesome Causal Inference |
| 3 | +Below is a list of written resources (books, blog posts, etc.) that are useful for learning about causal inference. |
4 | 4 |
|
5 |
| -A fantastic one-stop shop for resources on a range of causal topics can be found in *Matt Courthoud* [Awesome Causal Inference](https://github.com/matteocourthoud/awesome-causal-inference) GitHub repo. |
| 5 | +## Quasi-experiment resources |
6 | 6 |
|
7 |
| -Covering the essentials from: |
| 7 | +* Angrist, J. D., & Pischke, J. S. (2009). [Mostly harmless econometrics: An empiricist's companion](https://www.mostlyharmlesseconometrics.com). Princeton university press. |
| 8 | +* Angrist, J. D., & Pischke, J. S. (2014). [Mastering'metrics: The path from cause to effect](https://www.masteringmetrics.com). Princeton University Press. |
| 9 | +* Cunningham, S. (2021). [Causal inference: The Mixtape](https://mixtape.scunning.com). Yale University Press. |
| 10 | +* Huntington-Klein, N. (2021). [The effect: An introduction to research design and causality](https://theeffectbook.net). Chapman and Hall/CRC. |
| 11 | +* Reichardt, C. S. (2019). Quasi-experimentation: A guide to design and analysis. Guilford Publications. |
8 | 12 |
|
9 |
| -- Academia |
10 |
| -- Industry |
11 |
| -- Books |
12 |
| -- Blogs |
13 |
| -- Code implementations |
14 |
| -- Talks |
15 |
| -- Tutorials |
| 13 | +## Bayesian causal inference resources |
| 14 | +* The official [PyMC examples gallery](https://www.pymc.io/projects/examples/en/latest/gallery.html) has a set of examples specifically relating to causal inference. |
16 | 15 |
|
17 |
| -## CausalPy focused written resources |
| 16 | +## General causal inference resources |
18 | 17 |
|
19 |
| -The CausalPy package is designed to allow analysts to easily analyse quasi-experiments. As such, key resources include: |
20 |
| - |
21 |
| -- Charles Reichardts - Quasi-Experimentation: A Guide to Design and Analysis. |
| 18 | +* [Awesome Causal Inference](https://github.com/matteocourthoud/awesome-causal-inference), a curated list of resources on causal inference, including books, blogs, and tutorials. |
0 commit comments