From 6fc4fe4af09df4c0285e0bf8d114b9ca937877f4 Mon Sep 17 00:00:00 2001 From: igerber Date: Thu, 19 Feb 2026 09:20:47 -0500 Subject: [PATCH] Update TripleDifference summary table to reflect completed review The detailed section was updated in PR #169 but the summary table at the top of METHODOLOGY_REVIEW.md was missed. Co-Authored-By: Claude Opus 4.6 --- METHODOLOGY_REVIEW.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/METHODOLOGY_REVIEW.md b/METHODOLOGY_REVIEW.md index ffada72..afe1027 100644 --- a/METHODOLOGY_REVIEW.md +++ b/METHODOLOGY_REVIEW.md @@ -26,7 +26,7 @@ Each estimator in diff-diff should be periodically reviewed to ensure: | CallawaySantAnna | `staggered.py` | `did::att_gt()` | **Complete** | 2026-01-24 | | SunAbraham | `sun_abraham.py` | `fixest::sunab()` | **Complete** | 2026-02-15 | | SyntheticDiD | `synthetic_did.py` | `synthdid::synthdid_estimate()` | **Complete** | 2026-02-10 | -| TripleDifference | `triple_diff.py` | (forthcoming) | Not Started | - | +| TripleDifference | `triple_diff.py` | `triplediff::ddd()` | **Complete** | 2026-02-18 | | TROP | `trop.py` | (forthcoming) | Not Started | - | | BaconDecomposition | `bacon.py` | `bacondecomp::bacon()` | Not Started | - | | HonestDiD | `honest_did.py` | `HonestDiD` package | Not Started | - |