Skip to content

Commit 48d32c1

Browse files
committed
move resources from github readme to new written resource page + update
1 parent 022087d commit 48d32c1

File tree

2 files changed

+12
-26
lines changed

2 files changed

+12
-26
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -85,17 +85,6 @@ CausalPy has a broad range of quasi-experimental methods for causal inference:
8585
| Instrumental variable regression | Addresses endogeneity by using an instrument variable that is correlated with the endogenous explanatory variable but uncorrelated with the error term. Used when explanatory variables are correlated with the error term, providing consistent estimates of causal effects. |
8686
| Inverse Propensity Score Weighting | Weights observations by the inverse of the probability of receiving the treatment. Used in causal inference to create a synthetic sample where the treatment assignment is independent of measured covariates, helping to adjust for confounding variables in observational studies. |
8787

88-
## Learning resources
89-
90-
Here are some general resources about causal inference:
91-
92-
* 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.
93-
* Angrist, J. D., & Pischke, J. S. (2009). Mostly harmless econometrics: An empiricist's companion. Princeton university press.
94-
* Angrist, J. D., & Pischke, J. S. (2014). Mastering'metrics: The path from cause to effect. Princeton university press.
95-
* Cunningham, S. (2021). [Causal inference: The Mixtape](https://mixtape.scunning.com). Yale University Press.
96-
* Huntington-Klein, N. (2021). [The effect: An introduction to research design and causality](https://theeffectbook.net). Chapman and Hall/CRC.
97-
* Reichardt, C. S. (2019). Quasi-experimentation: A guide to design and analysis. Guilford Publications.
98-
9988
## License
10089

10190
[Apache License 2.0](LICENSE)
Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
1-
# Causal written resources
1+
# Written resources on causal inference
22

3-
## Awesome Causal Inference
3+
Below is a list of written resources (books, blog posts, etc.) that are useful for learning about causal inference.
44

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
66

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.
812

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.
1615

17-
## CausalPy focused written resources
16+
## General causal inference resources
1817

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

Comments
 (0)