EconBase
← Back to paper

Revisiting Event Study Designs: Robust and Efficient Estimation

The exact contents of citations.db main_text.text for this paper — one flattened LaTeX string, title through conclusion, appendix excluded, unmodified except for removing email addresses. This is what our citation measures are computed over.

131,031 characters

Revisiting Event Study Designs: Robust and Efficient Estimation


\title{Revisiting Event Study Designs:\\
Robust and Efficient Estimation{\Large{} }}
\author{\vspace{1.25cm}
}
\author{Kirill Borusyak\\
UC Berkeley and CEPR\and Xavier Jaravel\\
LSE and CEPR\and Jann Spiess\\
Stanford\thanks{Borusyak: \protect[email removed];
Jaravel: \protect[email removed];
Spiess: \protect[email removed].
This draft supersedes our 2018 manuscript, \textquotedblleft Revisiting
Event Study Designs, with an Application to the Estimation of the
Marginal Propensity to Consume.\textquotedblright{} We thank Alberto
Abadie, Isaiah Andrews, Raj Chetty, Itzik Fadlon, Ed Glaeser, Peter
Hull, Guido Imbens, Larry Katz, Jack Liebersohn, Benjamin Moll, Jonathan
Roth, Pedro Sant'Anna, Amanda Weiss, and three anonymous referees
for thoughtful conversations and comments. We are particularly grateful
to Jonathan Parker for his support in accessing and working with the
data and code from \textcite{Broda2014}. The results in the empirical
part of this paper are calculated based in part on data from Nielsen
Consumer LLC and marketing databases provided through the NielsenIQ
Datasets at the Kilts Center for Marketing Data Center at The University
of Chicago Booth School of Business. The conclusions drawn from the
NielsenIQ data are ours and do not reflect the views of NielsenIQ.
NielsenIQ is not responsible for, had no role in, and was not involved
in analyzing and preparing the results reported herein. Two accompanying
Stata commands are available from the SSC repository: \texttt{did\_imputation}
for treatment effect estimation with our imputation estimator and
pre-trend testing, and \texttt{event\_plot} for making dynamic event
study plots.}\vspace{0.25cm}
}
\date{This version: January 2024}
\maketitle
\begin{abstract}
We develop a framework for difference-in-differences designs with
staggered treatment adoption and heterogeneous causal effects. We
show that conventional regression-based estimators fail to provide
unbiased estimates of relevant estimands absent strong restrictions
on treatment-effect homogeneity. We then derive the efficient estimator
addressing this challenge, which takes an intuitive \textquotedblleft imputation\textquotedblright{}
form when treatment-effect heterogeneity is unrestricted. We characterize
the asymptotic behavior of the estimator, propose tools for inference,
and develop tests for identifying assumptions. Our method applies
with time-varying controls, in triple-difference designs, and with
certain non-binary treatments. We show the practical relevance of
our results in a simulation study and an application. Studying the
consumption response to tax rebates in the United States, we find
that the notional marginal propensity to consume is between 8 and
11 percent in the first quarter \textemdash{} about half as large
as benchmark estimates used to calibrate macroeconomic models \textemdash{}
and predominantly occurs in the first month after the rebate.

\noindent
\global\long\def\expec#1{\mathbb{E}\left[#1\right]}
\global\long\def\var#1{\mathrm{Var}\left[#1\right]}
\global\long\def\cov#1{\mathrm{Cov}\left[#1\right]}
\global\long\global\long\global\long\global\long\newtheorem*{target*}{Estimation Target} \newtheorem{test}{Test}

\noindent
\global\long\global\long\global\long\global\long\def\1{\textbf{1}}
\global\long\def\0{\textbf{0}}
$
\global\long\global\long\global\long\global\long$

\noindent \newpage{}
\end{abstract}

\section{Introduction}

Event studies are one of the most popular tools in applied economics
and policy evaluation. An event study is a difference-in-differences
(DiD) design in which a set of units in the panel receive treatment
at different points in time. In this paper, we investigate the robustness
and efficiency of estimators of causal effects in event studies, with
a focus on the role of treatment effect heterogeneity. We first develop
a simple econometric framework that delineates the identification
assumptions from each other and from the estimation target, defined
as some average of heterogeneous causal effects. We then apply this
framework in three ways. First, we analyze the conventional practice
of implementing event studies via two-way fixed effect Ordinary Least
Squares (TWFE OLS) regressions and show how the implicit conflation
of different assumptions leads to biases. Second, leveraging event
study assumptions in an explicit and principled way allows us to derive
the robust and efficient estimator, along with appropriate inference
methods and tests. The estimator takes an intuitive ``imputation''
form when treatment-effect heterogeneity is unrestricted. Finally,
we illustrate the practical relevance of our approach in an application
estimating the marginal propensity to spend (MPX) out of tax rebates;
our MPX estimates are lower than in prior work, implying that fiscal
stimulus is less powerful than commonly thought.

Event studies are frequently used to estimate treatment effects when
treatment is not randomized, but the researcher has panel data allowing
them to compare outcome trajectories before and after the onset of
treatment, as well as across units treated at different times. By
analogy to conventional DiD designs without staggered rollout, event
studies are commonly implemented by two-way fixed effect regressions,
such as
\begin{align}
Y_{it} & =\alpha_{i}+\beta_{t}+\tau D_{it}+\varepsilon_{it},\label{eq:baselineTEmodel}
\end{align}
where outcome $Y_{it}$ and binary treatment $D_{it}$ are measured
in periods $t$ and for units $i$, $\alpha_{i}$ are unit fixed effects
(FEs) that allow for different baseline outcomes across units, and
$\beta_{t}$ are period fixed effects that accommodate overall trends
in the outcome. Specifications like \ref{eq:baselineTEmodel} are
meant to isolate a treatment effect $\tau$ from unit- and period-specific
confounders. A commonly-used dynamic version of this regression includes
``lags'' and ``leads'' of the indicator for the onset of treatment,
to capture treatment effects for different ``horizons'' since the
onset of treatment and test for the parallel trajectories of the pre-treatment
outcomes.

To understand the problems with conventional two-way fixed effect
estimators in event-study designs and provide a principled econometric
approach to overcoming these issues, in \ref{sec:Setting} we develop
a simple framework that makes the estimation targets and underlying
assumptions explicit and clearly isolated. We suppose that the researcher
chooses a particular weighted average (or weighted sum) of heterogeneous
treatment effects they are interested in estimating. We make (and
later test) two standard DiD identification assumptions: that potential
outcomes without treatment are characterized by parallel trends and
that there are no anticipatory effects. We also allow for \textemdash{}
but do not require \textemdash{} an auxiliary assumption that the
treatment effects themselves follow some model that restricts their
heterogeneity for \emph{a priori }specified economic reasons. This
explicit approach is in contrast to regression specifications like
\ref{eq:baselineTEmodel}, both static and dynamic, which implicitly
conflate choices of estimation target and identification assumptions.
Our framework covers a broad class of empirically relevant estimands
beyond the standard average treatment-on-the-treated (ATT), including
heterogeneous treatment effects by observed covariates and ATTs at
different horizons that hold the composition of units fixed.

Through the lens of this framework, in \ref{sec:Conventional-Practice}
we uncover a set of challenges with conventional event-study estimation
methods and trace them back to a mismatch between estimation target,
identification assumptions, and the flexibility of the regression
specification. First, we note that failing to rule out anticipation
effects in ``fully-dynamic'' specifications (with all leads and
lags of the event included) leads to an underidentification problem
when there are no never-treated units, such that the dynamic path
of anticipation and treatment effects over time is not point-identified.
We conclude that it is important to separate out testing the assumptions
about pre-trends from the estimation of dynamic treatment effects
under those assumptions. Second, implicit assumptions of homogeneous
treatment effects embedded in static DiD regressions like \ref{eq:baselineTEmodel}
may lead to estimands that put negative weights on some long-run treatment
effects. With staggered rollout, regression-based estimation leverages
comparisons between groups that got treated over a period of time
and reference groups which had been treated \emph{earlier}. We label
such cases ``forbidden comparisons.'' Indeed, these comparisons
are only valid when the homogeneity assumption is true; when it is
violated, they can substantially distort the weights the estimator
places on treatment effects, or even make them negative. Third, in
dynamic specifications, implicit assumptions about treatment effect
homogeneity across groups first treated at different times lead to
the spurious identification of long-run treatment effects for which
no DiD comparisons valid under heterogeneous treatment effects are
available. The last two challenges highlight the danger of imposing
implicit treatment effect homogeneity assumptions instead of allowing
for heterogeneity and explicitly specifying the target estimand. We
show that these challenges are not resolved by trimming the sample
to a fixed window around the event date.

From the above discussion, the reader should not conclude that event
study designs are plagued by fundamental problems. On the contrary,
these challenges only arise due to a mismatch between treatment effect
heterogeneity and specifications which restrict it. We therefore use
our framework to circumvent these issues and derive robust and efficient
estimators.

In \ref{sec:Imputation-Solution}, we first establish a simple characterization
for the most efficient linear unbiased estimator of any pre-specified
weighted sum of treatment effects, in the baseline case of spherical
errors, i.e. homoskedasticity with no serial correlation. This estimator
explicitly incorporates the researcher's estimation goal and assumptions
about parallel trends, anticipation effects, and restrictions on treatment
effect heterogeneity. It is constructed by estimating a flexible high-dimensional
regression that differs from conventional event study specifications,
and aggregating its coefficients appropriately. While spherical errors
are a natural starting point, the principled construction of this
estimator more generally ensures unbiasedness and yields attractive
efficiency properties, as we later confirm in simulations.

In our leading case where the heterogeneity of treatment effects is
not restricted, the efficient robust estimator can be implemented
using a transparent ``imputation'' procedure. First, the unit and
period fixed effects $\hat{\alpha}_{i}$ and $\hat{\beta}_{t}$ are
fitted by regressions using untreated observations only. Second, these
fixed effects are used to impute the untreated potential outcomes
and therefore obtain an estimated treatment effect $\hat{\tau}_{it}=Y_{it}-\hat{\alpha}_{i}-\hat{\beta}_{t}$
for each treated observation. Finally, a weighted sum of these treatment
effect estimates is taken, with weights corresponding to the estimation
target.

To relate our efficient imputation estimator to other unbiased estimators
that have been proposed in the literature, we derive two additional
results showing the generality of the imputation structure. First,
any other linear estimator that is unbiased in our framework with
unrestricted causal effects can be represented as \emph{an} imputation
estimator, albeit with an inefficient way of imputing untreated potential
outcomes. Second, even when assumptions that restrict treatment effect
heterogeneity are imposed, any unbiased estimator can still be understood
as an imputation estimator for an adjusted estimand. Together, these
two results allow us to characterize estimators of treatment effects
in event studies as a combination of how they impute unobserved potential
outcomes and which weights they put on treatment effects.

For the efficient estimator in our framework, we provide tools for
valid inference. Specifically, we derive conditions under which the
estimator is consistent and asymptotically normal and propose standard
error estimates. Inference is challenging under arbitrary treatment
effect heterogeneity, because causal effects cannot be separated from
the error terms. We instead show how asymptotically conservative standard
errors can be derived, by attributing some variation in estimated
treatment effects to the error terms.\footnote{\label{fn:comparable estimators}While the generality of our setting
only allows for conservative inference (on any robust estimator, including
ours), we obtain asymptotically exact standard errors in the special
case that received the most attention in the literature: when units
are randomly sampled from a population and the estimand consists of
average treatment effects by period\textendash cohort pairs.} Our inference results apply under mild conditions in short panels.
Advancing the existing literature on DiD estimation with staggered
adoption, we also provide conditions for consistency and inference
that extend to panels where the number of time periods grows, as long
as growth is not too fast. We also propose a leave-one-out modification
to our conservative variance estimates with improved finite-sample
performance.

Another important practical advantage of our approach is that it provides
a principled way of testing the identifying assumptions of parallel
trends and no anticipation effects, based on OLS regressions with
untreated observations only. Compared to conventional specifications
with leads and lags of treatment that implicitly restrict treatment
effects, this approach avoids the contamination of the tests by treatment
effect heterogeneity shown by \textcite{Abraham2018}. Moreover, our
strategy circumvents the inference problems after pre-testing that
were pointed out by \textcite{Roth2018a}, under spherical errors.
These attractive properties result from the clear separation of estimation
and testing.

It is also useful to point out two limitations of our analysis. First,
all event study designs assume a restrictive parametric model for
untreated outcomes. We do not evaluate when these assumptions may
be applicable, and therefore when the event study design are \emph{ex
ante }appropriate, as \textcite{Roth2020} do. We similarly do not
consider estimation that is robust to violations of parallel-trend
type assumptions, as \textcite{Roth2019} propose, although our framework
allows relaxing those assumptions by including unit-specific trends
and time-varying covariates. We instead take the standard assumptions
of event study designs as given and derive optimal estimators, valid
inference, and practical tests to assess whether parallel-trend assumptions
hold. Second, we also do not consider event studies as understood
in the finance literature, based on high-frequency panel data, which
typically do not use period fixed effects \parencite{MacKinlay1997}.

In \ref{sec:Application}, we illustrate the practical relevance of
our theoretical insights by revisiting the estimation of the marginal
propensity to spend out of tax rebates in the event study of \textcite{Broda2014}.
First, we show that the choice of a binned specification used by \textcite{Broda2014}
leads to a substantial upward bias in estimated MPXs. Indeed, we find
that the binned specification puts a large weight on the effects happening
in the first week after the rebate receipt, and negative weights on
some longer-run effects, biasing the estimate upwards because the
spending response quickly decays over time. Second, we highlight that,
due to the implicit extrapolation of treatment effects in specifications
restricting treatment effect heterogeneity, some dynamic specifications
could be mistakenly interpreted as evidence for a large and persistent
increase in spending. Our imputation estimator eliminates unstable
patterns found across such specifications. Finally, we illustrate
the underidentification problem with the fully-dynamic specification:
the dynamic path of estimates is very sensitive to the choice of leads
to drop.

Our findings deliver several insights for the macroeconomics literature.
While commonly used estimates of the quarterly MPX covering all expenditures
range from 50-90\% and estimates of the quarterly MPX for nondurable
expenditure range from 15-25\%,\footnote{\textcite{Broda2014}, \textcite{Parker2013} and \textcite{Johnson2006a}
estimate different versions of the MPX out of tax rebates. \textcite{Laibson2022},
\textcite{kaplan2020marginal} and \textcite{di2020stock} provide
recent reviews of the literature on the estimation of the marginal
propensity to spend and consume.} our estimates, when appropriately rescaled, are about half as large,
at 25\textendash 37\% for the MPX one quarter after tax rebate receipt
for all expenditures and 8\textendash 11\% for nondurables. Using
the scaling methodology of \textcite{Laibson2022}, we estimate that
the model-consistent, or ``notional,'' MPC in the quarter following
the tax rebate ranges between 7.8\% and 11.4\%, compared with 15.9\%
to 23.4\% in the original estimation of \textcite{Broda2014}. Furthermore,
our preferred estimates are much more short-lived than benchmark estimates,
falling to a statistical zero beyond the first month after receiving
the tax rebate. Thus, our new estimates imply that fiscal stimulus
may be less potent than predicted by leading macroeconomic models
targeting benchmark estimates.\footnote{\textcite{Orchard2022} apply our imputation estimator to the \textcite{Parker2013}
quarterly data, covering the full consumption basket, and also obtain
estimates around half as large as in the original study. Our analysis
complements their results since, thanks to the high-frequency data,
it allows us to investigate the dynamics of the effect and explain
the source of the bias of conventional approaches. See also \textcite{Baker2021}
for evidence that using robust event study estimation methods matters
in other empirical contexts.}

For convenient application of our results, we supply a Stata command,
\texttt{did\_imputation}, which implements the imputation estimator
and inference for it in a computationally efficient way. Our command
handles a variety of practicalities which are also covered by our
theoretical results, such as time-varying covariates, triple-difference
designs, and repeated cross-sections. We also provide a second command,
\texttt{event\_plot}, for producing ``event study plots'' that visualize
the estimates with both our estimator and the alternative ones.

