Date: Tue, 15 Apr 2003 15:14:19 -0400
Reply-To: Jay Weedon <jweedon@EARTHLINK.NET>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Jay Weedon <jweedon@EARTHLINK.NET>
Organization: http://extra.newsguy.com
Subject: Re: Chi-square and Fisher Exact Test
Content-Type: text/plain; charset=us-ascii
On 15 Apr 03 02:12:24 GMT, donsas99@HOTMAIL.COM (Don Smith) wrote:
>Hi Sas-Lers:
>
>I'm using PROC FREQ to do a chi-square test for a 2x2 contingency table.
>Does anyone have a macro (and is willing to share it) that will pick up the
>appropriate p-value, that is, it pick's up the Fisher Exact Test result,
>whenever, it's appropriate?
What does that mean, "pick up the appropriate p-value"? Do you want to
store the p-value in a dataset? In which case use an ODS OUTPUT
command.
JW
|