Re: repeated measures anova
Posted by pjiman1 on Jul 26, 2011; 2:58pm
URL: http://spssx-discussion.165.s1.nabble.com/repeated-measures-anova-tp4613114p4635111.html
I clarified the design with mn teds. He wanted a doubly repeated measures anova. Here's the syntax and the output was what he needed.
my question is now: is there a syntax command to obtain the output tests of time effect for each scale? If I can't obtain that output, then I'll conduct 6 individual repeated ANOVAs for each of the 6 variables and report the time effect for each one.
pjiman1
GLM S1_peer S2_peer S3_peer S4_peer S5_peer
S1_honesty S2_honesty S3_honesty S4_honesty S5_honesty
S1_selfdev S2_selfdev S3_selfdev S4_selfdev S5_selfdev
S1_Control S2_Control S3_Control S4_Control S5_Control
S1_School S2_School S3_School S4_School S5_School
S1_Home S2_Home S3_Home S4_Home S5_Home
/WSFACTOR=char 6 Polynomial wave 5 Polynomial
/METHOD=SSTYPE(3)
/PLOT=PROFILE(wave*char)
/EMMEANS=TABLES(char)
/EMMEANS=TABLES(wave)
/EMMEANS=TABLES(char*wave) compare(char)
/PRINT=DESCRIPTIVE ETASQ
/CRITERIA=ALPHA(.05)
/WSDESIGN=char wave char*wave.