Our paper contributes to a growing methodological literature on event
studies. To the best of our knowledge, our paper is the first and
only one to characterize the underidentification and spurious identification
of long-run treatment effects that arise in conventional implementations
of event study designs. The negative weighting problem has received
more attention. It was first shown by \textcite[Supplement 1]{DeChaisemartin2015}.
The earlier manuscript of our paper \parencite{Borusyak2017} independently
pointed it out and additionally explained how it arises because of
forbidden comparisons and why it affects long-run effects in particular,
which we now discuss in \ref{subsec:Negative-Weighting} below. The
issue has since been further investigated by \textcite{Goodman-Bacon2021},
\textcite{Strezhnev2018}, and \textcite{DeChaisemartin2018}, while
\textcite{Abraham2018} have shown similar problems with dynamic specifications.
\textcite{Abraham2018} and \textcite{Roth2018a} have further uncovered
problems with conventional pre-trend tests, and \textcite{Schmidheiny2018}
have characterized the problems which arise from binning multiple
lags and leads in dynamic specifications. Besides being the first
to point out some of these issues, our paper provides a unifying econometric
framework which explicitly relates these issues to the conflation
of the target estimand and the underlying identification assumptions.

Several papers have proposed ways to address these problems, introducing
estimators that remain valid when treatment effects can vary arbitrarily
\parencite{DeChaisemartin2020,Abraham2018,Callaway2018,Marcus2020,Cengiz2019}.
An important limitation of these robust estimators is that their efficiency
properties are not known.\footnote{There are three notable exceptions. \textcite{Marcus2020} consider
a two-stage generalized method of moments (GMM) estimator and establish
its semiparametric efficiency under heteroskedasticity in a large-sample
framework with a fixed number of periods. However, they find this
estimator to be impractical, as it involves many moments, e.g. almost
as many as the number of observations in the application they consider.
Second, \textcite{Roth2021} characterize the efficient DiD estimator
which leverages random timing of the treatment, rather than a more
conventional parallel trends assumption, as we do. Finally, \textcite{harmon_DiD}
builds on our framework to characterize the efficiency properties
of difference-in-differences estimators when error terms follow a
random walk \textemdash{} the opposite case from our benchmark analysis
of efficiency which imposes no serial correlation of errors. In \ref{subsec:appx-GLS},
we generalize our results to intermediate cases, allowing for models
of heteroskedasticity and serial correlation.} A key contribution of our paper is to derive a practical, robust,
and finite-sample efficient estimator from first principles. We show
that this estimator takes a particularly transparent form under unrestricted
treatment effect heterogeneity, while our construction also yields
efficiency when some restrictions on treatment effects are imposed.
By clearly separating the testing of underlying assumptions from the
estimation step imposing these assumptions, we simultaneously increase
estimation efficiency and avoid problems with inference after pre-testing
under spherical errors. Our estimator uses all pre-treatment periods
for imputation, as appropriate under the standard DiD assumptions,
while alternative estimators use more limited information.\footnote{This efficiency gain relative to \textcite{DeChaisemartin2020} and
\textcite{Abraham2018} is obtained without stronger assumptions.
The \textcite{Callaway2018} assumptions are also equivalent to ours
when there is only one period before any unit is treated and there
are no covariates (see \textcite{Marcus2020}).}

In the MPX application, we find large gains of our imputation estimator:
the confidence interval is about 50\% longer for each week relative
to the rebate for \textcite{DeChaisemartin2020}, and 2\textendash 3.5
times longer for \textcite{Abraham2018} (which without extra controls
are equivalent to the two versions of the \textcite{Callaway2018}
estimator). We confirm these gains in a simulation study, finding
that the standard deviations of alternative robust estimators are
1.3\textendash 3.6 times higher with spherical errors, and that these
gains are generally preserved under heteroskedasticity and serial
correlation of errors.

Finally, our paper is related to a nascent literature that develops
robust estimators similar to the imputation estimator. To the best
of our knowledge, this idea has been first proposed for factor models
\parencite{Gobillon2016a,Xu2017}. \textcite{Athey2018b} consider
a general class of ``matrix-completion'' estimators for panel data
that first impute untreated potential outcomes by regularized factor-
and fixed-effects models and then average over the implied treatment-effect
estimates. The imputation idea has been explicitly applied to fixed-effect
estimators in event studies by \textcite{Liu2020a}, \textcite{Gardner2020a}, \textcite{Thakral2020}, and \textcite{thakral2023two}.
Specifically, the counterfactual estimator of \textcite{Liu2020a},
the two-stage estimator of \textcite{Gardner2020a}, \textcite{Thakral2020}, and \textcite{thakral2023two}, and a version
of the matrix-completion estimator from \textcite{Athey2018b} without
factors or regularization coincide with the imputation estimator in
our model for the specific class of estimands their papers consider.
Relative to these papers, we make four contributions: we derive a general imputation estimator from first principles, show its efficiency,
provide tools for valid asymptotic inference when unit fixed effects
are included, and show its robustness to pre-testing. Subsequently
to our work, \textcite{Wooldridge2021} derives a two-way Mundlak
estimator, which is also equivalent to the imputation estimator for
a restricted class of estimands in complete panels with controls that
are not allowed to change over time (but that may have time-varying
effects). The robustness and efficiency properties of our estimator
are not limited to those situations.

\section{Setting\label{sec:Setting}}

We consider estimation of causal effects of a binary treatment $D_{it}$
on an outcome $Y_{it}$ in a panel of units $i$ and periods $t$.
We focus on ``staggered rollout'' designs in which being treated
is an absorbing state. For each unit there is an event date $E_{i}$
when $D_{it}$ switches from 0 to 1 forever: $D_{it}=\mathbf{1}\left[K_{it}\ge0\right]$,
where $K_{it}=t-E_{i}$ is the number of periods since the event date
(``horizon''). Some units may never be treated, denoted by $E_{i}=\infty$.
Units with the same event date are referred to as a cohort.

We do not make any random sampling assumptions and work with a set
of observations $it\in\Omega$ of total size $N$, which may or may
not form a complete panel. We similarly view the event date for each
unit, and therefore all treatment indicators, as fixed. We define
the set of treated observations by $\Omega_{1}=\left\{ it\in\Omega\colon\ D_{it}=1\right\} $
of size $N_{1}$ and the set of untreated (i.e., never-treated and
not-yet-treated) observations by $\Omega_{0}=\left\{ it\in\Omega\colon\ D_{it}=0\right\} $
of size $N_{0}$.\footnote{Viewing the set of observations and event times as non-stochastic
is not essential. In \ref{subsec:Stochastic-Regressors}, we show
how this framework can be derived from one in which both are stochastic,
by appropriate conditioning. Our conditional framework avoids random
sampling assumptions made in other work on DiD designs (e.g. \cite{DeChaisemartin2018},
\cite{Abraham2018}, and \cite{Callaway2018}).}

We denote by $Y_{it}(0)$ the period-$t$ stochastic potential outcome
of unit $i$ if it is never treated. Causal effects on the treated
observations $it\in\Omega_{1}$ are denoted $\tau_{it}=\expec{Y_{it}-Y_{it}(0)}$.
We suppose a researcher is interested in a statistic which sums or
averages treatment effects $\tau=\left(\tau_{it}\right)_{it\in\Omega_{1}}$
over the set of treated observations with pre-specified non-stochastic
weights $w_{1}=\left(w_{it}\right)_{it\in\Omega_{1}}$ that can depend
on treatment assignment and timing, but not on realized outcomes:

\begin{target*}$\tau_{w}=\sum_{it\in\Omega_{1}}w_{it}\tau_{it}\equiv w_{1}^{\prime}\tau$.\end{target*}

\noindent For notation brevity, we consider scalar estimands.

Different weights are appropriate for different research questions.
The researcher may be interested in the overall ATT, formalized by
$w_{it}=1/N_{1}$ for all $it\in\Omega_{1}$. In event study analyses
a common estimand is the average effect $h$ periods since treatment
for a given horizon $h\ge0$: $w_{it}=\mathbf{1}\left[K_{it}=h\right]/\lvert\Omega_{1,h}\rvert$
for $\Omega_{1,h}=\left\{ it\colon\ K_{it}=h\right\} $. Our approach
also allows researchers to specify target estimands that place unequal
weights on units within the same cohort-by-horizon cell. For example,
one may be interested in weighting units by their size, or in estimating
a ``balanced'' version of horizon-average effects: the ATT at horizon
$h$ computed only for the subset of units also observed at horizon
$h^{\prime}$, such that the gap between two or more estimates is
not confounded by compositional differences. Finally, we do not require
the $w_{it}$ to add up to one; for example, a researcher may be interested
in the difference between average treatment effects at different horizons
or across some groups of units (e.g. women and men), corresponding
to $\sum_{it\in\Omega_{1}}w_{it}=0$.\footnote{More broadly, the choice of weights allows for estimation of treatment
effect heterogeneity by observed characteristics $R_{it}$. Indeed,
the slope of the linear projection of $\tau_{it}$ on some observable
$R_{it}$ (which may or may not be time-varying) is a weighted sum
of treatment effects, $\sum_{it\in\Omega_{1}}w_{it}\tau_{it}$ for
$w_{it}=\left(R_{it}-\bar{R}\right)/\sum_{js\in\Omega_{1}}(R_{js}-\bar{R})^{2}$
and $\bar{R}=\frac{1}{\lvert\Omega_{1}\rvert}\sum_{js\in\Omega_{1}}R_{js}$.
The same logic generalizes when $R_{it}$ is a vector, via the Frisch\textendash Waugh\textendash Lowell
theorem. This approach also allows for tests of restrictions on treatment
effect heterogeneity, e.g. to assess whether ATTs vary across time
horizons.}

