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
Copy file name to clipboardExpand all lines: Slides/Tex/06-Imputation.tex
+38-11Lines changed: 38 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
\usepackage{verbatim}
5
5
\usepackage{bm}
6
6
\begin{document}
7
-
%\imageframe{./lecture_includes/slide_banner.pdf}
7
+
\imageframe{./lecture_includes/slide_banner.pdf}
8
8
9
9
\section{Imputation in 2x2}
10
10
@@ -139,7 +139,7 @@ \section{Imputation with Staggered Treatment Timing}
139
139
Units can vary in what year they get treated, denoted by $g$.
140
140
141
141
\bigskip
142
-
Researchers care about the average treatment effect on the treated, $\tau = \expec{\tau_{it}}{d_{it} = 1}$ or perhaps some different average of $\tau_{it}$.
142
+
Researchers care about the overall ATT, $\expec{\tau_{it}}{d_{it} = 1}$, or some different average of $\tau_{it}$.
The error term now contains the treatment effect heterogeneity.
172
173
\begin{itemize}
173
-
\item If there is any systematic heterogeneity like we described before, then the covariates (fixed-effects) are correlated with the error term and OLS estimates are biased.
174
+
\item If there is any systematic heterogeneity like we described before, then the covariates (fixed-effects) are correlated with the error term and OLS estimates suffer from omitted variables bias.
174
175
\end{itemize}
175
176
\end{frame}
176
177
@@ -181,16 +182,18 @@ \section{Imputation with Staggered Treatment Timing}
If we regress $y_{it} - \mu_i - \eta_t$ on the dummy variable $d_{it}$, OLS algebra tells us that $\hat{\tau}$ will estimate a simple average of $\tau_{it}$ (plus noise):
where $N_{post}$ is the number of post-treatment observations
190
193
191
194
\pause
192
195
\bigskip
193
-
Similarly, if we had a set of \emph{mutually-exclusive} event-study variables, $d_{it}^\ell$, we would get averages of $\tau_{it}$ for $(i,t)$ with $g_i - t = \ell$.
196
+
Similarly, if we had a set of \emph{mutually-exclusive} event-study dummy variables, $d_{it}^\ell$, we would get averages of $\tau_{it}$ for $(i,t)$ with $g_i - t = \ell$.
194
197
\end{frame}
195
198
196
199
\begin{frame}{Too bad we don't know $\mu$ and $\eta$}
@@ -210,12 +213,19 @@ \section{Imputation with Staggered Treatment Timing}
@@ -239,6 +249,7 @@ \section{Imputation with Staggered Treatment Timing}
239
249
\bigskip
240
250
\textbf{Stage 1:}
241
251
Estimate $\mu_i$ and $\eta_t$ using untreated/not-yet-treated observations ($d_{it} = 0$).
252
+
\pause
242
253
\begin{itemize}
243
254
\item Don't include $d_{it} = 1$ since the treatment effects will bias estimates of the fixed effects.
244
255
\end{itemize}
@@ -652,6 +663,22 @@ \section{Synthetic Control}
652
663
\end{itemize}
653
664
\end{frame}
654
665
666
+
\begin{frame}{Inference in Synthetic Control}
667
+
Inference in the classical synthetic control setting is really difficult
668
+
\begin{itemize}
669
+
\item Only one treated unit; you're not averaging over units so the estimate is subject to random shocks
670
+
\end{itemize}
671
+
672
+
\pause
673
+
\bigskip
674
+
Two forms of randomization inference are typically used:
675
+
\begin{itemize}
676
+
\item Randomly shuffle treatment to control units and reestimate synthetic control; want the treated unit to look more extreme than the placebo estimates. The so-called `spaghetti plot'
677
+
678
+
\item Randomly shuffle time-periods around for treated unit and reestimate synthetic control
679
+
\end{itemize}
680
+
\end{frame}
681
+
655
682
\begin{frame}{Implementing Synthetic Control}
656
683
My recommendation for synthetic control is \texttt{scpi} package (on R, Stata, and Python)
0 commit comments