Hello everyone!
I hope you are all doing well.
I am running a DiD estimation for my thesis on the impact of emigration on electoral outcomes using the implementation of postal voting for emigrants as an exogenous shock. This is my STATA code:
reghdfe share_turnout i.post##c.perc_emig_2001, absorb(provincia nregione#year) cluster(provincia)
where my outcome variable is the voter turnout share. My interaction term is the binary variable (post=1 if year>=2001) and the continuous share of emigrants in a certain province in 2001. My fixed effects are the region*time FE and the provincial fixed effect. My errors are clustered at the province level.
I would like to insert the destinations of my emigrants, i.e. the percentage that went to the north and the south of the world to see if the effect changes. How can I do it on STATA?
Thanks!
Margherita
I hope you are all doing well.
I am running a DiD estimation for my thesis on the impact of emigration on electoral outcomes using the implementation of postal voting for emigrants as an exogenous shock. This is my STATA code:
reghdfe share_turnout i.post##c.perc_emig_2001, absorb(provincia nregione#year) cluster(provincia)
where my outcome variable is the voter turnout share. My interaction term is the binary variable (post=1 if year>=2001) and the continuous share of emigrants in a certain province in 2001. My fixed effects are the region*time FE and the provincial fixed effect. My errors are clustered at the province level.
I would like to insert the destinations of my emigrants, i.e. the percentage that went to the north and the south of the world to see if the effect changes. How can I do it on STATA?
Thanks!
Margherita