Hello! I run the skewness and kurtosis test as well as Shapiro-Wilk normality test and they both rejected my null hypothesis that my residuals are normal as shown below. I am a bit unsure how should I take this into consideration for my regression analysis? Thank you in advance!
Code:
sktest Residuals Skewness/Kurtosis tests for Normality ------- joint ------ Variable | Obs Pr(Skewness) Pr(Kurtosis) adj chi2(2) Prob>chi2 -------------+--------------------------------------------------------------- Residuals | 2.5e+03 0.0000 0.0000 . . . swilk Residuals Shapiro-Wilk W test for normal data Variable | Obs W V z Prob>z -------------+-------------------------------------------------- Residuals | 2477 0.61306 557.318 16.209 0.00000
Comment