Date: Mon, 16 Jan 2006 09:49:32 -0800
Reply-To: "data _null_;" <datanull@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "data _null_;" <datanull@GMAIL.COM>
Organization: http://groups.google.com
Subject: Re: Why does the Fisher exact test take so long?
In-Reply-To: <1137165368.173996.259550@f14g2000cwb.googlegroups.com>
Content-Type: text/plain; charset="iso-8859-1"
You might want to consider using the OUTPUT statement in PROC FREQ to
get your pvalue statistics instead of ODS OUTPUT. It was a bit faster
in my testing.
Plus you wont have to fiddle with the output data sets so much to get
your variable _PVALUE.
|