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 (April 2000, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


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