You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ Full guide: `diff_diff.get_llm_guide("practitioner")`.
113
113
-[StackedDiD](https://diff-diff.readthedocs.io/en/stable/api/stacked_did.html) - Wing, Freedman & Hollingsworth (2024) stacked DiD with Q-weights and sub-experiments
114
114
-[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
115
115
-[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
Copy file name to clipboardExpand all lines: diff_diff/guides/llms.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ Full practitioner guide: call `diff_diff.get_llm_guide("practitioner")`
64
64
- [StackedDiD](https://diff-diff.readthedocs.io/en/stable/api/stacked_did.html): Wing, Freedman & Hollingsworth (2024) stacked DiD with Q-weights and sub-experiments
65
65
- [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
66
66
- [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
0 commit comments