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...

Full description

Saved in:
Bibliographic Details
Main Authors: Sin, Yin Teh, Ahad, Nor Aishah, Othman, Abdul Rahman
Format: Conference or Workshop Item
Published: 2013
Subjects:
Online Access:http://repo.uum.edu.my/19062/
http://doi.org/10.1063/1.4801276
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Universiti Utara Malaysia
Description
Summary: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.