Diff for "FAQ/SimpleEffs" - CBU statistics Wiki
location: Diff for "FAQ/SimpleEffs"
Differences between revisions 1 and 2
Revision 1 as of 2006-08-22 15:12:37
Size: 1008
Editor: PeterWatson
Comment:
Revision 2 as of 2006-08-22 15:13:36
Size: 1009
Editor: PeterWatson
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
The WITHIN term above is the error term from fitting the full factorial model (b, c and the interaction b x c and is recommended as the error term in simple effects involving only between subjects factors (Boniface, 1995, p.155). The WITHIN term above is the error term from fitting the full factorial model (b, c and the interaction b x c) and is recommended as the error term in simple effects involving only between subjects factors (Boniface, 1995, p.155).

You have done a repeated measures analysis in SPSS and find you have an interaction. In order to interpret this interaction you can analyse components of the interaction known as simple effects. Analysis of simple effects in a repeated measures design is only available using syntax. This syntax is described and illustrated at http://www.utexas.edu/cc/faqs/stat/spss/spss50.html

Simple effects for a between subjects analysis may be performed using syntax with the MANOVA procedure. For example for comparing the two y means of factor b at level 1 of factor c we run

MANOVA Y BY b(1,2) c(1,3)
 /DESIGN b WITHIN c(1) VS WITHIN.

The WITHIN term above is the error term from fitting the full factorial model (b, c and the interaction b x c) and is recommended as the error term in simple effects involving only between subjects factors (Boniface, 1995, p.155).

Boniface, DR (1995) Experiment design and statistical methods for behavioural and social research. Chapman and Hall:London.

None: FAQ/SimpleEffs (last edited 2016-05-04 09:38:25 by PeterWatson)