A SAS program to assess the sensitivity of normality tests on non-normal data

In many statistical analyses, the data is usually assumed to be approximately normal or normally distributed. Unfortunately, not all data can be assumed normal in real life.To assess the normality of the data, there are four statistical tests, i.e. the Kolmogorov-Smirnov test, the Anderson-Darling t...

وصف كامل

محفوظ في:
التفاصيل البيبلوغرافية
المؤلفون الرئيسيون: Sin, Yin Teh, Ahad, Nor Aishah, Othman, Abdul Rahman
التنسيق: Conference or Workshop Item
منشور في: 2013
الموضوعات:
الوصول للمادة أونلاين:http://repo.uum.edu.my/19062/
http://doi.org/10.1063/1.4801276
الوسوم: إضافة وسم
لا توجد وسوم, كن أول من يضع وسما على هذه التسجيلة!
الوصف
الملخص:In many statistical analyses, the data is usually assumed to be approximately normal or normally distributed. Unfortunately, not all data can be assumed normal in real life.To assess the normality of the data, there are four statistical tests, i.e. the Kolmogorov-Smirnov test, the Anderson-Darling test, the Cramer-von Mises test, and the Shapiro-Wilk test that are extensively used by practitioners.The general purpose of this article is to provide a demonstration of Base SAS programming codes of DATA STEP, PROC UNIVARIATE, PROC MEANS and SAS functions to evaluate the performance of the above mentioned tests, under various spectrums of non-normal distributions and different sample sizes.Another important goal is to help researchers adapt these codes to perform similar analyses for other non-normal distributions or other normality tests.This is to encourage the researchers to check the sensitivity of the normality tests before they implement any test that requires assumption of normality.