Date: Wed, 26 Apr 2000 10:28:21 -0700
Reply-To: Philip Whittall <philip.whittallNOphSPAM@UNILEVER.COM.INVALID>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Philip Whittall <philip.whittallNOphSPAM@UNILEVER.COM.INVALID>
Organization: http://www.remarq.com: The World's Usenet/Discussions Start Here
Subject: Re: newbie: Contrast for Bonferroni
Dear Albert,
I think that the coding in GLM is to
set the last level to be 0. Using /SOLUTION on
the Model statement spells it out. So ...
CONTRAST '1 VS 2' DX 1 -1 0;
CONTRAST '1 VS 3' DX 1 0 -1;
CONTRAST '2 VS 3' DX 0 1 -1;
Gives all 3, and the statistics in solution
should confirm the last 2 as 1 vs 3 is the same
as testing that the 1st level is 0 etc.
Hope this is right,
Philip
* Sent from AltaVista http://www.altavista.com Where you can also find related Web Pages, Images, Audios, Videos, News, and Shopping. Smart is Beautiful
|