Hi All,
I would like to get help on a multivariate regression that I am running on a panel data set. I'm doing a research on the effect of shareholder activism on firm performance. I run a multivariate regression with dependent variable ROA and independent variable a dummy for target and several control variables. However, the outcomes of my regression are unusual. According to my professor are the independent variables to significant and this is a problem. I am struggeling with where it went wrong and I would like to get some advice on the steps that I might have forgotten. I ran the following tests, see attachment for results:
1) Test for non-normality
sfrancia
2) I find non-normality and winsor the data at the 10% level. The data is still not nonmally distributed after but looks better
winsor2
sfrancia
3) use Hausman test and find fixed effects should be used
xtreg ROA Target logMV BVMV Lev, fe
estimates store fixed
xtreg ROA Target logMV BVMV Lev, re
estimates store random
hausman fixed random
4) I check if there are time-fixed effects and find there are
xtreg ROA Target logMV BVMV Lev i.Year, fe
testparm i.Year
5) I perform a Wald test for heteroskedasticity and control accordinlgy with robust
xttest3
6) I test for serial correlation performing a Woolridge test and find there is -> vce()
xtserial
7) Latstly, I check for multicolinearity -> no
vif
8) I perform a regression using xtreg fe vce(robust)

According to my professor the results on the regression are too significant and he worries that something is wrong. I don't understand why it is a problem that the data is significant?
I wonder if someone could see if I made a mistake or forgot a specific test.
Help would be appreciated!! Thanks in advance
Kind regards, Marijke
I would like to get help on a multivariate regression that I am running on a panel data set. I'm doing a research on the effect of shareholder activism on firm performance. I run a multivariate regression with dependent variable ROA and independent variable a dummy for target and several control variables. However, the outcomes of my regression are unusual. According to my professor are the independent variables to significant and this is a problem. I am struggeling with where it went wrong and I would like to get some advice on the steps that I might have forgotten. I ran the following tests, see attachment for results:
1) Test for non-normality
sfrancia
2) I find non-normality and winsor the data at the 10% level. The data is still not nonmally distributed after but looks better
winsor2
sfrancia
3) use Hausman test and find fixed effects should be used
xtreg ROA Target logMV BVMV Lev, fe
estimates store fixed
xtreg ROA Target logMV BVMV Lev, re
estimates store random
hausman fixed random
4) I check if there are time-fixed effects and find there are
xtreg ROA Target logMV BVMV Lev i.Year, fe
testparm i.Year
5) I perform a Wald test for heteroskedasticity and control accordinlgy with robust
xttest3
6) I test for serial correlation performing a Woolridge test and find there is -> vce()
xtserial
7) Latstly, I check for multicolinearity -> no
vif
8) I perform a regression using xtreg fe vce(robust)
According to my professor the results on the regression are too significant and he worries that something is wrong. I don't understand why it is a problem that the data is significant?
I wonder if someone could see if I made a mistake or forgot a specific test.
Help would be appreciated!! Thanks in advance
Kind regards, Marijke
Comment