In my research I try to explain the height of capex/sales by CEO overconfidence (a dummy variable) and various controls. I use a panel dataset containing 259 firms over a period of 11 years.
I started with the hausman test to check whether random effects was an appropriate test, it wasn't (in finance it almost never is to my understanding)
I then went on with a fixed effect analysis (using the stata command: xtreg , fe) but the results were very insignificant (Using pooled-OLS I find significance at 1% or better, yes I told stata its panel before I used the regress command). I Then expected to find very significant results when conducting the between effect analysis (using the stata command: xtreg ,be), because the output from the OLS regression should be driven by at least one (within or/and between effects). However the output of the between effects was also insignificant.
So, I find significance at 1% or better using OLS in where I capture both within and between effects. But when analyzing them separately, I find no effect at all.
I tried clustering on company id and used robust commands.
To check whether fixed effect regression did not work I also tried the least square dummy approach (having dummies for every firm). This of course gave the exact same output as the xtreg, fe command.
Checking the internet, overall fixed effects is preferred over pooled OLS (I also performed a hausman test to check whether random effects could be used as well). However I read some papers stating that when the independent variables changes slowly over time (as is overconfidence) fixed effects can fail to detect significance while it is there.
To wrap up:
1) can I use pooled OLS?
2) is there something wrong with my analysis: significance with pooled OLS, no significance with both between as within.
3) what kind of tests/commands can I use to check this.
I started with the hausman test to check whether random effects was an appropriate test, it wasn't (in finance it almost never is to my understanding)
I then went on with a fixed effect analysis (using the stata command: xtreg , fe) but the results were very insignificant (Using pooled-OLS I find significance at 1% or better, yes I told stata its panel before I used the regress command). I Then expected to find very significant results when conducting the between effect analysis (using the stata command: xtreg ,be), because the output from the OLS regression should be driven by at least one (within or/and between effects). However the output of the between effects was also insignificant.
So, I find significance at 1% or better using OLS in where I capture both within and between effects. But when analyzing them separately, I find no effect at all.
I tried clustering on company id and used robust commands.
To check whether fixed effect regression did not work I also tried the least square dummy approach (having dummies for every firm). This of course gave the exact same output as the xtreg, fe command.
Checking the internet, overall fixed effects is preferred over pooled OLS (I also performed a hausman test to check whether random effects could be used as well). However I read some papers stating that when the independent variables changes slowly over time (as is overconfidence) fixed effects can fail to detect significance while it is there.
To wrap up:
1) can I use pooled OLS?
2) is there something wrong with my analysis: significance with pooled OLS, no significance with both between as within.
3) what kind of tests/commands can I use to check this.
Comment