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