Dear forum,
I am checking the assumptions for using a multiple regression model. The dependent is a continuous variable. The independent variables are both continuous and dummy variables. Concerning the assumptions. I already checked for outliers. Yet, I am experiencing difficulty with the other assumptions. Perhaps I should use a different model?
When checking for homoskedasticity using the "estat hettest" and "estat imtest, white" commands, I got very different results. The hettest shows that heteroskedasticity is present whereas the imtest, white doest not. The results confuse me about how to continue with my model. Furthermore, I had checked for the normality of the residuals using an sktest and found that my residuals are not normally distributed either. The dependent variable is however close to a normal distribution. if that may help.
Thank you for your time,
Warner
. estat hettest
Breusch-Pagan / Cook-Weisberg test for heteroskedasticity
Ho: Constant variance
Variables: fitted values of Post_ROA
chi2(1) = 13.94
Prob > chi2 = 0.0002
. estat imtest, white
White's test for Ho: homoskedasticity
against Ha: unrestricted heteroskedasticity
chi2(20) = 20.23
Prob > chi2 = 0.4439
Cameron & Trivedi's decomposition of IM-test
---------------------------------------------------
Source | chi2 df p
---------------------+-----------------------------
Heteroskedasticity | 20.23 20 0.4439
Skewness | 8.98 5 0.1099
Kurtosis | 5.87 1 0.0154
---------------------+-----------------------------
Total | 35.08 26 0.1100
---------------------------------------------------
I am checking the assumptions for using a multiple regression model. The dependent is a continuous variable. The independent variables are both continuous and dummy variables. Concerning the assumptions. I already checked for outliers. Yet, I am experiencing difficulty with the other assumptions. Perhaps I should use a different model?
When checking for homoskedasticity using the "estat hettest" and "estat imtest, white" commands, I got very different results. The hettest shows that heteroskedasticity is present whereas the imtest, white doest not. The results confuse me about how to continue with my model. Furthermore, I had checked for the normality of the residuals using an sktest and found that my residuals are not normally distributed either. The dependent variable is however close to a normal distribution. if that may help.
Thank you for your time,

Warner
. estat hettest
Breusch-Pagan / Cook-Weisberg test for heteroskedasticity
Ho: Constant variance
Variables: fitted values of Post_ROA
chi2(1) = 13.94
Prob > chi2 = 0.0002
. estat imtest, white
White's test for Ho: homoskedasticity
against Ha: unrestricted heteroskedasticity
chi2(20) = 20.23
Prob > chi2 = 0.4439
Cameron & Trivedi's decomposition of IM-test
---------------------------------------------------
Source | chi2 df p
---------------------+-----------------------------
Heteroskedasticity | 20.23 20 0.4439
Skewness | 8.98 5 0.1099
Kurtosis | 5.87 1 0.0154
---------------------+-----------------------------
Total | 35.08 26 0.1100
---------------------------------------------------
Comment