Login  Register

Re: post hoc test on interaction SPSS 13.0

Posted by Edward Boadi on Jun 28, 2006; 9:37pm
URL: http://spssx-discussion.165.s1.nabble.com/post-hoc-test-on-interaction-SPSS-13-0-tp1069401p1069405.html

Try This :

GLM Y BY X1 x2
/EMMEANS = TABLES(X1*X2) COMPARE(X1)
/DESIGN.

The output of this includes a parwise comparison table for the dependent variable Y.

Regards.
Edward

-----Original Message-----
From: SPSSX(r) Discussion [mailto:[hidden email]]On Behalf Of
Sebastien
Sent: Wednesday, June 28, 2006 1:58 PM
To: [hidden email]
Subject: Re: post hoc test on interaction SPSS 13.0


How can I use the /EMMEANS = TABLES(A*B) COMPARE (A) subcommand? I have
used SPSS for only few weeks and I know nothing about syntax.