Dear All,
I have micro data at firm level.
I am looking to the impact of migration on firm-level productivity. I am just wondering what's the intuition behind modeling and trying to quantify the impact based on Case 1 and case 2.
When should I add treatment as a seperate regressor?
Many thanks in advance,
Nazlı
***Post Treatment Period:
gen Time=1 if year>2002
replace Time=0 if year<2003
**Interaction term:
gen TT=Time*Treatment
Case 1:
reg lnlp Treatment TT i.year
reg lnlp TT i.year
Case 2:
reg lnlp Treatment TT i.year labourforecgrowth(city level)
reg lnlp TT i.year labourforecgrowth(city level)
Related Posts with Deciding on difference in difference specification
kountry commandHi all, I'm trying to generate iso2 codes for all countries (typed out manually) and I have been tol…
kountry commandHi all, I'm trying to generate iso2 codes for all countries (typed out manually) and I have been tol…
Reshaping long to wide data with multiple unique identifier in a data setDear all, I faced a problem while using reshape command for my data. reshape wide time_from time_t…
Creating table with many simple linear regression (regress) outputsHello. This is my first post here so please feel free to give suggestions on how to format the post,…
How to forecast or estimate missing data?Regards! I would like to know if there is a quick way to estimate (or forecast) missing data? I am u…
Subscribe to:
Post Comments (Atom)
0 Response to Deciding on difference in difference specification
Post a Comment