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 ?
Save results from the first stage in ivprobitHello! I am doing : ivprobit any $GR_geo ( gdp_perc = $x_eco $x_eco_lag_1 ), twostep first estimate…
ineqdec0, missing values and error in loopHi everyone, I am trying to export a large number of descriptive statistics on household income by c…
gllamm, ... thresh() to model continuation-ratio logit model (seqlogit with random terms)Dear all, I am trying to fit a continuation-ratio logit model in a multi-level context. I have an o…
graph quadratic relationship with binary moderatorHey everybody, I found the following graph in a paper and would like to recreate the exact same gra…
Generalized linear models interpretationsI have variable two dependent “total bone density “which measured in cm3 and “bone density percentag…
Subscribe to:
Post Comments (Atom)
0 Response to Asking for the explanation of the result of DDD ?
Post a Comment