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
Near-Term additions:
- Triple Difference (DDD) Estimators (Ortiz-Villavicencio & Sant'Anna 2025)
- Pre-Trends Power Analysis (Roth 2022, complements Honest DiD)
Medium-Term additions:
- Doubly Robust DiD + Synthetic Control (Sun, Xie & Zhang 2025)
- Causal Duration Analysis with DiD (Deaner & Ku 2025)
These represent the latest methodological advances in the DiD literature.
Copy file name to clipboardExpand all lines: ROADMAP.md
+43Lines changed: 43 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,27 @@ Two-stage approach gaining traction in applied work. First residualizes outcomes
52
52
53
53
**Reference**: Gardner (2022). *Working Paper*.
54
54
55
+
### Triple Difference (DDD) Estimators
56
+
57
+
Extends DiD to settings requiring a third differencing dimension. Common DDD implementations are invalid when covariates are needed for identification.
58
+
59
+
- Regression adjustment, IPW, and doubly robust DDD estimators
60
+
- Staggered adoption support with multiple comparison groups
61
+
- Proper covariate integration (naive "two DiD difference" approaches fail)
62
+
- Bias reduction and precision gains over standard approaches
63
+
64
+
**Reference**: [Ortiz-Villavicencio & Sant'Anna (2025)](https://arxiv.org/abs/2505.09942). *Working Paper*. R package: `triplediff`.
65
+
66
+
### Pre-Trends Power Analysis
67
+
68
+
Assess whether pre-trends tests have adequate power to detect meaningful parallel trends violations. Complements our Honest DiD implementation.
69
+
70
+
- Minimum detectable violation size for pre-trends tests
71
+
- Visualization of power against various violation magnitudes
72
+
- Integration with existing parallel trends diagnostics
73
+
74
+
**Reference**: [Roth (2022)](https://www.aeaweb.org/articles?id=10.1257/aeri.20210236). *AER: Insights*. R package: `pretrends`.
75
+
55
76
### Enhanced Visualization
56
77
57
78
- Synthetic control weight visualization (bar chart of unit weights)
@@ -110,6 +131,28 @@ For outcomes where linear models are inappropriate (binary, count, bounded).
Unified framework combining DiD and synthetic control with doubly robust identification—valid under *either* parallel trends or synthetic control assumptions.
137
+
138
+
- ATT identified under parallel trends OR group-level SC condition
139
+
- Semiparametric estimation framework
140
+
- Multiplier bootstrap for valid inference under either assumption
141
+
- Strengthens credibility by avoiding the DiD vs. SC trade-off
0 commit comments