Dear all,
after running -xttest0- and -hausman- I decided to use a fixed effects model for my regression, but I'm not sure if that was the right approach. If so, how do I interpret the coefficients?
See here my code and Stata outputs:
Many thanks in advance for your help!
after running -xttest0- and -hausman- I decided to use a fixed effects model for my regression, but I'm not sure if that was the right approach. If so, how do I interpret the coefficients?
See here my code and Stata outputs:
Code:
xtset c_id year quietly xtreg esg_score genderratio lnpower $Controls $year_FE, re xttest0
Code:
quietly xtreg esg_score genderratio lnpower $Controls $year_FE, fe estimates store fixed quietly xtreg esg_score genderratio lnpower $Controls $year_FE, re estimates store random hausman fixed random
Code:
xtreg esg_score genderratio lnpower stdgenderratioXpower $Controls $year_FE, fe robust
Many thanks in advance for your help!
