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
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/