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 (January 2006, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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?
Comments: To: sas-l@uga.edu
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.


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