Skip to content

Commit

Permalink
Update README.md with bibtex
Browse files Browse the repository at this point in the history
  • Loading branch information
sdfordham authored Nov 25, 2024
1 parent b00ba71 commit 0458527
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,17 @@ Documentation is available on [github-pages](https://sdfordham.github.io/pysynco
- The Economic Costs of Conflict: A Case Study of the Basque Country, Alberto Abadie and Javier Gardeazabal; The American Economic Review Vol. 93, No. 1 (Mar., 2003), pp. 113-132. ([notebook here](examples/basque.ipynb))
- The worked example 'Prison construction and Black male incarceration' from the last chapter of 'Causal Inference: The Mixtape' by Scott Cunningham. ([notebook here](examples/texas.ipynb))
- Comparative Politics and the Synthetic Control Method, Alberto Abadie, Alexis Diamond and Jens Hainmueller; American Journal of Political Science Vol. 59, No. 2 (April 2015), pp. 495-510. ([notebook here](examples/germany.ipynb))

## Citation

If you use this package in your research, you can cite it as below.

```
@software{pysyncon,
author = {Fordham, Stiofán},
month = dec,
title = {{pysyncon: a Python package for the Synthetic Control Method}},
url = {https://github.com/sdfordham/pysyncon},
year = {2022}
}
```

0 comments on commit 0458527

Please sign in to comment.