Hello everyone,
I am quite new to Stata and Statalist.
I am doing my thesis and now I need to run my regression. However, it is an OLS regression so I need to perform several tests: Linearity, Normality, Homoskedasticity, independence, multicollineairty and no outliers.
I performed the Hausman Test to find whether I need to use Fixed effects or Random effects and now I have the following regressions:
xtreg cumlret0to10 cash incentive dual c.cash#i.dual c.incentive#i.dual gen educ age for ten size lev sales roa mtb, re
reghdfe cumlret0to60 cash incentive dual c.cash#i.dual c.incentive#i.dual gen educ age for ten size lev sales roa mtb, absorb(isin time)
my fixed effects will be company and time fixed effects.
However now my question is, how do I check for the OLS assumptions? In every example people are using regress instead of xtreg or regdfhe, is there a way to do this? or should I check for the OLS assumptions using regress without the Hausman Test and do the Hausman test only after I have checked the OLS assumptions?
I hop to hear from you and thank you in advance.
Kind regards, Joëlle
I am quite new to Stata and Statalist.
I am doing my thesis and now I need to run my regression. However, it is an OLS regression so I need to perform several tests: Linearity, Normality, Homoskedasticity, independence, multicollineairty and no outliers.
I performed the Hausman Test to find whether I need to use Fixed effects or Random effects and now I have the following regressions:
xtreg cumlret0to10 cash incentive dual c.cash#i.dual c.incentive#i.dual gen educ age for ten size lev sales roa mtb, re
reghdfe cumlret0to60 cash incentive dual c.cash#i.dual c.incentive#i.dual gen educ age for ten size lev sales roa mtb, absorb(isin time)
my fixed effects will be company and time fixed effects.
However now my question is, how do I check for the OLS assumptions? In every example people are using regress instead of xtreg or regdfhe, is there a way to do this? or should I check for the OLS assumptions using regress without the Hausman Test and do the Hausman test only after I have checked the OLS assumptions?
I hop to hear from you and thank you in advance.
Kind regards, Joëlle
Comment