To identify $\tau_{w}$, we consider three assumptions. We start with
the parallel-trends assumption, which imposes a two-way fixed effect
(TWFE) model on the untreated potential outcomes.
\begin{assumption}[Parallel trends]
\label{assu:A1} There exist non-stochastic $\alpha_{i}$ and $\beta_{t}$
such that $\expec{Y_{it}(0)}=\alpha_{i}+\beta_{t}$ for all $it\in\Omega$.\footnote{In estimation, we will set the fixed effect of either one unit or
one period to zero, such as $\beta_{1}=0$. This is without loss of
generality, since the TWFE model is otherwise over-parameterized.}
\end{assumption}
An equivalent formulation requires $\expec{Y_{it}(0)-Y_{it'}(0)}$
to be the same across units $i$ for all periods $t$ and $t'$ (whenever
$it$ and $it'$ are observed).

Parallel trend assumptions are standard in DiD designs, but their
details may vary. First, we impose the TWFE model on the entire sample.
Although weaker assumptions can be sufficient for identification of
$\tau_{w}$ \parencite[e.g.,][]{Callaway2021}, those alternative
restrictions depend on the realized treatment timing. Since parallel
trends is an assumption on \emph{potential} outcomes, we prefer its
stronger version which can be made \emph{a priori}.\footnote{Specifically, Assumption 4 in \textcite{Callaway2018} requires that
the TWFE model only holds for all treated observations ($D_{it}=1$),
observations directly preceding the treatment onset ($K_{it}=-1$),
and in all periods for never-treated units. Similarly, \textcite{Goodman-Bacon2021}
proposes to impose parallel trends on a ``variance-weighted'' average
of units, as the weakest assumption under which static specifications
we discuss in \ref{sec:Conventional-Practice} identify some average
of causal effects. While technically weaker, this assumption may be
hard to justify \emph{ex ante} without imposing parallel trends on
all units as it is unlikely that non-parallel trends will cancel out
by averaging.} Moreover, \ref{assu:A1} can be tested by using pre-treatment data,
while minimal assumptions cannot. Second, we impose \ref{assu:A1}
at the unit level, while sometimes it is imposed on cohort-level averages.
Our approach is in line with the practice of including unit, rather
than cohort, FEs in DiD analyses and allows us to avoid biases in
incomplete panels where the composition of units changes over time.
Moreover, we show in \ref{subsec:appx-Sampling} that, under random
sampling and without compositional changes, assumptions on cohort-level
averages imply \ref{assu:A1}.

Our framework extends immediately to richer models of $Y_{it}(0)$:\begin{assumption}[General model of $Y(0)$]
\label{assu:A1prime}For all $it\in\Omega$, $\expec{Y_{it}(0)}=A_{it}^{\prime}\lambda_{i}+X_{it}^{\prime}\delta$,
where $\lambda_{i}$ is a vector of unit-specific nuisance parameters,
$\delta$ is a vector of nuisance parameters associated with common
covariates, and $A_{it}$ and $X_{it}$ are known non-stochastic vectors.
\end{assumption}
\setcounter{assumption}{1} The
first term in this model of $Y_{it}(0)$ nests unit FEs, but also
allows to interact them with some observed covariates unaffected by
the treatment status, e.g. to include unit-specific trends. This term
looks similar to a factor model, but differs in that regressors $A_{it}$
are observed. The second term nests period FEs but additionally allows
any time-varying covariates, i.e. $X_{it}^{\prime}\delta=\beta_{t}+\tilde{X}_{it}^{\prime}\tilde{\delta}$.
In \ref{subsec:Stochastic-Regressors} we clarify that $X_{it}$ have
to be unaffected by treatment and strictly exogenous to be included
in the specification.

We next rule out anticipation effects, i.e. the causal effects of
being treated in the future on current outcomes (e.g. \cite{Abbring2003}):
\begin{assumption}[No anticipation effects]
\label{assu:A2}$Y_{it}=Y_{it}(0)$ for all $it\in\Omega_{0}$.
\end{assumption}
\ref{assu:A1,assu:A2} together imply that the observed outcomes $Y_{it}$
for untreated observations follow the TWFE model. It is straightforward
to weaken this assumption, e.g. by allowing anticipation for some
$k$ periods before treatment: this simply requires redefining event
dates to earlier ones. However, some form of this assumption is necessary
for DiD identification, as there would be no reference periods for
treated units otherwise.

Finally, researchers sometimes impose restrictions on causal effects,
explicitly or implicitly. For instance, $\tau_{it}$ may be assumed
to be homogeneous for all units and periods, or only depend on the
number of periods since treatment (but be otherwise homogeneous across
units and calendar periods). We will consider such restrictions as
a possible auxiliary assumption:
\begin{assumption}[Restricted causal effects]
\label{assu:A3} $B\tau=0$ for a known $M\times N_{1}$ matrix $B$
of full row rank.
\end{assumption}
It will be more convenient for us to work with an equivalent formulation
of \ref{assu:A3}, based on $N_{1}-M$ free parameters driving treatment
effects rather than $M$ restrictions on them:\begin{assumption}[Model of causal effects]
\label{assu:A3prime}$\tau=\Gamma\theta$, where $\theta$ is a $\left(N_{1}-M\right)\times1$
vector of unknown parameters and $\Gamma$ is a known $N_{1}\times\left(N_{1}-M\right)$
matrix of full column rank.
\end{assumption}
\setcounter{assumption}{3} \ref{assu:A3prime}
imposes a parametric model of treatment effects. For example, the
assumption that treatment effects all be the same, $\tau_{it}\equiv\theta_{1}$,
corresponds to $N_{1}-M=1$ and $\Gamma=\left(1,\dots,1\right)^{\prime}$.
Conversely, a ``null model'' $\tau_{it}\equiv\theta_{it}$ that
imposes no restrictions is captured by $M=0$ and $\Gamma=\mathbb{I}_{N_{1}}$.

If restrictions on the treatment effects are implied by economic theory,
imposing them will increase estimation power. Often, however, such
restrictions are implicitly imposed without an \emph{ex ante }justification,
but just because they yield a simple model for the outcome. We will
show in \ref{sec:Conventional-Practice} how estimators that rely
on this assumption can fail to estimate reasonable averages of treatment
effects, let alone the specific estimand~$\tau_{w}$, when the assumption
is violated.\footnote{We view the null \ref{assu:A3} as a conservative default. We note,
however, that this makes the assumptions inherently asymmetric in
that they impose restrictive models on potential control outcomes
$Y_{it}(0)$ (\ref{assu:A1}), but not on treatment effects $\tau_{it}$.
This asymmetry reflects the standard practice in staggered rollout
DiD designs and is natural when the structure of treatment effects
is \emph{ex ante }unknown, while our framework also accommodates the
case where the researcher is willing to impose structure. Restrictions
on treatment effects, when appropriate, are also useful for external
validity: unless some structure is imposed on treatment effects, one
cannot use estimates from past data to inform future policy, for instance
extending a given treatment to currently untreated units. However,
one can use our framework without restrictions to\textit{ }learn\textit{
}\textit{\emph{about the structure of treatment effects, e.g. whether
they vary across cohorts for each horizon}}.}

While we formulated our setting for staggered-adoption DiD designs
with binary treatments in panel data, our framework applies without
change in many related research designs. In \emph{repeated cross-sections},
a different random sample of units $i$ (e.g., individuals) from the
same groups $g(i)$ (e.g., regions) is observed in each period. Unit
FEs are not possible to include but can be replaced with group FEs
in \ref{assu:A1prime}: $\expec{Y_{it}(0)}=\alpha_{g(i)}+\beta_{t}$.
In \emph{triple-differences designs}, the data have two dimensions
in addition to periods, e.g. $i$ corresponds to a pair of region
$j(i)$ and demographic group $g(i)$. \ref{assu:A1prime} can be
specified as $\expec{Y_{it}(0)}=\alpha_{j(i)g(i)}+\alpha_{j(i)t}+\alpha_{g(i)t}$.\footnote{Another variation is when the outcome is measured in a single period
but across \emph{two cross-sectional dimensions}, such as regions
$i$ and birth cohorts $g$, with the treatment implemented in a set
of regions for the cohorts born after some cutoff period $E_{i}$
(e.g., \textcite{Hoynes2016}). Then one may write $\expec{Y_{ig}(0)}=\alpha_{i}+\beta_{g}$.} With \emph{non-binary treatment intensity}, our setting applies if
each unit is observed untreated before $E_{i}$ and treated with heterogenous
intensity $R_{it}\ne0$ (that may or may not vary over time) from
period $E_{i}$. \ref{assu:A1,assu:A2} can apply, and the researcher
can consider estimands such as the ``ATT per unit of intensity'',
$\frac{1}{\left|\Omega_{1}\right|}\expec{\sum_{it\in\Omega_{1}}\left(Y_{it}-Y_{it}(0)\right)/R_{it}}$,
by setting $w_{it}$ proportionally to $1/R_{it}$. The challenges
we describe in \ref{sec:Conventional-Practice} for standard staggered
DiDs and the solutions of \ref{sec:Imputation-Solution} directly
apply in all of these cases.\footnote{This is also the case of \emph{non-staggered DiD} designs, in which
units receive treatment in a single period or never. Our insights
in \ref{sec:Conventional-Practice} and \ref{sec:Imputation-Solution}
are still relevant if continuous covariates or unit-specific trends
are included (see \textcite{SantAnna2020} and \textcite{Wolfers2003}
for related ideas).}

\section{Challenges Pertaining to Conventional Practice\label{sec:Conventional-Practice}}

In this section, we first introduce the common two-way fixed effects
regressions with restricted treatment effect heterogeneity that have
traditionally been used in DiD designs. We then discuss several estimation
challenges that pertain to these specifications, including underidentification
in certain dynamic specifications, negative weighting, and spurious
identification of long-run causal effects. We conclude the section
by discussing how our framework also relates to other problems that
have been pointed out by \textcite{Roth2018a} and \textcite{Abraham2018}.

\subsection{Conventional Restrictive Specifications in Staggered Adoption DiD}

Causal effects in staggered adoption DiD designs have traditionally
been estimated via OLS regressions with two-way fixed effects, using
specifications that implicitly restrict treatment effect heterogeneity
across units. While details may vary, the following specification
covers many studies:
\begin{equation}
Y_{it}=\tilde{\alpha}_{i}+\tilde{\beta}_{t}+\sum_{\substack{h=-a\\
h\ne-1
}
}^{b-1}\tau_{h}\mathbf{1}\left[K_{it}=h\right]+\tau_{b+}\mathbf{1}\left[K_{it}\ge b\right]+\varepsilon_{it},\label{eq:dynamicOLS}
\end{equation}
Here $\tilde{\alpha}_{i}$ and $\tilde{\beta}_{t}$ are the unit and
period (``two-way'') fixed effects, $a\ge0$ and $b\ge0$ are the
numbers of included ``leads'' and ``lags'' of the event indicator,
respectively, and $\varepsilon_{it}$ is the error term. The first
lead, $\mathbf{1}\left[K_{it}=-1\right]$, is often excluded as a normalization,
while the coefficients on the other leads (if present) are interpreted
as measures of ``pre-trends,'' and the hypothesis that $\tau_{-a}=\dots=\tau_{-2}=0$
is tested visually or statistically. Conditionally on this test passing,
the coefficients on the lags are interpreted as a dynamic path of
causal effects: at $h=0,\dots,b-1$ periods after treatment and, in
the case of $\tau_{b+}$, at longer horizons binned together. We will
refer to this specification as \emph{``dynamic''} (as long as $a+b>0$)
and, more specifically, \emph{``fully-dynamic''} if it includes
all available leads and lags except $h=-1$, or \emph{``semi-dynamic''}
if it includes all lags but no leads.

Viewed through the lens of the \ref{sec:Setting} framework, these
specifications make implicit assumptions on untreated potential outcomes,
anticipation and treatment effects, and the estimand of interest.
First, they make \ref{assu:A1} but, for $a>0$, do not fully impose
\ref{assu:A2}, allowing for anticipation effects for $a$ periods
before treatment.\footnote{One can alternatively view this specification as imposing \ref{assu:A2}
but making a weaker \ref{assu:A1} which includes some pre-trends
into $Y_{it}(0)$. This difference in interpretation is immaterial
for our results.} Typically this is done as a means to \emph{test} \ref{assu:A2} rather
than to \emph{relax} it, but the resulting specification is the same.
Second, equation \ref{eq:dynamicOLS} imposes strong restrictions
on causal effect heterogeneity (\ref{assu:A3}), with treatment (and
anticipation) effects assumed to only vary by horizon $h$ and not
across units and periods otherwise. Most often, this is done without
an \emph{a priori }justification. If the lags are binned into the
term with $\tau_{b+}$, the effects are further assumed to be time-invariant
once $b$ periods have elapsed since the event. Finally, dynamic specifications
do not explicitly define the estimands $\tau_{h}$ as particular averages
of heterogeneous causal effects, even though researchers often consider
that effects may vary across observations, as evidenced by a literature
on the interpretation of OLS estimands going back to at least \textcite{Angrist1998a}
and \textcite{humphreys2009bounds}.

Besides dynamic specifications, equation \ref{eq:dynamicOLS} also
nests a very common specification used when a researcher is interested
in a single parameter summarizing all causal effects. With $a=b=0$,
we have the \emph{``static''} specification in which a single treatment
indicator is included:
\begin{equation}
Y_{it}=\tilde{\alpha}_{i}+\tilde{\beta}_{t}+\tau^{\text{static}}D_{it}+\varepsilon_{it}.\label{eq:staticOLS}
\end{equation}
In line with our \ref{sec:Setting} setting, the static equation imposes
the parallel trends and no anticipation \ref{assu:A1,assu:A2}. However,
it also makes a particularly strong version of \ref{assu:A3} \textemdash{}
that all treatment effects are the same. Moreover, the target estimand
is again not written out as an explicit average of potentially heterogeneous
causal effects.

In the rest of this section we turn to the challenges associated with
OLS estimation of equations \ref{eq:dynamicOLS} and \ref{eq:staticOLS}.
We explain how these issues result from the conflation of the target
estimand, \ref{assu:A2} and \ref{assu:A3}, providing a new and unified
perspective on the problems of static and dynamic specifications with
restricted treatment effect heterogeneity.

\subsection{Under-Identification of the Fully-Dynamic Specification\label{subsec:Underidentification}}

The first problem pertains to fully-dynamic specifications and arises
because a strong enough \ref{assu:A2} is not imposed. We show that
those specifications are under-identified if there is no never-treated
group:
\begin{prop}
\label{prop:Underid}If there are no never-treated units, the path
of $\left\{ \tau_{h}\right\} _{h\ne-1}$ coefficients is not point-identified
in the fully-dynamic specification. In particular, for any $\kappa\in\mathbb{R}$,
the path $\left\{ \tau_{h}+\kappa\left(h+1\right)\right\} $ fits
the data equally well, with the fixed effect coefficients appropriately
modified.
\end{prop}
\begin{proof}
All proofs are given in \ref{sec:appx-proofs}.
\end{proof}
To illustrate this result with a simple example, \ref{fig:UnderId}
plots the outcomes for a simulated dataset with two units (or equal-sized
cohorts), one treated at $t=2$ and the other at $t=4$. Both units
exhibit linear growth in the outcome, starting from different levels.
There are two interpretations of these dynamics. First, treatment
could have no impact on the outcome, in which case the level difference
corresponds to the unit FEs, while trends are just a common feature
of the environment, through period FEs. Alternatively, note that the
outcome equals the number of periods since the event for both groups
and all time periods: it is zero at the moment of treatment, negative
before, and positive after. A possible interpretation is that the
outcome is entirely driven by causal effects and anticipation of treatment.
Thus, one cannot hope to distinguish between unrestricted dynamic
causal effects and a combination of unit effects and time trends.\footnote{Formally, the problem arises because a linear time trend $t$ and
a linear term in the cohort $E_{i}$ (subsumed by the unit FEs) can
perfectly reproduce a linear term in horizon $K_{it}=t-E_{i}$. Therefore,
a complete set of treatment leads and lags, which is equivalent to
the horizon FEs, is collinear with the unit and period FEs.}

\begin{figure}
\caption{Underidentification of Fully-Dynamic Specification\label{fig:UnderId}}

\begin{centering}
\includegraphics[width=0.35\textwidth]{Graphs/Figure1}
\par\end{centering}
\raggedright{}\emph{\footnotesize{}Notes}{\footnotesize{}: This figure
shows the evolution of outcomes over seven periods for two units (or
cohorts), for the illustrative example of \ref{subsec:Underidentification}.
Vertical lines mark the periods in which the two units are first treated}{\small{}.}{\small\par}
\end{figure}

The problem may be important in practice, as statistical packages
may resolve this collinearity by dropping an arbitrary unit or period
indicator. Some estimates of $\left\{ \tau_{h}\right\} $ would then
be produced, but because of an arbitrary trend in the coefficients
they may suggest a violation of parallel trends even when the specification
is in fact correct, i.e.~\ref{assu:A1,assu:A2} hold and there is
no heterogeneity of treatment effects for each horizon (\ref{assu:A3}).

To break the collinearity problem, stronger restrictions on anticipation
effects, and thus on $Y_{it}$ for untreated observations, have to
be introduced. One could consider imposing minimal restrictions on
the specification that would make it identified. In typical cases,
only a linear trend in $\left\{ \tau_{h}\right\} $ is not identified
in the fully dynamic specification, while nonlinear paths cannot be
reproduced with unit and period fixed effects. Therefore, just one
additional normalization, e.g. $\tau_{-a}=0$ in addition to $\tau_{-1}=0$,
breaks multicollinearity.\texttt{}\footnote{Additional collinearity arises, e.g., when treatment is staggered
but happens at periodic intervals.}

However, minimal identified models rely on \emph{ad hoc }identification
assumptions which are \emph{a priori }unattractive. For instance,
just imposing $\tau_{-a}=\tau_{-1}=0$ means that anticipation effects
are assumed away $1$ and $a$ periods before treatment, but not in
other pre-periods. This assumption therefore depends on the realized
event times. Instead, a systematic approach is to impose the assumptions
\textemdash{} some forms of no anticipation effects and parallel trends
\textemdash{} that the researcher has an \emph{a priori }argument
for and which motivated the use of DiD. Such assumptions also give
much stronger identification power.\footnote{Our suggestion to impose identification assumptions at the estimation
stage does not mean that those assumptions should not also be tested;
we discuss testing in detail in \ref{subsec:Testing-PTA}.}

\subsection{Negative Weighting in the Static Regression\label{subsec:Negative-Weighting}}

We now show how, by imposing \ref{assu:A3} instead of specifying
the estimation target, the static TWFE specification does not identify
a reasonably-weighted average of heterogeneous treatment effects:
the underlying weights may be negative, particularly for the long-run
causal effects. The issues we discuss here also arise in dynamic specifications
that bin multiple lags together.

First, we note that, if the parallel-trends and no-anticipation assumptions
hold, the static specification identifies \emph{some }weighted average
of treatment effects:\footnote{This result was previously stated in Theorem 1 of \textcite{DeChaisemartin2018}
for general designs, and later in Appendix C of \textcite{Borusyak2017}
for staggered adoption designs.}
\begin{prop}
\label{prop:OLS-linear}If \ref{assu:A1,assu:A2} hold, then the estimand
of the static specification in \ref{eq:staticOLS} satisfies $\tau^{\text{static}}=\sum_{it\in\Omega_{1}}w_{it}^{\text{static}}\tau_{it}$
for some weights $w_{it}^{\text{static}}$ that do not depend on the
outcome realizations and add up to one, $\sum_{it\in\Omega_{1}}w_{it}^{\text{static}}=1$.
\end{prop}
The underlying weights $w_{it}^{\text{static}}$ can be computed from
the data using the Frisch\textendash Waugh\textendash Lovell theorem
(see equation \ref{eq:weights-FWL} in the proof of \ref{prop:OLS-linear})
and only depend on the timing of treatment for each unit and the set
of observed units and periods. The static specification's estimand,
however, cannot be interpreted as a \emph{proper} weighted average,
as some weights can be negative, which we illustrate with a simple
example:
\begin{prop}
\label{prop:example-static}Suppose \ref{assu:A1,assu:A2} hold and
the data consist of two units (or equal-sized cohorts), $A$ and $B$,
treated in periods 2 and 3, respectively, both observed in periods
$t=1,2,3$ (as shown in \ref{tab:twobythree}). Then the estimand
of the static specification \ref{eq:staticOLS} can be expressed as
$\tau^{\text{static}}=\tau_{A2}+\frac{1}{2}\tau_{B3}-\frac{1}{2}\tau_{A3}$.
\end{prop}
\begin{table}[H]
\begin{centering}
\caption{Two-Unit, Three-Period Example{\small{}\label{tab:twobythree}}}
\medskip{}
\par\end{centering}
\begin{centering}
{\footnotesize{}}
\begin{tabular}{cll}
\toprule
{\footnotesize{}$\expec{Y_{it}}$} & \multicolumn{1}{c}{{\footnotesize{}$i=A$}} & \multicolumn{1}{c}{{\footnotesize{}$i=B$}}\tabularnewline
\midrule
{\footnotesize{}$t=1$} & {\footnotesize{}$\alpha_{A}$} & {\footnotesize{}$\alpha_{B}$}\tabularnewline
{\footnotesize{}$t=2$} & {\footnotesize{}$\alpha_{A}+\beta_{2}+\tau_{A2}$} & {\footnotesize{}$\alpha_{B}+\beta_{2}$}\tabularnewline
{\footnotesize{}$t=3$} & {\footnotesize{}$\alpha_{A}+\beta_{3}+\tau_{A3}$} & {\footnotesize{}$\alpha_{B}+\beta_{3}+\tau_{B3}$}\tabularnewline
\midrule
{\footnotesize{}Event date} & \multicolumn{1}{c}{{\footnotesize{}$E_{i}=2$}} & \multicolumn{1}{c}{{\footnotesize{}$E_{i}=3$}}\tabularnewline
\bottomrule
\end{tabular}{\footnotesize\par}
\par\end{centering}
\begin{raggedright}
\medskip{}
\par\end{raggedright}
\raggedright{}\emph{\footnotesize{}Notes}{\footnotesize{}: This table
shows the evolution of expected outcomes over three periods for two
units (or cohorts), for the illustrative example of \ref{prop:example-static}.
Without loss of generality, we normalize $\beta_{1}=0$.}{\footnotesize\par}
\end{table}

This example illustrates the severe short-run bias of the static specification:
the long-run causal effect, corresponding to the early-treated unit
$A$ and the late period 3, enters with a negative weight ($-1/2$).
Thus, larger long-run effects make the coefficient smaller.

This problem results from what we call ``forbidden comparisons''
performed by the static specification. Recall that the original idea
of DiD estimation is to compare the evolution of outcomes over some
time interval for the units which got treated during that interval
relative to a reference group of units which didn't, identifying the
period FEs. In the \ref{prop:example-static} example, such an ``admissible''
comparison is between units $A$ and $B$ in periods 2 and 1, $\left(Y_{A2}-Y_{A1}\right)-\left(Y_{B2}-Y_{B1}\right)$.
However, panels with staggered treatment timing also lend themselves
to a second type of comparisons \textemdash{} which we label ``forbidden''
\textemdash{} in which the reference group has been treated throughout
the relevant period. For units in this group, the treatment indicator
$D_{it}$ does not change over the relevant period, and so the restrictive
specification uses them to identify period FEs, too. The comparison
between units $B$ and $A$ in periods 3 and 2, $\left(Y_{B3}-Y_{B2}\right)-\left(Y_{A3}-Y_{A2}\right)$,
in \ref{prop:example-static} is a case in point. While a comparison
like this is appropriate and increases efficiency when treatment effects
are homogeneous (which the static specification was designed for),
forbidden comparisons are problematic under treatment effect heterogeneity.
For instance, subtracting $\left(Y_{A3}-Y_{A2}\right)$ not only removes
the gap in period FEs, $\beta_{3}-\beta_{2}$, but also deducts the
evolution of treatment effects $\tau_{A3}-\tau_{A2}$, placing a negative
weight on $\tau_{A3}$. The restrictive specification leverages comparisons
of both types and estimates the treatment effect by $\hat{\tau}^{static}=\left(Y_{B2}-Y_{A2}\right)-\frac{1}{2}\left(Y_{B1}-Y_{A1}\right)-\frac{1}{2}\left(Y_{B3}-Y_{A3}\right)$.\footnote{The proof of \ref{prop:OLS-linear} shows why long-run effects in
particular are subject to the negative weights problem. In general,
negative weights arise for the treated observations, for which the
residual from an auxiliary regression of $D_{it}$ on the two-way
FEs is negative. \textcite{DeChaisemartin2018} show that, in complete
panels, the unit FEs are higher for early-treated units (which are
observed treated for a larger shares of periods) and period FEs are
higher for later periods (in which a larger shares of units are treated).
The early-treated units observed in later periods correspond to the
long-run effects.}

Fundamentally, this problem arises because the specification imposes
very strong restrictions on treatment effect homogeneity, i.e. \ref{assu:A3},
instead of acknowledging the heterogeneity and specifying a particular
target estimand (or perhaps a class of estimands that the researcher
is indifferent between).

With a large number of never-treated units or a large number of periods
before any unit is treated (relative to other units and periods),
our setting becomes closer to a classical non-staggered DiD design,
and therefore negative weights disappear, as our next result illustrates:
\begin{prop}
\label{prop:anynegweights}Suppose all units are observed for all
periods $t=1,\dots,T$ and the earliest treatment happens at $E_{\text{first}}>1$.
Let $N_{1}^{*}$ be the number of observations for never-treated units
before period $E_{\text{first}}$ and $N_{0}^{*}$ be the number of
untreated observations for ever-treated units since $E_{\text{first}}$.
Then there is no negative weighting, i.e. $\min_{it\in\Omega_{1}}w_{it}^{\text{static}}\ge0$,
if and only if $N_{1}^{*}\ge N_{0}^{*}$.\footnote{$N_{1}^{\ast}$ and $N_{0}^{\ast}$ respectively correspond to the
numbers of admissible and forbidden 2x2 DiD comparisons available
for the earliest-treated units in the latest period $T$. The gap
between them drives negative weights with complete panels, as in \textcite[Proposition 1]{Strezhnev2018}.}
\end{prop}
Even when weights are non-negative, they may remain highly unequal
and diverge from the estimands that the researcher is interested in.
Our preferred strategy is therefore to commit to the estimation target
and explicitly allow for treatment effect heterogeneity, except when
some form of \ref{assu:A3} is \emph{ex ante }appropriate.

\subsection{Spurious Identification of Long-Run Effects in Dynamic Specifications\label{subsec:Spurious}}

Another consequence of inappropriately imposing \ref{assu:A3} concerns
estimation of long-run causal effects. Conventional dynamic specifications
(except those subject to the underidentification problem) yield \emph{some
}estimates for all $\tau_{h}$ coefficients. Yet, for large enough
$h$, no averages of treatment effects are identified under \ref{assu:A1,assu:A2}
with unrestricted treatment effect heterogeneity. Therefore, estimates
from restrictive specifications are fully driven by unwarranted extrapolation
of treatment effects across observations and may not be reliable,
unless strong \emph{ex ante }reasons for \ref{assu:A3} exist.

This issue is well illustrated in the example of \ref{prop:example-static}.
To identify the long-run effect $\tau_{A3}$ under \ref{assu:A1,assu:A2},
one needs to form an admissible DiD comparison, of the outcome growth
over some period between unit $A$ and another unit not yet treated
in period 3. However, by period 3 both units have been treated. Mechanically,
this problem arises because the period fixed effect $\beta_{3}$ is
not identified separately from the treatment effects $\tau_{A3}$
and $\tau_{B3}$ in this example, absent restrictions on treatment
effects. Yet, the semi-dynamic specification
\[
Y_{it}=\tilde{\alpha}_{i}+\tilde{\beta}_{t}+\tau_{0}\mathbf{1}\left[K_{it}=0\right]+\tau_{1}\mathbf{1}\left[K_{it}=1\right]+\tilde{\varepsilon}_{it}
\]
will produce an estimate $\hat{\tau}_{1}$ via extrapolation. Specifically,
two different parameters, $\tau_{A3}-\tau_{B3}$ and $\tau_{A2}$,
are identified by comparing the two units in periods 2 or 3, respectively,
with period 1. Therefore, when imposing homogeneity of short-run effects
across units, $\tau_{A2}=\tau_{B3}\equiv\tau_{0}$, we estimate the
long-run effect $\tau_{A3}\equiv\tau_{1}$ as the sum of $\tau_{1}-\tau_{0}$
and $\tau_{0}$:
\[
\hat{\tau}_{1}=\left[\left(Y_{A3}-Y_{A1}\right)-\left(Y_{B3}-Y_{B1}\right)\right]+\left[\left(Y_{A2}-Y_{A1}\right)-\left(Y_{B2}-Y_{B1}\right)\right].
\]
However, when $\tau_{A2}\ne\tau_{B3}$, this estimator is biased.

In general, the gap between the earliest and the latest event times
observed in the data provides an upper bound on the number of dynamic
coefficients that can be identified without extrapolation of treatment
effects. This result, which follows by the same logic of non-identification
of the later period effects, is formalized by our next proposition:
\begin{prop}
\label{prop:No-Longrun}Suppose there are no never-treated units and
let $\bar{H}=\max_{i}E_{i}-\min_{i}E_{i}.$ Then, for any non-negative
weights $w_{it}$ defined over the set of observations with $K_{it}\ge\bar{H}$
(that are not identically zero), the weighted sum of causal effects
$\sum_{it\colon K_{it}\ge\bar{H}}w_{it}\tau_{it}$ is not identified
by \ref{assu:A1,assu:A2}.\footnote{The requirement that the weights are non-negative rules out some estimands
on the \emph{gaps }between treatment effects for $K_{it}\ge\bar{H}$
which are in fact identified. For instance, adding period $t=4$ to
the \ref{tab:twobythree} example, the difference $\tau_{A4}-\tau_{B4}$
would be identified (by $\left(Y_{A4}-Y_{B4}\right)-\left(Y_{A1}-Y_{B1}\right)$),
even though neither $\tau_{A4}$ nor $\tau_{B4}$ is identified.}
\end{prop}
\noindent Robust estimators, including the one we characterize in
\ref{sec:Imputation-Solution}, can only be computed for identified
estimands, never resulting in spurious estimates.

We finally note that the challenges described in \ref{sec:Conventional-Practice}
apply even if the sample is ``trimmed'' to a fixed window around
the event time; see \ref{subsec:Trimming}.

\section{Imputation-Based Estimation and Testing\label{sec:Imputation-Solution}}

To overcome the challenges affecting conventional practice, we now
derive the robust and efficient estimator and show that it takes a
particularly transparent ``imputation'' form when no restrictions
on treatment-effect heterogeneity are imposed. We then perform asymptotic
analysis, establishing the conditions for the estimator to be consistent
and asymptotically normal, derive conservative standard error estimates
for it, and discuss appropriate pre-trend tests.

Throughout, we continue to suppose that the researcher chose the estimation
target $\tau_{w}$ and assumed a model of $Y_{it}(0)$ (\ref{assu:A1prime})
and no anticipation. Some model of treatment effects (\ref{assu:A3})
may also be assumed, although our main focus is on the null model,
under which treatment effect heterogeneity is unrestricted. Letting
$\varepsilon_{it}=Y_{it}-\expec{Y_{it}}$ for $it\in\Omega$, we thus
have under \ref{assu:A1prime,assu:A2,assu:A3prime}:
\begin{equation}
Y_{it}=A_{it}^{\prime}\lambda_{i}+X_{it}^{\prime}\delta+D_{it}\Gamma_{it}^{\prime}\theta+\varepsilon_{it}.\label{eq:reduced-model}
\end{equation}
We assume throughout that $\tau_{w}=w_{1}'\Gamma\theta$ is identified.
\ref{prop:identification} provides conditions for identification.
First, we provide a general rank condition on the matrices of unit-specific
and other covariates that requires that the covariate space of treated
observations is spanned by that of the untreated ones. This assumption
allows us to estimate from the untreated observations those nuisance
parameters that are necessary to impute control outcomes of the treated
observations, thus providing identification. Second, we derive specific
conditions for the case where the parameter $\delta$ represents time
fixed effects and $A_{it}$ may vary over time but not across units
(as with unit FEs and unit-specific linear trends). In this case,
we show that there is identification if (i) the $A_{it}$ are not
collinear for any relevant unit and (ii) there is at least one untreated
unit at the end of the time period of interest.

\subsection{Efficient Estimation}

For our efficiency result, we impose an additional assumption on the
error variances:
\begin{assumption}[Spherical errors]
\label{assu:homosk}Error terms $\varepsilon_{it}$ are spherical,
i.e. homoskedastic and mutually uncorrelated across all $it\in\Omega$:
$\expec{\varepsilon\varepsilon^{\prime}}=\sigma^{2}\mathbb{I}_{N}$.
\end{assumption}
While this assumption is strong, our efficiency results also apply
without change under dependence that is due to unit random effects,
i.e. if $\varepsilon_{it}=\eta_{i}+\tilde{\varepsilon}_{it}$ for
$\tilde{\varepsilon}_{it}$ that satisfy \ref{assu:homosk} and for
some $\eta_{i}$. Moreover, these results are straightforward to relax
to any known form of heteroskedasticity or mutual dependence.\footnote{For instance, if error terms are uncorrelated and have known variances
$\sigma_{it}^{2}$ (up to a scaling factor), efficiency requires the
estimation step (Step 1) of \ref{thm:OLS-BLUE,thm:imputation} to
be performed with weights proportional to $\sigma_{it}^{-2}$. One
example for this is when the data are aggregated from $n_{it}$ individuals
randomly drawn from group $i$ in period $t$ and spherical individual-level
errors, in which case efficiency is obtained with weights proportional
to $n_{it}$.} Under \ref{assu:homosk} and allowing for restrictions on causal
effects, we have:
\begin{thm}[Efficient estimator]
\label{thm:OLS-BLUE}Suppose \ref{assu:A1prime,assu:A2,assu:A3prime,assu:homosk}
hold. Then among the linear unbiased estimators of $\tau_{w}$, the
(unique) efficient estimator $\hat{\tau}_{w}^{\ast}$ can be obtained
with the following steps:
\begin{enumerate}
\item Estimate $\theta$ by the OLS solution $\hat{\theta}^{*}$ from the
regression \ref{eq:reduced-model} (where we assume that $\theta$
is identified);
\item Estimate the vector of treatment effects $\tau$ by $\hat{\tau}^{*}=\Gamma\hat{\theta}^{*}$;
\item Estimate the target $\tau_{w}$ by $\hat{\tau}_{w}^{\ast}=w_{1}^{\prime}\hat{\tau}^{*}$.
\end{enumerate}
Moreover, this estimator $\hat{\tau}_{w}^{*}$ is unbiased for $\tau_{w}$
under \ref{assu:A1prime,assu:A2,assu:A3prime} alone, even when error
terms are not spherical.
\end{thm}
Under \ref{assu:A1prime,assu:A2,assu:A3prime}, regression \ref{eq:reduced-model}
is correctly specified. Thus, this estimator for $\theta$ is unbiased
by construction, and efficiency under spherical error terms is a direct
consequence of the Gauss\textendash Markov theorem. Moreover, OLS
yields the most efficient estimator for any linear combination of
$\theta$, including $\tau_{w}=w_{1}^{\prime}\Gamma\theta$. While
assuming spherical errors may be unrealistic in practice, we think
of this assumption as a natural conceptual benchmark to decide between
the many unbiased estimators of $\tau_{w}$.\footnote{This benchmark appears natural as it parallels the Gauss-Markov theorem
which also relies on spherical errors. In Monte Carlo simulations
(\ref{subsec:Monte-Carlo-BP-Appx-NEW}), the estimator performs well
even under deviations from spherical errors. In \ref{subsec:appx-GLS}
we generalize the results to parametric models of heteroskedasticity
and serial correlation, in the spirit of generalized least squares
(GLS) and relating to \textcite{Wooldridge2021}.}

In the important special case of unrestricted treatment effect heterogeneity,
$\hat{\tau}_{w}^{*}$ has a useful ``imputation'' representation.
The idea is to estimate the model of $Y_{it}(0)$ using the untreated
observations $it\in\Omega_{0}$ and leverage it to impute $Y_{it}(0)$
for treated observations $it\in\Omega_{1}$. Then, observation-specific
causal effect estimates can be averaged appropriately. Perhaps surprisingly,
the estimation and imputation steps are identical regardless of the
target estimand. Applying any weights to the imputed causal effects
yields the efficient estimator for the corresponding estimand. We
have:
\begin{thm}[Imputation representation for the efficient estimator]
\label{thm:imputation}With a null \ref{assu:A3prime} (that is,
if $\Gamma=\mathbb{I}_{N_{1}}$), the unique efficient linear unbiased estimator
$\hat{\tau}_{w}^{\ast}$ of $\tau_{w}$ from \ref{thm:OLS-BLUE} can
be obtained via an imputation procedure:
\begin{enumerate}
\item Within the untreated observations only ($it\in\Omega_{0}$), estimate
the $\lambda_{i}$ and $\delta$ (by $\hat{\lambda}_{i}^{*},\hat{\delta}^{*}$)
by OLS in
\begin{equation}
Y_{it}=A_{it}^{\prime}\lambda_{i}+X_{it}^{\prime}\delta+\varepsilon_{it};\label{eq:imputation-regression}
\end{equation}
\item For each treated observation ($it\in\Omega_{1}$) with $w_{it}\ne0$,
set $\hat{Y}_{it}(0)=A_{it}^{\prime}\hat{\lambda}_{i}^{*}+X_{it}^{\prime}\hat{\delta}^{*}$
and $\hat{\tau}_{it}^{*}=Y_{it}-\hat{Y}_{it}(0)$ to obtain the estimate
of $\tau_{it}$;
\item Estimate the target $\tau_{w}$ by a weighted sum $\hat{\tau}_{w}^{\ast}=\sum_{it\in\Omega_{1}}w_{it}\hat{\tau}_{it}^{*}$.
\end{enumerate}
\end{thm}
The imputation representation offers computational and conceptual
benefits. First, it is computationally efficient as it only requires
estimating a simple TWFE model, for which fast algorithms are available
\parencite{Guimaraes2010,Correia2017}. This is in contrast to the
OLS estimator from \ref{thm:OLS-BLUE}, as equation \ref{eq:reduced-model}
has regressors $\Gamma_{it}D_{it}$ in addition to the fixed effects,
which are high-dimensional unless a low-dimensional model of treatment
effect heterogeneity is imposed.

Second, the imputation approach is intuitive and transparently links
the parallel trends and no-anticipation assumptions to the estimator.
Indeed, \textcite{imbens2015causal} write: \emph{``At some level,
all methods for causal inference can be viewed as imputation methods,
although some more explicitly than others'' }(p.~141). We formalize
this statement in the next proposition, which shows that \emph{any}
estimator unbiased for $\tau_{w}$ can be represented in the imputation
way, but the way of imputing the $Y_{it}(0)$ may be less explicit
and no longer efficient.
\begin{prop}[Imputation representation for all unbiased estimators]
 \label{prop:generalimputation}Under \ref{assu:A1prime,assu:A2},
any linear estimator $\hat{\tau}_{w}$ of $\tau_{w}$ that is unbiased
under arbitrary treatment-effect heterogeneity (that is, a null \ref{assu:A3})
can be obtained via imputation:
\begin{enumerate}
\item For every treated observation, estimate expected untreated potential
outcomes $A_{it}'\lambda_{i}+X_{it}'\delta$ by some unbiased linear
estimator $\hat{Y}_{it}(0)$ using data from the untreated observations
only;
\item For each treated observation, set $\hat{\tau}_{it}=Y_{it}-\hat{Y}_{it}(0)$;
\item Estimate the target by a weighted sum $\hat{\tau}_{w}=\sum_{it\in\Omega_{1}}w_{it}\hat{\tau}_{it}$.
\end{enumerate}
\end{prop}
This result establishes an imputation representation when treatment
effects can vary arbitrarily. \ref{prop:model-imputation} in the
appendix establishes that the imputation structure applies even when
restrictions $\tau=\Gamma\theta$ are imposed, albeit with an additional
step in which the weights $w_{1}$ defining the estimand are adjusted
in a way that does not change $\tau_{w}$ under the imposed model.\footnote{As a special case, we can still write the efficient estimator from
\ref{thm:OLS-BLUE} as an imputation estimator from \ref{thm:imputation}
with alternative weights $v_{1}^{*}$ on the imputed treatment effects.
\ref{prop:imputation-model} shows that these adjusted weights $v_{1}^{*}$
solve a quadratic variance-minimization problem with a linear constraint
that preserves unbiasedness under \ref{assu:A3}. We also provide
an explicit formula for the resulting weights in \ref{prop:olsweights}.} In this sense, unbiased causal inference is equivalent to imputation
in our framework.

\subsection{Asymptotic Properties\label{subsec:Asymptotic-Properties}}

Having derived the linear unbiased estimator $\hat{\tau}_{w}^{\ast}$
for $\tau_{w}$ in \ref{thm:OLS-BLUE} that is also efficient under
spherical error terms, we now consider its asymptotic properties without
imposing that assumption. We study convergence along a sequence of
panels indexed by the sample size $N$, where randomness stems from
the error terms $\varepsilon_{it}$ only, as in \ref{sec:Setting}.
Our approach applies to asymptotic sequences where both the number
of units and the number of time periods may grow, but the assumptions
are least restrictive when the number of time periods remains constant
or grows slowly, as in short panels.

Instead of assuming that error terms are spherical, we now assume
that error terms are clustered by units $i$.
\begin{assumption}[Clustered error terms]
\label{assu:clustered}Error terms $\varepsilon_{it}$ are independent
across units $i$ and have bounded variance, $\var{\varepsilon_{it}}\leq\bar{\sigma}^{2}$
for $it\in\Omega$ uniformly.
\end{assumption}
The key role in our results is played by the weights that the \ref{thm:OLS-BLUE}
estimator places on each observation. Since the estimator is linear
in the observed outcomes $Y_{it}$, we can write it as $\hat{\tau}_{w}^{*}=\sum_{it\in\Omega}v_{it}^{*}Y_{it}$
with non-stochastic weights $v_{it}^{*}$, derived in \ref{prop:olsweights}
in the appendix.

We now formulate high-level conditions on the sequence of weight vectors
that ensure consistency, asymptotic normality, and will later allow
us to provide valid inference. These results apply to any unbiased
linear estimator $\hat{\tau}_{w}=\sum_{it\in\Omega}v_{it}Y_{it}$
of $\tau_{w}$, not just the efficient estimator $\hat{\tau}_{w}^{*}$
from \ref{thm:OLS-BLUE} \textendash{} that is, if the respective
conditions are fulfilled for the weights $v_{it}$, then consistency,
asymptotic normality, and valid inference follow as stated. For the
specific estimator $\hat{\tau}_{w}^{*}$ introduced above, we then
provide sufficient low-level conditions for short panels.

First, we obtain consistency of $\hat{\tau}_{w}$ under a Herfindahl
condition on the weights $v$ that takes the clustering structure
of error terms into account.

\begin{assumption}[Herfindahl condition]
\label{assu:Herfindahl}Along the asymptotic sequence, $\|v\|_{\textnormal{H}}^{2}\equiv\sum_{i}\left(\sum_{t;it\in\Omega}\left|v_{it}\right|\right)^{2}\rightarrow0$,
for weights $v_{it}$ in the unbiased linear estimator $\hat{\tau}_{w}=\sum_{it\in\Omega}v_{it}Y_{it}$.
\end{assumption}
The condition on the clustered Herfindahl index $\|v\|_{\textnormal{H}}^{2}$ states
that the sum of squared weights vanishes, where weights are aggregated
by units. One can think of the inverse of the sum of squared weights,
$n_{H}=\|v\|_{\textnormal{H}}^{-2}$, as a measure of effective sample size, which
\ref{assu:Herfindahl} requires to grow large along the asymptotic
sequence. If it is satisfied, and variances are uniformly bounded,
we obtain consistency of $\hat{\tau}_{w}$:\footnote{\label{fn:R-criterion}The Herfindahl condition can be restrictive
since it allows for a worst-case correlation of error terms within
units. When such correlations are limited, other sufficient conditions
may be more appropriate instead, such as $R\left(\sum_{it\in\Omega}v_{it}^{2}\right)\rightarrow0$
with $R=\max_{i}\left(\text{largest eigenvalue of \ensuremath{\Sigma_{i}}}\right)/\bar{\sigma}^{2}$,
where $\Sigma_{i}=\left(\cov{\varepsilon_{it},\varepsilon_{is}}\right)_{t,s}$.
Here $R$ is a measure of the maximal joint covariation of all observations
for one unit. If error terms are uncorrelated, then $R\leq1$, since
the maximal eigenvalue of $\Sigma_{i}$ corresponds to the maximal
variance of an error term $\varepsilon_{it}$ in this case, which
is bounded by $\bar{\sigma}^{2}$. An upper bound for $R$ is the
maximal number of periods for which we observe a unit, since the maximal
eigenvalue of $\Sigma_{i}$ is bounded by the sum of the variances
on its diagonal.}
\begin{prop}[Consistency of $\hat{\tau}_{w}$]
\label{prop:consistency}Under \ref{assu:A1prime,assu:A2,assu:A3prime,assu:clustered,assu:Herfindahl},
$\hat{\tau}_{w}-\tau_{w}\stackrel{\mathcal{L}_{2}}{\rightarrow}0$
for an unbiased linear estimator $\hat{\tau}_{w}$ of $\tau_{w}$,
such as $\hat{\tau}_{w}^{*}$ in \ref{thm:OLS-BLUE}.
\end{prop}
We note that the large number of unit-specific parameters $\left\{ \lambda_{i}\right\} _{i}$
cannot generally be estimated consistently in panels with a small
number of time periods, raising a potential incidental-parameters
problem. However, consistency of $\hat{\tau}_{w}$ does not rely on
consistency for unit-specific parameters, since our estimator averages
over many units.

We next consider the asymptotic distribution of the estimator around
the estimand.
\begin{prop}[Asymptotic normality]
\label{prop:asymptoticnormality}If the assumptions of \ref{prop:consistency}
hold, there exists $\kappa>0$ such that $\mathbb{E}\left[\left|\varepsilon_{it}\right|^{2+\kappa}\right]$
is uniformly bounded, the weights are not too concentrated in the
sense that $\sum_{i}\left(\sqrt{n_{H}}\sum_{t;it\in\Omega}\left|v_{it}\right|\right)^{2+\kappa}\rightarrow0$,
and the variance does not vanish, $\liminf n_{H}\sigma_{w}^{2}>0$
for $\sigma_{w}^{2}=\var{\hat{\tau}_{w}}$, then we have that $\sigma_{w}^{-1}(\hat{\tau}_{w}-\tau_{w})\stackrel{d}{\rightarrow}\mathcal{N}(0,1)$.
\end{prop}
This result establishes conditions under which the difference between
estimator and estimand is asymptotically normal. Besides regularity,
this proposition requires that the estimator variance $\sigma_{w}^{2}$
does not decline faster than $1/n_{H}$. It is violated if the clustered
Herfindahl formula is too conservative: for instance, if the number
of periods is growing along the asymptotic sequence while the within-unit
over-time correlation of error terms remains small. Alternative sufficient
conditions for asymptotic normality can be established in such cases,
e.g. along the lines of \ref{fn:R-criterion}.

So far, we have formulated high-level conditions on the weights $v_{it}$
of any linear unbiased estimator of $\tau_{w}$. \ref{subsec:appx-sufficient}
presents low-level sufficient conditions for consistency and asymptotic
normality of the imputation estimator $\hat{\tau}_{w}^{*}$ for the
benchmark case of a panel with unit and period FEs, a fixed or slowly
growing number of periods, and no restrictions on treatment effects.
Unlike \ref{prop:consistency,prop:asymptoticnormality}, these conditions
are imposed directly on the weights $w_{1}$ chosen by the researcher,
and not on the the implied weights $v_{it}^{\ast}$, such that the
researcher can assess more directly whether the asymptotic approximation
is likely to be precise. In particular, the estimator achieves consistency
and asymptotic normality in the common case where the number of time
periods is fixed, the size of all cohorts increases, the weights on
treatment effects do not vary within the same period and cohort, and
the sum of (absolute) weights is bounded. In addition, the sufficient
conditions are also fulfilled when the number of periods grows slowly
and when weights differ across observations within the same cohort
and period, but not by too much. With covariates other than unit and
period FEs, e.g. with unit-specific linear trends, the general weight
conditions in \ref{assu:Herfindahl} and \ref{prop:asymptoticnormality}
can also be used to verify consistency and asymptotic normality. In
those cases, the sufficient conditions are typically fulfilled for
convex combinations of cohort-average treatment effects whenever the
size of cohorts grows sufficiently fast relatively to the number of
periods (see \ref{subsec:appx-sufficient}).

\subsection{\label{subsec:Conservative-Inference}Conservative Inference}

We next estimate the variance of $\hat{\tau}_{w}=\sum_{it\in\Omega}v_{it}Y_{it}$,
which equals $\sigma_{w}^{2}=\expec{\sum_{i}\left(\sum_{t;it\in\Omega}v_{it}\varepsilon_{it}\right)^{2}}$
with clustered error terms (\ref{assu:clustered}). We start with
the case where treatment effect heterogeneity is unrestricted (i.e.
$\Gamma=\mathbb{I}$). \textit{\emph{As in \textcite{DeChaisemartin2018},
exact inference becomes infeasible when treatment effects are heterogeneous}},
but conservative inference is possible. Following \ref{subsec:Asymptotic-Properties},
the inference tools we propose apply to a generic linear unbiased
estimator but we use them for the efficient estimator $\hat{\tau}_{w}^{\ast}$.
Our strategy is to estimate individual error terms by some $\tilde{\varepsilon}_{it}$
and then use a plug-in estimator,
\begin{align}
\hat{\sigma}_{w}^{2} & =\sum_{i}\left(\sum_{t;it\in\Omega}v_{it}\tilde{\varepsilon}_{it}\right)^{2}.\label{eq:plugin}
\end{align}

Estimating the error terms presents two challenges, which become apparent
when we consider the benchmark choice $\tilde{\varepsilon}_{it}=\hat{\varepsilon}_{it}$
based on the regression residuals $\hat{\varepsilon}_{it}=Y_{it}-A_{it}^{\prime}\hat{\lambda}_{i}^{*}-X_{it}^{\prime}\hat{\delta}^{*}-D_{it}\hat{\tau}_{it}^{*}$
in the regression \ref{eq:reduced-model}. The first challenge is
the incidental-parameters problem in estimating $\lambda_{i}$. However,
by using cluster-robust variance estimates, our inference does not
suffer from this problem since the variance estimator $\hat{\sigma}_{w}^{2}$
does not rely on the consistent estimation of $\lambda_{i}$ any more,
similar to the insight of \textcite{Stock2008a}.

A second challenge arises from unrestricted treatment-effect heterogeneity.
In \ref{thm:imputation}, treatment effects are estimated by fitting
the corresponding outcomes $Y_{it}$ perfectly, with residuals $\hat{\varepsilon}_{it}\equiv0$
for all treated observations. This issue is not specific to our estimation
procedure: one generally cannot distinguish between $\tau_{it}$ and
$\varepsilon_{it}$ from observations of $Y_{it}=A_{i}^{\prime}\lambda_{i}+X_{it}^{\prime}\delta+\tau_{it}+\varepsilon_{it}$
for treated observations, making it impossible to produce unbiased
estimates of $\sigma_{w}^{2}$ (see Lemma 1 in \textcite{Kline2020}
for a similar impossibility result).

While unbiased estimation of $\sigma_{w}^{2}$ is not possible, we
show that this variance can be estimated conservatively. Our variance
estimator is based on an auxiliary parsimonious model of treatment
effects. We do not require this model to be correct, in the sense
that inference is weakly asymptotically conservative under misspecification.
However, auxiliary models which better approximate $\tau_{it}$ will
make confidence intervals tighter and closer to asymptotically exact.
In the computation of $\hat{\sigma}_{w}^{2}$ we set $\tilde{\varepsilon}_{it}$
for the treated observations equal to the residuals of the auxiliary
model. We require the model to be parsimonious, such that it does
not overfit and the residuals include $\varepsilon_{it}$. When the
model is incorrect, $\tilde{\varepsilon}_{it}$ also include a component
due to the misspecification of $\tau_{it}$, leading to conservative
inference.

We formalize the auxiliary model by considering estimators $\tilde{\tau}_{it}$
for each $it\in\Omega_{1}$ which satisfy two properties: (1) $\tilde{\tau}_{it}$
converges to \emph{some }non-stochastic limit $\bar{\tau}_{it}$ and
(2) if the auxiliary model is correct, $\bar{\tau}_{it}=\tau_{it}$.
The following theorem presents conditions under which our construction
yields asymptotically conservative inference:
\begin{thm}[Conservative clustered standard error estimates]
\label{thm:se}Assume that the assumptions of \ref{prop:consistency}
hold, that the model of treatment effects is trivial ($\Gamma=\mathbb{I}$),
that the estimates $\tilde{\tau}_{it}$ converge to some non-random
$\bar{\tau}_{it}$ in the sense that $\|v\|_{\textnormal{H}}^{-2}\sum_{i}\left(\sum_{t;it\in\Omega_{1}}v_{it}(\tilde{\tau}_{it}-\bar{\tau}_{it})\right)^{2}\stackrel{p}{\rightarrow}0$,
that $\hat{\delta}^{*}$ from \ref{thm:OLS-BLUE} is sufficiently
close to $\delta$ in the sense that $\|v\|_{\textnormal{H}}^{-2}\sum_{i}\left(\sum_{t;it\in\Omega}v_{it}X_{it}'(\hat{\delta}^{\ast}-\delta)\right)^{2}\stackrel{p}{\rightarrow}0$,
and that $\left|\tau_{it}\right|,$ $\left|\bar{\tau}_{it}\right|$
and $\expec{\varepsilon_{it}^{4}}$ are uniformly bounded and the
weights are not too concentrated in the sense that $\sum_{i}\left(\frac{\sum_{t;it\in\Omega}\lvert v_{it}\rvert}{\|v\|_{\textnormal{H}}}\right)^{4}\rightarrow0$.
Then the variance estimate
\begin{align}
\hat{\sigma}_{w}^{2} & =\sum_{i}\left(\sum_{t;it\in\Omega}v_{it}\tilde{\varepsilon}_{it}\right)^{2}, & \tilde{\varepsilon}_{it} & =Y_{it}-A_{it}^{\prime}\hat{\lambda}_{i}^{*}-X_{it}^{\prime}\hat{\delta}^{*}-D_{it}\tilde{\tau}_{it}\label{eq:SE}
\end{align}
is asymptotically conservative: $\|v\|_{\textnormal{H}}^{-2}(\hat{\sigma}_{w}^{2}-\sigma_{w}^{2}-\sigma_{\tau}^{2})\stackrel{p}{\rightarrow}0$
where $\sigma_{\tau}^{2}=\sum_{i}\left(\sum_{t;D_{it}=1}v_{it}(\tau_{it}-\bar{\tau}_{it})\right)^{2}\geq0$.
If $\bar{\tau}_{it}=\tau_{it}$ for all $it\in\Omega_{1}$, $\sigma_{\tau}^{2}=0$,
meaning that the variance estimate is asymptotically exact.
\end{thm}
The theorem shows that the proposed variance estimate addresses the
two challenges laid out above. First, the estimates remain valid even
though we may not be able to estimate the unit-specific parameters
$\lambda_{i}$ consistently. This is because unit-specific parameter
estimates drop out when summing over all observations of one unit
in \ref{eq:SE}, as shown in the proof. Second, by using estimates
$\tilde{\tau}_{it}$ that fulfill the convergence condition of the
theorem, we avoid the issue of obtaining trivial residuals for the
treated observations. The resulting variance estimates are asymptotically
conservative. From these estimates we can also obtain conservative
confidence intervals (that asymptotically have coverage that is at
least nominal) if the estimator is also asymptotically normal, such
as under the sufficient conditions of \ref{prop:asymptoticnormality}.

It remains to choose the estimates $\tilde{\tau}_{it}$. We focus
on auxiliary models that impose the equality of treatment effects
across large groups of treated observations: for a partition $\Omega_{1}=\bigcup_{g}G_{g}$,
$\tau_{it}\equiv\tau_{g}$ for all $it\in G_{g}$. The $\tau_{g}$
can then be estimated by some weighted average of $\hat{\tau}_{it}^{*}$
among $it\in G_{g}$. Specifically, we propose averages of the form
\begin{equation}
\tilde{\tau}_{g}=\frac{\sum_{i}\left(\sum_{t;it\in G_{g}}v_{it}\right)\left(\sum_{t;it\in G_{g}}v_{it}\hat{\tau}_{it}^{*}\right)}{\sum_{i}\left(\sum_{t;it\in G_{g}}v_{it}\right)^{2}}.\label{eq:taubar-G}
\end{equation}
In \ref{subsec:appx-SE-Weights}, we show that this choice of weights
leads to minimal excess variance $\sigma_{\tau}^{2}$ in the case
where there is only a single group $g$, corresponding to a conservative
auxiliary model which requires all treatment effects to be the same.
The choice of the partition aims to maintain a balance between avoiding
overly conservative variance estimates and ensuring consistency. If
the sample is large enough, one may want to partition $\Omega_{1}$
into multiple groups of observations such that treatment effect heterogeneity
is expected to be smaller within them than across. For instance, with
many units, a group may consist of observations corresponding to the
same horizon relative to treatment onset. If cohorts are large, one
can further partition observations into groups defined by cohort and
period, which we use as the default in our Stata command.

While sufficiently large groups in \ref{eq:taubar-G} avoid overfitting
asymptotically (under appropriate conditions), in finite samples these
$\tilde{\tau}_{it}$ still use $\hat{\tau}_{it}^{*}$ and thus partially
overfit to $\varepsilon_{it}$. In \ref{subsec:appx-Leave-Out} we
therefore also consider leave-out versions of these $\tilde{\tau}_{it}$.

We make four final remarks on \ref{thm:se}. First, our strategy for
estimating the variance extends directly to conservative estimation
of variance-covariance matrices for vector-valued estimands, e.g.
for average treatment effects at multiple horizons $h$. Second, the
result applies in short panels under the low-level conditions of \ref{subsec:appx-sufficient}
(see \ref{prop:se-short-sufficient}). Third, while we have focused
here on the case of unrestricted heterogeneity ($\Gamma=\mathbb{I}$), \ref{thm:se}
can be extended to the case with a non-trivial treatment-effect model
imposed in \ref{assu:A3}.\footnote{By \ref{prop:model-imputation}, the general efficient estimator can
be represented as an imputation estimator for a modified estimand,
i.e. by changing $w_{1}$ to some $v_{1}$. \ref{thm:se} then yields
a conservative variance estimate for it. We note that under sufficiently
strong restrictions on treatment effects, asymptotically exact inference
may be possible, as the residuals $\hat{\varepsilon}_{it}$ in \ref{eq:reduced-model}
may be estimated consistently even for treated observations (except
for the inconsequential noise in $\hat{\lambda}_{i}$), alleviating
the need for an additional auxiliary model.} Finally, computation of $\hat{\sigma}_{w}^{2}$ for the estimator
$\hat{\tau}_{w}^{*}$ from \ref{thm:OLS-BLUE} involves the implied
weights $v_{it}^{*}$, which becomes computationally challenging with
multiple sets of high-dimensional FEs. In \ref{subsec:appx-Weights-Imputation}
we develop a computationally efficient algorithm for computing $v_{it}^{*}$
based on the iterative least squares algorithm for conventional regression
coefficients \parencite{Guimaraes2010}.

\subsection{Testing for Parallel Trends\label{subsec:Testing-PTA}}

In this section, we discuss testing the (generalized) parallel-trend
and no-anticipation assumptions \ref{assu:A1prime,assu:A2}. We propose
a testing procedure based on OLS regressions with untreated observations
only, departing from both traditional regression-based tests and
more recent placebo tests. This procedure is robust to treatment effect
heterogeneity and, under spherical errors, has attractive power properties
and avoids the problem of inference after pre-testing explained by
\textcite{Roth2018a}. We propose:

\begin{test}\label{test:pretrends}\emph{(Robust OLS-based pre-trend
test)}
\begin{enumerate}
\item Choose an alternative model for $Y_{it}$ for untreated observations
$it\in\Omega_{0}$ that is richer than that imposed by \ref{assu:A1prime,assu:A2}:
for an observable vector $W_{it}$ (which we consider non-stochastic,
like $A_{it}$ and $X_{it}$),
\begin{equation}
Y_{it}=A_{it}^{\prime}\lambda_{i}+X_{it}^{\prime}\delta+W_{it}^{\prime}\gamma+\varepsilon_{it};\label{eq:richer-alt}
\end{equation}
\item Estimate $\gamma$ by $\hat{\gamma}$ in \ref{eq:richer-alt} using
OLS on untreated observations only;
\item Test $\gamma=0$ using the heteroskedasticity- and cluster-robust
Wald\emph{ }test.
\end{enumerate}
\end{test}

\noindent This test is valid because equation \ref{eq:richer-alt}
is implied by \ref{assu:A1prime,assu:A2} if the null $\gamma=0$
holds.\footnote{There is a natural alternative test of the null $\gamma=0$ in the
model \ref{eq:richer-alt}, namely the Hausman test based on the difference
between the imputation estimator $\hat{\tau}_{w}^{W}$ based on the
model in \ref{eq:richer-alt} and the efficient imputation estimator
$\hat{\tau}_{w}^{*}$ that is only valid when $\gamma=0$. Like our
test, this test only uses untreated observations and avoids the \textcite{Roth2018a}
pre-testing problem for spherical errors. The Hausman approach has
the advantage of quantifying the magnitude of bias from omitting $W_{it}$,
while \ref{test:pretrends} has the advantage that it is also informative
about violations that cancel out in the Hausman test. The two tests
are equivalent for scalar $W_{it}$.}

The test requires choosing $W_{it}$ to parametrize the possible violation
of \ref{assu:A1prime,assu:A2}. A natural choice for $W_{it}$, which
parallels conventional pre-trend tests, is a set of indicators for
observations $1,\dots,k$ periods before the onset of treatment for
some $k$, with periods before $E_{i}-k$ serving as the reference
group.\footnote{The optimal choice of $k$ is a challenging question. As usual with
Wald tests, choosing a $k$ that is too large can lead to low power
against many alternatives, in particular those that generate large
biases in treatment effect estimates that impose invalid \ref{assu:A1prime}.} This choice is appropriate, for instance, if the researcher's main
worry is the possible effects of treatment anticipation, i.e. violations
of \ref{assu:A2}. This choice of $W_{it}$ also lends itself to making
``event study plots,'' which combine the ATT estimates by horizon
$h\ge0$ with a series of pre-trend coefficients; we supply the \texttt{event\_plot}
Stata command for this goal. Alternatively, the researcher may focus
on possible violations of \ref{assu:A1prime}. For instance, with
data spanning many years one could test for the presence of a structural
break in unit FEs.

\ref{test:pretrends} can be contrasted with two existing strategies
to test parallel trends. Traditionally, researchers estimated a dynamic
specification including lags and leads of treatment onset, and tested
\textemdash{} visually or statistically \textemdash{} that the coefficients
on leads are equal to zero. More recent papers \parencite[e.g.][]{DeChaisemartin2018,Liu2020a}
replace it with a placebo strategy: pretend that treatment happened
$k$ periods earlier for all eventually treated units, and estimate
the average effects $h=0,\dots,k-1$ periods after the placebo treatment
using the same estimator as for actual estimation.

Both of these alternatives strategies have drawbacks. Because the
traditional regression-based test uses the full sample, including
treated observations, and imposes restrictions on treatment effects
(which are assumed homogeneous within each horizon), it is \emph{not
}a test for \ref{assu:A1prime,assu:A2} only. Rather, it is a joint
test that is sensitive to violations of the implicit \ref{assu:A3}
\parencite{Abraham2018}. Even if a researcher has reasons to impose
a non-trivial \ref{assu:A3} in estimation, a robust test for parallel
trends and no anticipation \emph{per se }should avoid those restrictions
on treatment effect heterogeneity. With a null \ref{assu:A3}, treated
observations are not useful for testing, and our test only uses the
untreated ones.\footnote{\textcite{Wooldridge2021} shows that as long as treatment effects
are allowed to vary flexibly, tests based on specifications estimated
on the full sample do not use treated observations. Therefore, such
tests are also not contaminated by treatment effect heterogeneity.}

Tests based on placebo estimates appropriately use untreated observations
only and may have intuitive appeal. However, mimicking the estimator
does not generally correspond to an efficient test of a class of plausible
alternatives. In contrast, \ref{test:pretrends} possesses well-known
asymptotic efficiency properties when $W_{it}$ is correctly specified.
For example, when $\varepsilon_{it}$ are spherical and normal, it
is asymptotically equivalent to the homoskedastic $F$-test, which
is a uniformly most powerful invariant test \parencite[ch. 7.6]{lehmann2006testing}.

Finally, we show an additional advantage of \ref{test:pretrends}:
if the researcher conditions on the test passing (i.e. does not report
the results otherwise), inference on $\hat{\tau}_{w}^{\ast}$ is still
asymptotically valid under the null of no violations of \ref{assu:A1prime,assu:A2}
and under spherical errors. This avoids the issue pointed out by \textcite[Proposition 4]{Roth2018a}
in the context of restrictive dynamic event study regressions: that
variance estimates which do not take pre-testing into account are
inflated, leading to unnecessarily conservative inference.\footnote{\textcite{Roth2018a} points out another issue, which we also avoid
under the assumptions of \ref{prop:pretesting}: when pre-trend and
treatment effect estimators are correlated, the bias arising from
violations of \ref{assu:A1prime,assu:A2} is affected by pre-testing;
it is exacerbated in specific cases \parencite[Proposition 2]{Roth2018a}.}
\begin{prop}[Pre-test robustness]
\label{prop:pretesting}Suppose the model in \ref{eq:richer-alt}
and \ref{assu:homosk} hold. Then $\hat{\tau}_{w}^{\ast}$ constructed
as in \ref{thm:OLS-BLUE} is uncorrelated with any vector $\hat{\gamma}$
constructed as in \ref{test:pretrends}. If the error terms are also
normally distributed,\footnote{The normality assumption is not essential; in the proof, we show that
a similar, asymptotic result holds generally under regularity conditions.} then $\hat{\tau}_{w}^{\ast}$ and $\hat{\gamma}$ are independent,
and inference on $\tau_{w}$ based on $\hat{\tau}_{w}^{\ast}$ is
unaffected by pre-tests based on $\hat{\gamma}$.\footnote{An early version of \textcite{Roth2018a} shows how to construct
an adjustment that removes the dependence when it exists, provided
the covariance matrix between $\hat{\tau}^{\ast}$ and $\hat{\gamma}$
can be estimated. By \ref{prop:pretesting}, this adjustment is not
needed for the \ref{thm:OLS-BLUE} estimator under spherical errors.}
\end{prop}

\section{Application\label{sec:Application}}

Having derived the attractive theoretical properties of the imputation
estimator, we now illustrate their practical relevance by revisiting
the estimation of the marginal propensity to spend in the event study
of \textcite{Broda2014}. We also use this empirical setting to verify
the properties of the imputation estimator in a simulation study.

\subsection{Setting}

The marginal propensity to spend out of tax rebates is a crucial parameter
for economic policy. In the US, the Economic Stimulus Act of 2008
consisted primarily of a 100 billion dollar program that sent tax
rebates to approximately 130 million tax filers. \textcite{Parker2013}
and \textcite{Broda2014} estimate the marginal propensity to spend
(MPX) out of the 2008 tax rebates. The rebate was disbursed using
two methods: either via direct deposit to a bank account, if known
by the IRS, or with a mailed paper check. For each method, the week
in which the funds were disbursed depended on the second-to-last digit
of the taxpayer's Social Security number (SSN). This number provides
a source of quasi-experimental variation because the last four digits
of a SSN are assigned sequentially to applicants within geographic
areas.

\textcite[henceforth BP]{Broda2014} use an event study design to
examine the response of nondurable spending to tax rebate receipt,
leveraging the quasi-experimental variation in the \emph{timing} of
the receipt. The quasi-random assignment of the last digits of the
SSN makes the parallel-trends assumption for expenditures \emph{a
priori} plausible.\footnote{\textcite{Thakral2020} point out that for the paper check group pre-rebate
household characteristics (in \emph{levels}) are not balanced with
respect to the timing of the receipt. While this is problematic for
randomization-based approaches to DiD (e.g. \textcite{Arkhangelsky2019}
and \textcite{Roth2021}), parallel \emph{trends }in expenditures
may still hold. Indeed, we fail to reject them with pre-trend tests
below.} The no-anticipation assumption may also be expected to hold: although
the disbursement schedule was known in advance, households were directly
notified by mail only several days before disbursement.

We estimate the performance of various estimators at estimating the
impulse response function of nondurable spending to tax rebate receipt
using the same data as BP. While earlier work by \textcite{Parker2013}
estimates the impulse responses using quarterly spending data from
the Consumer Expenditure Survey, BP leverage more detailed data from
the Nielsen Homescan Consumer Panel. The Nielsen dataset tracks transactions
at a much higher (in principle, daily) frequency, which is why we
choose it for our analysis. The Nielsen data cover expenditures on
consumer packaged goods (food, beverages, beauty and health products,
household supplies, and general merchandise), representing around
15\% of total household expenditures. Our dataset, identical to that
of BP, is a complete panel of 21,760 households (including 21,690
with non-missing disbursement method information) observed over 52
weeks of year 2008.

\subsection{Comparison between Robust and Conventional Estimates\label{subsec:BP-robust-and-OLS}}

We show how BP's estimates of the MPX suffer from an upward bias
in the short-run due to the choice of a binned specification (\ref{subsec:Biased-Weighting-with-Binning})
and how they may be spurious in the long-run (\ref{subsec:Spurious-Identification-Application}).
In \ref{subsec:Implications} we present our preferred robust estimates
and discuss implications for the macroeconomics literature.

\subsubsection{Negative Weighting and Upward Bias with Binning\label{subsec:Biased-Weighting-with-Binning}}

We replicate BP's estimates, focusing on the first three months since
the receipt, while leaving longer-run effects to \ref{subsec:Spurious-Identification-Application}.
BP estimate conventional dynamic specifications of the form:
\begin{equation}
Y_{it}=\alpha_{i}+\beta_{t}+\sum_{h=-a}^{b}\tau_{h}\mathbf{1}\left[K_{it}=h\right]+\varepsilon_{it},\label{eq:BP_spec}
\end{equation}
where $Y_{it}$ is the dollar amount of spending in calendar week
$t$ for household $i$, $\alpha_{i}$ are household FEs, and $\beta_{t}$
are week FEs. In some specifications, week FEs are interacted with
the disbursement method $m(i)$ (i.e., $\beta_{m(i)t}$ is included
instead of $\beta_{t}$ in \ref{eq:BP_spec}) to leverage the variation
in timing only within each disbursement method; we refer to those
specifications as ``with disbursement method FEs.'' The set of $\mathbf{1}\left[K_{it}=h\right]$
are the lead/lag indicator variables tracking the number of weeks
$K_{it}=t-E_{i}$ since the week of the tax rebate receipt for the
household, $E_{i}$; $b$ is chosen such that all possible lags in
the sample are covered; $a$ varies as discussed below. MPXs for each
horizon, as well as pre-trend coefficients, are captured by $\tau_{h}$.
Regressions are weighted by the Nielsen projection weights.

BP's preferred specification is a binned version of \ref{eq:BP_spec}
which constrains $\tau_{h}$ to be constant across four-week periods
\textemdash{} ``months'' \textemdash{} around the event, starting
with the week of tax rebate receipt: e.g., $\tau_{0}=\dots=\tau_{3}$.
This specification also includes one monthly pre-trend coefficient,
i.e. $a=4$ with $\tau_{-1}=\dots=\tau_{-4}.$ These estimates, without
and with disbursement method FEs, are replicated in \ref{tab:replication_BP},
columns 1 and 2, suggesting that tax rebate receipt led to an increase
in spending in the contemporaneous month of \$42.6 (s.e. 7.2) in col.
1 to \$47.6 (s.e. 9.2) in col. 2, and a cumulative increase over three
months of \$60.5 (s.e. 25.7) in col. 1 to \$94.4 (s.e. 33.5) in col.
2. As we will discuss in \ref{subsec:Implications}, extrapolating
these estimates from Nielsen products to all consumption implies very
large total MPX.

\begin{table}
\caption{Estimates of the Monthly and Quarterly MPX out of Tax Rebates{\small{}\label{tab:replication_BP}}}

\medskip{}

\begin{centering}
{\small{}}
\begin{tabular}{lcccccccc}
\toprule
 & \multicolumn{8}{c}{{\small{}Dollars spent after tax rebate receipt}}\tabularnewline
\cmidrule{2-9} \cmidrule{3-9} \cmidrule{4-9} \cmidrule{5-9} \cmidrule{6-9} \cmidrule{7-9} \cmidrule{8-9} \cmidrule{9-9}
 & \multicolumn{2}{c}{{\small{}OLS}} &  & \multicolumn{2}{c}{{\small{}OLS}} &  & \multicolumn{2}{c}{{\small{}Imputation}}\tabularnewline
 & \multicolumn{2}{c}{{\small{}Monthly binned}} &  & \multicolumn{2}{c}{{\small{}No binning}} &  & \multicolumn{2}{c}{{\small{}Estimator}}\tabularnewline
 & {\small{}(1)} & {\small{}(2)} &  & {\small{}(3)} & {\small{}(4)} &  & {\small{}(5)} & {\small{}(6)}\tabularnewline
\midrule
{\footnotesize{}Contemporaneous month} & {\footnotesize{}42.59} & {\footnotesize{}47.57} &  & {\footnotesize{}35.02} & {\footnotesize{}27.88} &  & {\footnotesize{}38.13} & {\footnotesize{}30.54}\tabularnewline
 & {\footnotesize{}(7.19)} & {\footnotesize{}(9.15)} &  & {\footnotesize{}(5.75)} & {\footnotesize{}(7.75)} &  & {\footnotesize{}(5.68)} & {\footnotesize{}(9.08)}\tabularnewline
{\footnotesize{}First month after} & {\footnotesize{}9.31} & {\footnotesize{}26.26} &  & {\footnotesize{}$-2.28$} & {\footnotesize{}$-4.48$} &  & {\footnotesize{}\textendash 2.47} & {\footnotesize{}7.43}\tabularnewline
 & {\footnotesize{}(9.00)} & {\footnotesize{}(11.95)} &  & {\footnotesize{}(7.59)} & {\footnotesize{}(12.48)} &  & {\footnotesize{}(7.81)} & {\footnotesize{}(16.17)}\tabularnewline
{\footnotesize{}Second month after} & {\footnotesize{}8.63} & {\footnotesize{}20.52} &  & {\footnotesize{}$-5.96$} & {\footnotesize{}$-13.82$} &  & {\footnotesize{}13.08} & {\footnotesize{}4.01}\tabularnewline
 & {\footnotesize{}(11.17)} & {\footnotesize{}(14.57)} &  & {\footnotesize{}(10.06)} & {\footnotesize{}(16.38)} &  & {\footnotesize{}(22.51)} & {\footnotesize{}(29.89)}\tabularnewline
 &  &  &  &  &  &  &  & \tabularnewline
{\footnotesize{}Three-month total} & {\footnotesize{}60.53} & {\footnotesize{}94.35} &  & {\footnotesize{}26.79} & {\footnotesize{}9.58} &  & {\footnotesize{}48.75} & {\footnotesize{}41.97}\tabularnewline
 & {\footnotesize{}(25.73)} & {\footnotesize{}(33.54)} &  & {\footnotesize{}(21.43)} & {\footnotesize{}(34.42)} &  & {\footnotesize{}(30.97)} & {\footnotesize{}(46.56)}\tabularnewline
 &  &  &  &  &  &  &  & \tabularnewline
{\footnotesize{}Disbursement method FE} & {\footnotesize{}No} & {\footnotesize{}Yes} &  & {\footnotesize{}No} & {\footnotesize{}Yes} &  & {\footnotesize{}No} & {\footnotesize{}Yes}\tabularnewline
\emph{\footnotesize{}N}{\footnotesize{} observations} & {\footnotesize{}1,131,520} & {\footnotesize{}1,127,880} &  & {\footnotesize{}1,131,520} & {\footnotesize{}1,127,880} &  & {\footnotesize{}631,040} & {\footnotesize{}536,553}\tabularnewline
\emph{\footnotesize{}N}{\footnotesize{} households} & {\footnotesize{}21,760} & {\footnotesize{}21,690} &  & {\footnotesize{}21,760} & {\footnotesize{}21,690} &  & {\footnotesize{}21,760} & {\footnotesize{}21,690}\tabularnewline
\bottomrule
\end{tabular}{\small\par}
\par\end{centering}
\medskip{}

\emph{\footnotesize{}Notes}{\footnotesize{}: Columns 1 and 2 estimate
the binned version of specification \ref{eq:BP_spec} with $a=4$
and imposing that the coefficients are the same in each month, i.e.
four weeks since the rebate receipt. Columns 3 and 4 estimate the
same specification without binning, with $a=1$. These specifications
are identical to \textcite{Broda2014}, Tables 3 and 4, columns 1
and 4. Columns 5 and 6 report the efficient imputation estimator.
All columns aggregate coefficients by month for the first three months
after the rebate receipt and suppress the other coefficients. Columns
1, 3, and 5 use household and week FEs, while columns 2, 4, and 6
additionally interact week FEs with disbursement method dummies. The
estimates in column 6 exclude the last week of the quarter ($h=11$)
due to insufficient sample size. All estimates use projection weights
from the Nielsen Consumer Panel, and standard errors are clustered
by household.}{\footnotesize\par}
\end{table}

Next, we show that the MPX estimates are much smaller without binning.
In columns 3 and 4 of \ref{tab:replication_BP} we report the estimates
from the conventional specification \ref{eq:BP_spec} without binning
and with one weekly lead ($a=1$), as in BP's Table 3. We report the
coefficients aggregated to the monthly level. Compared to columns
1 and 2, there is a large fall in the cumulative three-month MPX,
from \$60.5 (s.e. 25.7) to \$26.8 (s.e. 21.4) without disbursement
method FEs and from \$94.4 (s.e. 33.5) to \$9.6 (s.e. 34.4) with these
FEs. In columns 5 and 6, we use the robust and efficient imputation
estimator to estimate weekly average responses and aggregate them
to the monthly level. The point estimates are similar to columns 3
and 4 for the contemporaneous month response, while for the quarterly
MPX they are in between the results obtained with a binned specification
and without binning.\footnote{\ref{tab:Coef-differences} reports the differences between the estimates
from OLS with no binning or imputation and the binned OLS specification,
with standard errors and p-values. All binned estimates are significantly
different from those without binning at the 10\% (5\%) significance
level without (with) disbursement method FEs. The difference between
the binned and imputation estimates is only significant at the 10\%
level for the contemporaneous month with disbursement method FEs.
We explain below that the difference in estimates is due to the difference
in estimands, rather than statistical noise.}

Could the difference between binned and other estimates indicate a
violation of the DiD assumptions? \ref{fig:OLS vs. robust imputation estimator}
provides evidence against this possibility, showing that there is
no sign of pre-trends.\footnote{This figure reports the imputation estimates for 8 weeks since the
rebate along with the pre-trend coefficients from the \ref{subsec:Testing-PTA}
test that allows for 8 weeks of anticipation effects. The figure also
reports conventional specifications without binning augmented to include
$a=8$ weeks of pre-trends, dropping observations more than 8 weeks
since the rebate.} The Wald test confirms this finding: the p-value for the null of
no pre-trends is 0.185 (0.403) without (with) disbursement method
FEs.

\begin{figure}
\caption{Dynamic Specifications and Pre-Trends\label{fig:OLS vs. robust imputation estimator}}

\medskip{}

\begin{centering}
\begin{tabular}{ccc}
A: Without disbursement method FEs &  & B: With disbursement method FEs\tabularnewline
\includegraphics[width=0.35\textwidth]{Graphs/Figure2_A} &  & \includegraphics[width=0.35\textwidth]{Graphs/Figure2_B}\tabularnewline
\end{tabular}
\par\end{centering}
\emph{\footnotesize{}Notes}{\footnotesize{}: Panel A reports estimates
of the response of spending to tax rebate receipts and pre-trend coefficients,
using specification \ref{eq:BP_spec} with $a=8$ and without binning
(``Conventional'') and with the efficient imputation estimator and
the pre-trend test from \ref{subsec:Testing-PTA} (``Imputation'').
Panel B additionally interacts week FEs with the disbursement method.
Observations 8 or more weeks since the rebate receipt are excluded.
Estimation is weighted by the projection weights from the Nielsen
Consumer Panel. 95\% confidence bands are shown, using standard errors
clustered by household.}{\footnotesize\par}
\end{figure}

We find instead that the higher estimates from binned specifications
are explained by the estimand they implicitly choose. Specifically,
this estimand places a very large weight on the first weeks after
the rebate, when the effects are the largest, and negative weights
on other weeks. \ref{fig:OLS vs. robust imputation estimator} shows
that the increase in spending after the receipt is concentrated in
the first weeks since the rebate. \ref{fig:binned_short_term_bias}
in turn shows the weights with which the quarterly MPX estimated from
the monthly binned specification of \ref{tab:replication_BP} aggregates
the MPXs at each weekly horizon. These weights show how the estimand
of the binned specification diverges from the true quarterly MPX,
which is a simple sum of the effects at each horizon $h=0,\dots,11$
weeks, i.e. with constant weights of one on each week.\footnote{The binned specification's estimand also diverges from the true MPX
in how it weights different households for the same weekly horizon
(similar to the issues studied theoretically by \textcite{Abraham2018}
for dynamic specifications without binning). We focus on the variation
across horizons here because MPXs have a very strong dynamic pattern.} In the specification without disbursement method FEs, the weight
placed on the first-week response is three times larger than it would
be with an equally weighted sum; it is five times larger with the
FEs. Furthermore, within each month the weights become negative for
the last weeks of the month. Applying the weights of the binned specification
across weeks from \ref{fig:OLS vs. robust imputation estimator} to
the estimates without binning (underlying col. 3 of \ref{tab:replication_BP}),
we obtain a point estimate of \$42.6 for the contemporaneous month
\textemdash{} indistinguishable from col. 1, instead of \$35.0 in
col. 3. Similarly, we get \$60.4 for the quarter, nearly identical
to \$60.5 in col. 1, instead of \$26.8 in col. 3. Thus, the short-run
biased weighting scheme due to binning explains nearly all the difference
between columns 1 and 3 of \ref{tab:replication_BP}.\footnote{Short-run biased weighting also explains the majority, although not
all, of the difference between the specification with disbursement
method FEs in columns 2 and 4 of \ref{tab:replication_BP}. Applying
the binned specification weights to the specifications without binning,
we get an estimate of \$40.0 for the contemporaneous month and \$69.0
for the quarter, thus reducing the discrepancy between columns 2 and
4 by 62\% and 70\% for the month and quarter, respectively.}

\begin{figure}
\caption{Short-term Bias in Weights for Binned Specifications\label{fig:binned_short_term_bias}}

\begin{centering}
\includegraphics[width=0.35\textwidth]{Graphs/Figure3}
\par\end{centering}
\emph{\footnotesize{}Notes}{\footnotesize{}: This figure reports the
cumulative weight that the monthly binned OLS estimator of the quarterly
MPX from \ref{tab:replication_BP}, with or without disbursement methods
FEs, places on the true effects at each horizon $h=0,\dots,11$ weeks
since the rebate receipt. These weights are computed using the Frisch\textendash Waugh\textendash Lovell
theorem, analogously to equation \ref{eq:weights-FWL}, and aggregated
across the first three months since the rebate receipt. The black
dashed line indicates the weight corresponding to the true quarterly
MPX, i.e. a simple sum of the effects at each horizon.}{\footnotesize\par}
\end{figure}


\subsubsection{Spurious Identification of Long-Run Causal Effects\label{subsec:Spurious-Identification-Application}}

We now examine the long-run dynamics of MPXs obtained with conventional
specifications and the imputation estimator. The timing of the tax
rebate is such that we simultaneously observe treated and untreated
households for at most 13 weeks.\footnote{The first treated households received the rebate during week 17 of
2008 (week ending April 26), while the last treated households received
it during week 30 (week ending July 26).} Per \ref{prop:No-Longrun}, without restrictive assumptions on treatment
effect heterogeneity it is not possible to estimate causal effects
beyond 12 weeks. Yet conventional dynamic specifications produce estimates
for longer horizons via extrapolation. We examine whether the estimates
obtained in this way could paint a misleading picture of the long-run
dynamics of MPXs.

\begin{figure}
\caption{Long-run MPXs, Conventional Specifications vs. Robust Imputation Estimator\label{fig:extrapolation}}

\medskip{}

\begin{centering}
\begin{tabular}{ccc}
{\small{}A: Conventional} & {\small{}B: Conventional} & {\small{}C: Robust}\tabularnewline
{\small{}Binned Estimates} & {\small{}Dynamic Estimates} & {\small{}Imputation Estimates}\tabularnewline
\includegraphics[width=0.3\textwidth]{Graphs/Figure4_A} & \includegraphics[width=0.3\textwidth]{Graphs/Figure4_B} & \includegraphics[width=0.3\textwidth]{Graphs/Figure4_C}\tabularnewline
\end{tabular}
\par\end{centering}
\emph{\footnotesize{}Notes}{\footnotesize{}: Panels A\textendash C
plot MPX coefficients and 95\% confidence bands using the same specifications
as in \ref{tab:replication_BP}. Coefficients on the leads of treatment
are not shown. The last horizon in Panel B ($h=35$ weeks) and Panel
C ($h=12$ weeks without disbursement methods FEs or $h=11$ with
FEs) are suppressed because of the very large standard errors, due
to a limited sample size. Standard errors are clustered by household.}{\footnotesize\par}
\end{figure}

In \ref{fig:extrapolation}, we use the same specifications as in
\ref{tab:replication_BP} but we report the full set of dynamic estimates
for the treatment effects. Panel A reports the estimates from the
binned specification. With disbursement method FEs, the point estimates
are large and positive for all nine months following the receipt of
the tax rebate. Thus, due to the extrapolation resulting from binning,
this specification could be mistakenly interpreted as evidence for
a very large and persistent increase in spending. Without these FEs,
the estimates tend to hover around zero.

In Panel B, we show estimates with the conventional dynamic specification
without binning. Both specifications with and without disbursement
method FEs yield point estimates that are almost all negative in the
long run. Taken at face value, these estimates could misleadingly
suggest that households intertemporally substitute consumption by
making purchases at the time of tax rebate that they would have made
20 to 30 weeks later. As in Panel A, these point estimates are noisy
but could lend themselves to some economic interpretation.

In contrast, Panel C describes the results from the robust imputation
estimator, which does not allow extrapolation in the absence of an
explicit control group. This panel shows that, for the horizons for
which imputation is possible, there is no evidence of any impact on
spending beyond two to four weeks after tax rebate receipt. The patterns
are the same both with and without disbursement FEs. These results
highlight the practical relevance of the insights from \ref{subsec:Spurious}:
the imputation estimators avoid extrapolation, thus eliminating seemingly
unstable patterns found across conventional specifications.

\begin{figure}
\caption{Underidentification of the Fully-Dynamic Specification\label{fig:OLS underidentification}}

\begin{centering}
\medskip{}
\par\end{centering}
\begin{centering}
\begin{tabular}{ccc}
A: Without disbursement method FEs &  & Panel B: With disbursement method FEs\tabularnewline
\includegraphics[width=0.35\textwidth]{Graphs/Figure5_A} &  & \includegraphics[width=0.35\textwidth]{Graphs/Figure5_B}\tabularnewline
\end{tabular}
\par\end{centering}
\emph{\footnotesize{}Notes}{\footnotesize{}: This figure reports MPX
and pre-trend estimates and 95\% confidence bands for specification
\ref{eq:BP_spec} with all leads and lags of the tax receipt included,
except for two chosen as indicated. Standard errors are clustered
by household.}{\footnotesize\par}
\end{figure}

Finally, in \ref{fig:OLS underidentification} we illustrate the importance
of the insights on the underidentification of fully-dynamic specifications
from \ref{subsec:Underidentification}. Unlike earlier specifications,
which only included a small number of treatment leads, here we run
the specification \ref{eq:BP_spec} with a full set of weekly leads
and lags around tax rebate receipt. We drop two leads since the set
of lead and lag coefficients is only identified up to a linear trend,
as discussed in \ref{subsec:Underidentification}. We find that the
fully-dynamic estimates change drastically depending on which two
leads are dropped. We illustrate this by comparing the MPXs when dropping
leads $-1$ and $-2$ or $-3$ and $-4$. This shows another source
of instability in conventional practice, which the imputation estimator
directly avoids.

\subsubsection{Preferred Robust Estimates and Macroeconomic Implications \label{subsec:Implications}}

We now discuss the implications of our findings for the macroeconomics
literature. We proceed in two steps: selecting our preferred MPX estimate
from \ref{subsec:Biased-Weighting-with-Binning} for the Nielsen products
and then extrapolating it to broader consumption baskets, following
the strategy of BP.

Our preferred estimate for the average cumulative MPX out of the tax
rebate for the Nielsen products is \$30.5, corresponding to the imputation
estimator with disbursement method FEs (\ref{tab:replication_BP},
column 6) in the first month since the rebate. This constitutes 3.4\%
of the average rebate amount. We choose the specification with disbursement
method FEs because the variation in timing is more plausibly exogenous
within disbursement methods. We focus on the first (i.e., contemporaneous)
month and impose zero effects for the following months based on the
evidence from \ref{fig:OLS vs. robust imputation estimator,fig:extrapolation}
that the MPXs rapidly decay to zero, while estimation noise increases.\footnote{Our preferred estimate is robust to the choice of the time window:
the cumulative MPX would have been similar (at \$25.7 instead of \$30.5)
if we focused on the first two weeks only.} Finally, we choose the imputation estimator over conventional specifications
for its robustness properties. In contrast to columns 1\textendash 2
of \ref{tab:replication_BP}, it avoids the short-term bias due to
binning. Moreover, in contrast to column 3\textendash 4 it avoids
extrapolation of long-run effects (the estimates are similar for the
contemporaneous month). Robustness to treatment effect heterogeneity
is gained without an efficiency loss in this application: the standard
errors are similar across columns of \ref{tab:replication_BP}.

To obtain MPX estimates covering the full consumption basket, BP propose
to rescale the estimates obtained with the Nielsen data. This scaling
is done in three different ways: (i) by the ratio of spending per
capita in the National Income and Product Account (NIPA) and Nielsen
data; (ii) by the ratio of the self-reported change in spending on
all goods after the rebate relative to that on Nielsen goods alone;
(iii) by a factor based on the relative shares of spending and relative
responsiveness to the rebate across subcategories of goods as measured
in Consumer Expenditure Survey (CE). Using these three approaches
and BP's preferred MPX estimate (reproduced in our \ref{tab:replication_BP},
col. 1), they estimate that the tax rebate raised the annualized expenditure
growth rate by 1.3\textendash 1.9 percentage points (p.p.) in 2008Q2
and by 0.6\textendash 0.9 p.p. in 2008Q3, depending on the choice
of rescaling.

Applying the same scaling methods to our preferred MPX estimate for
the contemporaneous month and assuming zero response in the following
months paints a very different picture, with an increase in annualized
expenditure growth of only 0.8\textendash 1.1p.p. in 2008Q2 and 0.15\textendash 0.22p.p.
in 2008Q3. Our estimate implies a 40\% smaller response of consumption
expenditures in 2008Q2, and 75\% smaller in 2008Q3. Correspondingly,
while BP conclude that the propensity to spend at the individual level
from a tax rebate over three months since the rebate is between 51
and 75 percent, our preferred estimates are half as large, between
25 and 37 percent.\footnote{We obtain these estimates by replicating the first row of Panel A
of BP's Table 5 and using our preferred estimates.}

In \ref{tab:macro_models}, we summarize the MPX estimates for the
first quarter after tax rebate obtained with BP's and our preferred
specification. The first row reports the observed marginal propensity
to spend on products included in the Nielsen sample during that quarter,
as a fraction of the average rebate amount. The next rows rescale
these estimates to extrapolate the marginal propensity to spend to
broader samples, i.e. the full consumption basket (second row) and
nondurables (third row). For the full consumption basket, we implement
the three scaling procedures from BP and report the lower and upper
bounds; for nondurables we leverage the scaling method of \textcite{Laibson2022}.
The fourth row reports the model-consistent, or ``notional,'' marginal
propensity to consume (MPC) that can be used as a target for macroeconomic
models, also following the methodology of \textcite{Laibson2022}.\footnote{Standard macroeconomic models assume a notional consumption flow that
does not distinguish between nondurable and durable consumption. Prior
to \textcite{Laibson2022} showing that the notional MPC should be
the relevant target, state-of-the-art macroeconomic models targeted
nondurable MPX estimates. For instance, \textcite{Kaplan2014} targeted
the estimates from \textcite{Johnson2006a}, which are quantitatively
similar to those from BP when rescaled as in \ref{tab:macro_models},
despite using more aggregated data and a different rebate episode.} The estimates based on BP in column 1 are closely in line with the
literature: typical estimates of the quarterly MPX for all expenditures
range from 50-90\%, while estimates of the quarterly MPX for nondurable
expenditure range from 15-25\%.\footnote{\textcite{Laibson2022} provide a recent review of the literature.
\textcite{kaplan2020marginal} review nondurable MPX, and \textcite{di2020stock}
review total MPX.} In contrast, the imputation estimator in column 2 of \ref{tab:macro_models}
delivers estimates that are about half as large in all rows. These
smaller MPC estimates imply a lower effectiveness of fiscal stimulus.

{\small{}}
\begin{table}[t]
{\small{}\caption{{\small{}First-quarter MPX and MPC Estimates for Calibration of Macroeconomic
Models\label{tab:macro_models}}}
\medskip{}
}{\small\par}
\begin{centering}
{\small{}}
\begin{tabular}{lcc}
\toprule
\multirow{2}{*}{{\small{}Statistic}} & {\small{}Replication of} & \multirow{2}{*}{{\small{}Imputation Estimator}}\tabularnewline
 & {\small{}\textcite{Broda2014}} & \tabularnewline
 & {\small{}(1)} & {\small{}(2)}\tabularnewline
\midrule
{\small{}Nielsen MPX} & {\small{}6.7\%} & {\small{}3.4\%}\tabularnewline
{\small{}Total MPX} & {\small{}50.8\% to 74.8\%} & {\small{}24.8\% to 36.6\%}\tabularnewline
{\small{}Nondurable MPX} & {\small{}14.1\% to 20.8\%} & {\small{}6.9\% to 10.2\%}\tabularnewline
{\small{}Notional MPC} & {\small{}15.9\% to 23.4\%} & {\small{}7.8\% to 11.4\%}\tabularnewline
\bottomrule
\end{tabular}{\small{}\medskip{}
}{\small\par}
\par\end{centering}
\emph{\footnotesize{}Notes:}{\footnotesize{} This table reports the
first-quarter MPX and MPC using the preferred binned specification
of \textcite{Broda2014} and our preferred specification based on
the imputation estimator. The first row reports the marginal propensity
to spend on products included in the Nielsen sample, as a fraction
of the average rebate amount. The second row rescales these estimates
to extrapolate them to the marginal propensity to spend on all goods
using the three rescaling methods from \textcite{Broda2014}. The
ranges correspond to the lowest and highest values among the three
rescaling methods. To obtain the estimate for the nondurables MPX
in the third row, we use the scaling factor of \textcite{Laibson2022},
who show that the total MPX is equal to 3.6 times the nondurables
MPX. The fourth row also follows the methodology of \textcite{Laibson2022}
and reports the model-consistent (``notional'') MPC that can be
used as a target for macroeconomic models, equal to the total MPX
divided by 3.2.}{\footnotesize\par}
\end{table}
{\small\par}

Thus, our new estimates for the impact of the 2008 fiscal stimulus
on the U.S. economy yield two lessons for the calibration of macroeconomic
models: (1) that the targeted MPC should be significantly smaller
\textemdash{} about half as large \textemdash{} and (2) that it is
best to calibrate the model using weekly-level estimates of the MPC,
as we report in \ref{fig:OLS vs. robust imputation estimator}, rather
than monthly or, especially, quarterly MPC estimates, which are much
noisier. Indeed, models should reflect that most of the spending response
occurs in the very short run, in the first two to four weeks after
tax rebate receipt.

\subsection{Efficiency Gains Relative to Alternative Robust Estimators \label{subsec:Efficiency-Gains-MPC}}

Finally, we compare the efficiency of the imputation estimator to
the alternative robust estimators of \textcite{DeChaisemartin2020}
and \textcite{Abraham2018}, abbreviated dCDH and SA. We document
the in-sample efficiency gains in \ref{fig:efficiency_real} by showing
the point estimates and confidence intervals for weekly average MPXs
based on the imputation estimator and the two alternatives in Panel
A. We use the specification without disbursement method FEs.\footnote{We implement the dCDH method using the\texttt{ csdid} Stata command
developed for the \textcite{Callaway2018} estimator: the two estimators
are identical absent additional controls, and \texttt{csdid} allows
for projection weights.} The point estimates are very similar for dCDH and the imputation
estimator, but they differ from those of SA, because this estimator
uses a much smaller control group (only the households who received
the rebate in the latest possible week) and is therefore much noisier.

Panel B zooms in on the efficiency comparison by reporting the lengths
of the confidence intervals for SA and dCDH relative to that of the
imputation estimator. The differences are large: the confidence interval
from dCDH is about 50\% longer for all periods, and 2\textendash 3.5
times longer for SA.

In \ref{subsec:Monte-Carlo-BP-Appx-NEW} we confirm these efficiency
gains, obtained from a single sample, in a Monte Carlo study based
on the BP data, for several data-generating processes. We find that
the imputation estimator has sizable efficiency advantages over alternative
robust estimators not only with spherical errors but also in presence
of heteroskedasticity, serial correlation, or both. Moreover, these
gains do not come at a cost of systematically higher sensitivity to
parallel trend violations. We also confirm that our analytical standard
errors have correct coverage.

\begin{figure}
\caption{Alternative Robust MPX Estimates and In-Sample Efficiency\label{fig:efficiency_real}}

{\small{}\medskip{}
}{\small\par}
\begin{centering}
\begin{tabular}{ccc}
{\small{}A: Point Estimates} &  & {\small{}B: Confidence Interval Lengths,}\tabularnewline
{\small{}and Confidence Intervals} &  & {\small{}Relative to the Imputation Estimator}\tabularnewline
\includegraphics[width=0.35\textwidth]{Graphs/Figure6_A} &  & \includegraphics[width=0.35\textwidth]{Graphs/Figure6_B}\tabularnewline
\end{tabular}
\par\end{centering}
\emph{\footnotesize{}Notes:}{\footnotesize{} Panel A shows the estimates
and 95\% confidence bands for the average MPXs by week since rebate
using three robust estimators: the imputation estimator, \textcite{DeChaisemartin2020}
(dCDH) and \textcite{Abraham2018} (SA). The specifications do not
include disbursement method fixed effects. Panel B reports the ratios
of the lengths of confidence intervals for dCDH and SA relative to
the imputation estimator. Standard errors are clustered by household.}{\footnotesize\par}
\end{figure}


\section{Conclusion}

In this paper, we provided a unified framework that formalizes an
explicit set of goals and assumptions underlying event study designs,
reveals and explains challenges with conventional practice, and yields
an efficient estimator. In a benchmark case where treatment-effect
heterogeneity remains unrestricted, this robust and efficient estimator
takes a particularly simple ``imputation'' form that estimates fixed
effects among the untreated observations only, imputes untreated outcomes
for treated observations, and then forms treatment-effect estimates
as weighted averages over the differences between actual and imputed
outcomes. We developed results for asymptotic inference and testing
and compared our approach to other estimators. We also highlighted
the importance of separating testing of identification assumptions
from estimation, which increases estimation efficiency and helps address
inference biases due to pre-testing. We demonstrated the practical
relevance of these insights in an empirical application documenting
that the notional marginal propensity to consume is between 8 and
11 percent in the first quarter, about half as large as benchmark
estimates.

\paragraph{Data Availability Statement}

The data underlying this article are publicly available on Zenodo, at \href{https://doi.org/10.5281/zenodo.10037585}{doi.org/10.5281/zenodo.10037585}.

\printbibliography