Date: Fri, 8 Apr 2005 21:13:57 +1000
Reply-To: Bob Green <bgreen@dyson.brisnet.org.au>
Sender: "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From: Bob Green <bgreen@dyson.brisnet.org.au>
Subject: POST HOC syntax & UNIANOVA
Content-Type: text/plain; charset="us-ascii"; format=flowed
The help file describes the option of requesting post hoc tests with the
UNIANOVA command. However, my attempts to do this have not been
successful. I would appreciate advice regarding whether I can include a
SCHEFFE test in the analysis below and if so, what syntax is required.
Thanks
Bob Green
UNIANOVA
avdayamt BY dkscore group
/METHOD = SSTYPE(3)
/INTERCEPT = INCLUDE
/PLOT = PROFILE( dkscore*group )
/EMMEANS = TABLES(OVERALL)
/EMMEANS = TABLES(dkscore)
/EMMEANS = TABLES(group)
/EMMEANS = TABLES(dkscore*group)
/PRINT = DESCRIPTIVE ETASQ OPOWER HOMOGENEITY
/CRITERIA = ALPHA(.05)
/DESIGN = dkscore group dkscore*group .
|