I am following Stata package to run the did_imputation of Borusyak,2021 in using the DiD imputation estimator
The normal DiD estimator in their regression is
did_imputation Y i t Ei [if] [in] [estimation weights] [, options]
where
Y outcome variable
i variable for unique unit id
t variable for calendar period
Ei variable for unit-specific date of treatment (missing = never-treated)
In triple diffs, they define that
22) Triple-diffs:
When observations are defined by i,g,t when, say, i are counties and g are age groups, specify a variable ig identifying the (i,g) pairs as the unit identifier, add appropriate
FEs, and choose your clustering level, e.g.:
. did_imputation Y ig t Eig, fe(ig i#t g#t) cluster(i) ...
Note that the event time Eig should be specific to the i,g pairs, not to the i. For instance, Eig is missing for a never-treated age group in a county where other groups are
treated at some point.
I am wondering the difference here is the difference of one subsample from another subsample or the difference of one subsample from the whole sample? Saying for an example, in my research, i is firm and g is developed and developing countries. So when using this approach, the tau retrieved from the regression is the difference between developed and developing countries or the difference between developed countries compared to the whole sample.
Related Posts with Asking for the explanation of the result of DDD ?
Event study versus difference-in-difference.Dear All, I am trying to evaluate the impact of a treatment using difference-in-difference and even…
How to create individual panel data through merging two cross sectionsHello All I am in need of desperate help regarding my model. I have cross-section data done for two …
how to deal with '' xthenreg'' for dynamic threshold modelsDear all Finally we get the stata' command to deal with the endogeneity issue for threshold model, …
Plotting multiple bar graphs with CII want to plot crude and age-adjusted rates with CI on a single graph. I'm using the following code …
Export matrix to excel. How to asign rows on a loopHello, I'm estimating a model where I have 74,000 equations, and I want to export the estimators to…
Subscribe to:
Post Comments (Atom)
0 Response to Asking for the explanation of the result of DDD ?
Post a Comment