In my research, I aim to evaluate the impact of Uber's market entry on various labor market variables in Brazil. My panel data is on a quarterly basis, encompassing labor market information for individuals across several Brazilian capitals. Moreover, I possess the specific dates when Uber commenced operations in these cities (totaling 27).
I intend to apply a dynamic difference-in-differences methodology, correlating my variable of interest with the interaction of each time period and a dummy variable representing Uber's entry.
My model also integrates covariates at both individual and city levels—I am open to elaborating on these covariates if needed. For fixed effects, I've incorporated time and city-specific factors. However, when executing the model, it omits multiple time periods preceding Uber's introduction. This issue is significant for my analysis because I rely on the estimators from these pre-entry periods to substantiate the presence of parallel trends.
Here's the code i used for the regression:
I seek to confirm whether the general structure of my model is sound and whether the nuanced decisions I've made are effective.
If needed, i can elaborate further in the code. Thanks in advance, everyone
I intend to apply a dynamic difference-in-differences methodology, correlating my variable of interest with the interaction of each time period and a dummy variable representing Uber's entry.
My model also integrates covariates at both individual and city levels—I am open to elaborating on these covariates if needed. For fixed effects, I've incorporated time and city-specific factors. However, when executing the model, it omits multiple time periods preceding Uber's introduction. This issue is significant for my analysis because I rely on the estimators from these pre-entry periods to substantiate the presence of parallel trends.
Here's the code i used for the regression:
Code:
xtreg income i.period##i.entry_uberx_dummy /// V2007 V2009 V2010 VD3004 VD3005 V1022 VD4012 /// individuals covariates smartphone_density car_quantity_pc unemp_rate traffic_deaths govt_transport_expenditure, fe /// cities covariates
If needed, i can elaborate further in the code. Thanks in advance, everyone
Comment