LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (August 2002, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 26 Aug 2002 10:35:29 -0400
Reply-To:     Doc Muhlbaier <lawrence.muhlbaier@DUKE.EDU>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Doc Muhlbaier <lawrence.muhlbaier@DUKE.EDU>
Organization: Duke University, Durham, NC, USA
Subject:      Re: lilliefors test

Doug,

The Lillefors test is a special case of the Kolmogorov-Smirnov test and available in the NORMAL option of PROC UNIVARIATE.

In general, it is not a very powerful test, so if it does not reject, that is not very strong evidence that the data are normally distributed.

Doc

"Doug" <queanbeyan@hotmail.com> wrote in message news:3d6a19ed@dnews.tpgi.com.au... > Hi > > Could someone please tell me how I can carry out a lilliefors test in SAS. > I need to check some residuals from a proc glm for normality. I know that I > can do a normal plot in univariate - but I can't find any information about > lilliefors in SAS Stat. > > Is the test simply the same as the kolmogorov-smirnov for normal > distribution, and if so is it simply a matter of rejecting the hypothesis of > normality if the p-value is less than alpha? > > Doug > >


Back to: Top of message | Previous page | Main SAS-L page