LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (July 2001, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: Carlos Tadeu <ctadeu@NOETHER.EX.AC.UK>
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]


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