I am new to Stata so my apologies for any inconvenience regarding the standard structure of Stata Posts.
I have performed some regressions (OLS & Fixed effects) based on different groups for example:
OLS:
by SG, sort : regress lnMFP downturn##Zombie recovery##Zombie
FE:
by SG, sort : xtreg lnMFP downturn##Zombie recovery##Zombie, fe
Where SG stands for Size Group: large firms have received the dummy 1 and small firms have received the dummy 0.
My data is panel data where I have for every company each year observations.
I would like to know whether the coefficients are significantly different for the different regressions and the different size groups.
Is there some code that I could apply to know this in Stata?
Thank you very much for your time and help. If something is not clear, please let me know.
I have performed some regressions (OLS & Fixed effects) based on different groups for example:
OLS:
by SG, sort : regress lnMFP downturn##Zombie recovery##Zombie
FE:
by SG, sort : xtreg lnMFP downturn##Zombie recovery##Zombie, fe
Where SG stands for Size Group: large firms have received the dummy 1 and small firms have received the dummy 0.
My data is panel data where I have for every company each year observations.
I would like to know whether the coefficients are significantly different for the different regressions and the different size groups.
Is there some code that I could apply to know this in Stata?
Thank you very much for your time and help. If something is not clear, please let me know.
Comment