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 (January 2008, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Sun, 6 Jan 2008 04:41:42 -0800
Reply-To:     RolandRB <rolandberry@HOTMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         RolandRB <rolandberry@HOTMAIL.COM>
Organization: http://groups.google.com
Subject:      %unistats (and %unipvals) updated for adjustment for centre
              effects
Comments: To: sas-l@uga.edu
Content-Type: text/plain; charset=ISO-8859-1

I have updated my %unistats macro (which calls the %unipvals macro) so that you can adjust for centre effects for the PROC GLM call. Only one centre variable can be specified and the model statement will be generated either in this form for the default modelform=short parameter setting:

model response=trtcd centre /ss1 ss2 ss3 ss4;

or for modelform=long as:

model response=trtcd centre centre*trtcd /ss1 ss2 ss3 ss4;

By setting dsmodelanova= you can save the ModelANOVA dataset and so post-process the p-values. You can change errortype=3 to another value if you need to for selecting on p-values.

New versions can be browsed on the "updates" page or downloaded from the download page.

http://www.datasavantconsulting.com/roland/


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