Skip to main content
. Author manuscript; available in PMC: 2010 Jan 6.
Published in final edited form as: Int J Knowl Eng Soft Data Paradig. 2009 Jan 1;1(1):40–48. doi: 10.1504/IJKESDP.2009.021983
Title “Power calculations: Step 2”;
ods output contrasts=contrasts;
proc mixed data=dt noprofile;
class grp;
weight wght;
model y=grp;
parms (36)/ noiter;
contrast “grp” grp 1 −1 ;
quit;
ods output close;