From 17926a31ecba90b6b7b745e51a008d339750f90c Mon Sep 17 00:00:00 2001 From: Alexander Quispe Date: Mon, 29 Dec 2025 10:32:11 -0500 Subject: [PATCH] Add citation section for CSDID Added citation information for CSDID in README. --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e4be0d9..1fbf27d 100644 --- a/README.md +++ b/README.md @@ -296,4 +296,13 @@ out.aggte(typec='group'); Of particular interest is the `Overall ATT` in the results. Here, we estimate that increasing the minimum wage decreased teen employment by -3.1% and the effect is marginally statistically significant. \ No newline at end of file +3.1% and the effect is marginally statistically significant. + +# How to cite +If you want to cite CSDID, you can use the following BibTeX entry: +@software{csdid, + author = {Callaway, Brantly and Sant'Anna, Pedro HC and Quispe, Alexander and Guevara, Carlos}, + title = {{pyfixest: Fast high-dimensional fixed effect estimation in Python}}, + year = {2024}, + url = {https://github.com/d2cml-ai/csdid} +}