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