Dear all. I have a dataset with n>1800.
I am trying to determine if my data is not normal distributed.
I have performed the following:
1. regress var1
2. predict sdres, rstandard
3. predict fit
4. hist sdres, normal freq
5. qnorm sdres
I was in doubt about the histogram and qq-plot and I decided to use skewness and kurtosis to determine if my data could be discarded as normal hereby:
summarize sdres, detail
(Kurtosis 2.524735)
(Skewness -.5102313)
The litterature seems inconclusive about these values and I have found a suggestion on researchgate forum that the Kurtosis/SEkurtosis and the skewness/SEskew should be < 1.96 to have normal distributed data, but I have not found a way to get the SE values for skewness and kurtosis?
So, can I make the assumption that my data as normal distributed data or should I reject the assumption? If so, how do I put a value on this?
I hope you can help me
I am trying to determine if my data is not normal distributed.
I have performed the following:
1. regress var1
2. predict sdres, rstandard
3. predict fit
4. hist sdres, normal freq
5. qnorm sdres
I was in doubt about the histogram and qq-plot and I decided to use skewness and kurtosis to determine if my data could be discarded as normal hereby:
summarize sdres, detail
(Kurtosis 2.524735)
(Skewness -.5102313)
The litterature seems inconclusive about these values and I have found a suggestion on researchgate forum that the Kurtosis/SEkurtosis and the skewness/SEskew should be < 1.96 to have normal distributed data, but I have not found a way to get the SE values for skewness and kurtosis?
So, can I make the assumption that my data as normal distributed data or should I reject the assumption? If so, how do I put a value on this?
I hope you can help me

Comment