Dear Community,
I hope it's the right place to ask this question but I got so many help here that I hope I will find someone who can answer this very BASIC question as I'm still a stata beginner...
So my problem is that I have panel data, I have performed the Hausman test and saw that I should actually use a fixed effects model.
Then I have checked some assumptions that I thought have to be fulfilled with any model I want to use, but now that they are not fulfilled I asked myself:
are these the right assumptions also for a fixed effects model?
and second, if they are the right ones and they are not fulfilled, what can I do then to still be able to use my results?
What I did is the following:
*** 1. deleting outlierst that influence my data
I did avplots and deleted outliers that I saw where influencing my data, as a basis for this I performed a normal OLS regression with all variables I want to use in my final regression
*** 2. Checking Normality of Residuals
I did an xtreg regression (fixed effects) and performed:
predict rs
kdensity rs, normal
pnorm rs
swilk rs
*I saw that the residuals are not normal distributed
***3. Homoscedasticity tests
I did performa a normal regression with all variables I want to use as a basis and then performed:
rvfplot, yline(0) // --- negative linear pattern
estat imtest, white
estat hettest //--- Breusch-Pagan test indicates that we cannot accept the constant variance assumption
*I saw that there is homoscedasticity in the data
*4. Multicollinearity
vif
*seems to be Okay
so can I still use my data or do you know any method that allows be to get normal distributed residuals and data without homoscedasticity?
Thank you so much in advance!!!
Btw: I googled all this before but really, the answers in other forums are a bit confusing for me and I still don't know what to do that's why this is my last hope.
Best
Lisa
I hope it's the right place to ask this question but I got so many help here that I hope I will find someone who can answer this very BASIC question as I'm still a stata beginner...
So my problem is that I have panel data, I have performed the Hausman test and saw that I should actually use a fixed effects model.
Then I have checked some assumptions that I thought have to be fulfilled with any model I want to use, but now that they are not fulfilled I asked myself:
are these the right assumptions also for a fixed effects model?
and second, if they are the right ones and they are not fulfilled, what can I do then to still be able to use my results?
What I did is the following:
*** 1. deleting outlierst that influence my data
I did avplots and deleted outliers that I saw where influencing my data, as a basis for this I performed a normal OLS regression with all variables I want to use in my final regression
*** 2. Checking Normality of Residuals
I did an xtreg regression (fixed effects) and performed:
predict rs
kdensity rs, normal
pnorm rs
swilk rs
*I saw that the residuals are not normal distributed
***3. Homoscedasticity tests
I did performa a normal regression with all variables I want to use as a basis and then performed:
rvfplot, yline(0) // --- negative linear pattern
estat imtest, white
estat hettest //--- Breusch-Pagan test indicates that we cannot accept the constant variance assumption
*I saw that there is homoscedasticity in the data
*4. Multicollinearity
vif
*seems to be Okay
so can I still use my data or do you know any method that allows be to get normal distributed residuals and data without homoscedasticity?
Thank you so much in advance!!!
Btw: I googled all this before but really, the answers in other forums are a bit confusing for me and I still don't know what to do that's why this is my last hope.
Best
Lisa
Comment