Hello, I'm a student of a master in applied economics. The problem I come to you with is that I am trying to replicate an analysis methodology from a paper but I do not understand how I can insert a model element within the analysis:
ln(Mkjt) = α_{jt} + U_{kjt}γ + λ_{kt} + H_j ∗ t + ε_{kjt}.
Whereas this is a model for examining the effect of the unemployment rate on the mortality rate, where k denotes the different causes of death, j denotes the provinces and t denotes time. The problem I encountered in the analysis on stata is on how to fit the province-specific linear trend represented by H_j * t, into the analysis on Stata. In addition to it, during the analysis within the paper it is confirmed that the analysis is also controlled for fixed effect years and fixed effect provinces, in addition to the province specific linear trend. I did in this way:
reg ln_Mortality_Rate Unemployment_rate i.num_id##c.years i.years i.num_id, vce(robust).
Where num_id is the id of the provinces.
I'm not sure if it is correct, because i used the same command for all of the cause of deahts and the results are not statistically significant, and this is a problem. Can someone help me?
ln(Mkjt) = α_{jt} + U_{kjt}γ + λ_{kt} + H_j ∗ t + ε_{kjt}.
Whereas this is a model for examining the effect of the unemployment rate on the mortality rate, where k denotes the different causes of death, j denotes the provinces and t denotes time. The problem I encountered in the analysis on stata is on how to fit the province-specific linear trend represented by H_j * t, into the analysis on Stata. In addition to it, during the analysis within the paper it is confirmed that the analysis is also controlled for fixed effect years and fixed effect provinces, in addition to the province specific linear trend. I did in this way:
reg ln_Mortality_Rate Unemployment_rate i.num_id##c.years i.years i.num_id, vce(robust).
Where num_id is the id of the provinces.
I'm not sure if it is correct, because i used the same command for all of the cause of deahts and the results are not statistically significant, and this is a problem. Can someone help me?
Comment