Date: Wed, 11 Jul 2001 14:45:44 -0400
Reply-To: "Shilling, Brian [PRI]" <BShillin@PRIUS.JNJ.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Shilling, Brian [PRI]" <BShillin@PRIUS.JNJ.COM>
Subject: Re: BONFERRONI AND SIDAK ADJUSTED p-VALUES
Content-Type: multipart/alternative;
Wow. That is really not alot to go by, but I will give it a shot.
Be sure that the dataset going in has the variable RAW_P on it.
And, the proc syntax should be...
proc multtest pdata=<dataset> sid (for Sidak) bon(bonferroni) hoc
(hochburgs);
<statements>;
run;
note the P before data, otherwise you will get errors;
HTH
Brian
> -----Original Message-----
> From: Carlos Tadeu [SMTP:ctadeu@NOETHER.EX.AC.UK]
> Sent: Friday, July 11, 1997 2:33 PM
> To: SAS-L@LISTSERV.UGA.EDU
> Subject: BONFERRONI AND SIDAK ADJUSTED p-VALUES
>
> Dear SAS-l,
> I am trying to use Bonferroni and Sidak adjusted p-Values using PROC
> MULTTEST. But something is wrong.
> Thanks for any help
> Carlos << File: PROGRAM.TXT >>
[text/html]
|