Hi All,
I'm running a three way panel regression. The three panels are country, year and technology.
My two independent variables are both dummy. Trying to investigate how the interaction of these two affect the dependent variable.
I have run the following code:
reg Y i.X1##i.X2 i.techID#i.year i.countryID#i.year,r cl(countryID)
However, the estimation results are completely different when i include country*year FE first. That is when I run the code,
reg Y i.X1##i.X2 i.countryID#i.year i.techID#i.year ,r cl(countryID)
Appreciate if someone can help with this issue.
Thanks.
DN Jay
I'm running a three way panel regression. The three panels are country, year and technology.
My two independent variables are both dummy. Trying to investigate how the interaction of these two affect the dependent variable.
I have run the following code:
reg Y i.X1##i.X2 i.techID#i.year i.countryID#i.year,r cl(countryID)
However, the estimation results are completely different when i include country*year FE first. That is when I run the code,
reg Y i.X1##i.X2 i.countryID#i.year i.techID#i.year ,r cl(countryID)
Appreciate if someone can help with this issue.
Thanks.
DN Jay
Comment