LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (August 2004, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 30 Aug 2004 22:54:22 -0400
Reply-To:     "Chang Y. Chung" <chang_y_chung@HOTMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Chang Y. Chung" <chang_y_chung@HOTMAIL.COM>
Subject:      Re: Is there a PROC procedure to check the distribution of data?
Comments: To: Serena Cao <sastat01@YAHOO.COM>

On Mon, 30 Aug 2004 22:02:05 -0400, Serena Cao <sastat01@YAHOO.COM> wrote:

>Hi SAS users, > >I was wondering if there is a PROC procedure to check the distribution of >data? Such as goodness-of-fit test? Any suggestion is highly appreciated!

Hi, Serena,

PROC UNIVARIATE has an option, NORMAL, which does the Kolmogorov-Smirnov and other tests. It also has QQPLOT statement with various distribution options. HTH.

Cheers, Chang


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