Skip to content

Commit a2b2df7

Browse files
igerberclaude
andcommitted
Address PR #372 R3 review (1 P2, 1 P3)
P2 - StaggeredTripleDifference catalog link points at api/index.html which does not list it - Update README.md L116 catalog link from `api/index.html` to `api/staggered.html#staggeredtripledifference` (where the autoclass added in the prior commit actually renders). - Sync the same fix in diff_diff/guides/llms.txt L67 so the bundled AI-agent guide and the README agree on the canonical URL. P3 - docs/api/staggered.rst intro counted "two main estimators" but page now also documents StaggeredTripleDifference (added in prior commit) - Update intro to list three estimators (CS, SA, StaggeredTripleDifference) and clarify the robustness-check note applies to CS+SA only. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 1e6eef7 commit a2b2df7

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Full guide: `diff_diff.get_llm_guide("practitioner")`.
113113
- [StackedDiD](https://diff-diff.readthedocs.io/en/stable/api/stacked_did.html) - Wing, Freedman & Hollingsworth (2024) stacked DiD with Q-weights and sub-experiments
114114
- [EfficientDiD](https://diff-diff.readthedocs.io/en/stable/api/efficient_did.html) - Chen, Sant'Anna & Xie (2025) efficient DiD with optimal weighting for tighter SEs
115115
- [TROP](https://diff-diff.readthedocs.io/en/stable/api/trop.html) - Triply Robust Panel estimator (Athey et al. 2025) with nuclear norm factor adjustment
116-
- [StaggeredTripleDifference](https://diff-diff.readthedocs.io/en/stable/api/index.html) - Ortiz-Villavicencio & Sant'Anna (2025) staggered DDD with group-time ATT
116+
- [StaggeredTripleDifference](https://diff-diff.readthedocs.io/en/stable/api/staggered.html#staggeredtripledifference) - Ortiz-Villavicencio & Sant'Anna (2025) staggered DDD with group-time ATT
117117
- [WooldridgeDiD](https://diff-diff.readthedocs.io/en/stable/api/wooldridge_etwfe.html) - Wooldridge (2023, 2025) ETWFE: saturated OLS, logit/Poisson QMLE (ASF-based ATT). Alias `ETWFE`.
118118
- [BaconDecomposition](https://diff-diff.readthedocs.io/en/stable/api/bacon.html) - Goodman-Bacon (2021) decomposition for diagnosing TWFE bias in staggered settings
119119

diff_diff/guides/llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Full practitioner guide: call `diff_diff.get_llm_guide("practitioner")`
6464
- [StackedDiD](https://diff-diff.readthedocs.io/en/stable/api/stacked_did.html): Wing, Freedman & Hollingsworth (2024) stacked DiD with Q-weights and sub-experiments
6565
- [EfficientDiD](https://diff-diff.readthedocs.io/en/stable/api/efficient_did.html): Chen, Sant'Anna & Xie (2025) efficient DiD with optimal weighting for tighter SEs
6666
- [TROP](https://diff-diff.readthedocs.io/en/stable/api/trop.html): Triply Robust Panel estimator (Athey et al. 2025) with nuclear norm factor adjustment
67-
- [StaggeredTripleDifference](https://diff-diff.readthedocs.io/en/stable/api/index.html): Ortiz-Villavicencio & Sant'Anna (2025) staggered DDD with group-time ATT
67+
- [StaggeredTripleDifference](https://diff-diff.readthedocs.io/en/stable/api/staggered.html#staggeredtripledifference): Ortiz-Villavicencio & Sant'Anna (2025) staggered DDD with group-time ATT
6868
- [WooldridgeDiD](https://diff-diff.readthedocs.io/en/stable/api/wooldridge_etwfe.html): Wooldridge (2023, 2025) ETWFE — saturated OLS, logit/Poisson QMLE (ASF-based ATT). Alias: ETWFE
6969
- [BaconDecomposition](https://diff-diff.readthedocs.io/en/stable/api/bacon.html): Goodman-Bacon (2021) decomposition for diagnosing TWFE bias in staggered settings
7070

docs/api/staggered.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ Staggered Adoption
33

44
Estimators for staggered DiD designs where treatment is adopted at different times.
55

6-
This module provides two main estimators for staggered adoption settings:
6+
This module provides three estimators for staggered adoption settings:
77

88
1. **Callaway-Sant'Anna (2021)**: Aggregates group-time 2x2 DiD comparisons
99
2. **Sun-Abraham (2021)**: Interaction-weighted regression approach
10+
3. **Ortiz-Villavicencio & Sant'Anna (2025)**: Staggered triple-difference (DDD) with group-time ATT
1011

11-
Running both provides a useful robustness checkwhen they agree, results are more credible.
12+
Running CS and SA together provides a useful robustness check - when they agree, results are more credible.
1213

1314
.. module:: diff_diff.staggered
1415

0 commit comments

Comments
 (0)