Login  Register

Re: repeated measures anova

Posted by Zdaniuk, Bozena-3 on Jul 28, 2011; 10:53pm
URL: http://spssx-discussion.165.s1.nabble.com/repeated-measures-anova-tp4613114p4644519.html

It means that you have six different measures (subscales) measured at 5 time points. This is what SPSS calls " A Doubly Multivariate Analysis of Variance" or, in your case, something like "sextuply" instead of "Doubly". It also means that you have only one within subject factor, the time (or what you call "wave"). So, basically it is as if you measured weight, BP, temp, and three other things, all of them at five different time points. Since you have only one within subject factor (and no btw subject factors) there is no interaction to be tested. In this case your syntax should be:
(if you had measured the same thing under six different "char" conditions then your original syntax would make sense.)
bozena

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=wave 5 Repeated
  /MEASURE= peer honesty selfdev control school home
  /METHOD=SSTYPE(3)
  /PLOT=PROFILE(wave)
  /EMMEANS=TABLES(wave)
  /PRINT=DESCRIPTIVE ETASQ
  /CRITERIA=ALPHA(.05)
  /WSDESIGN=wave.

----- Original Message -----
From: "pjiman1" <[hidden email]>
To: [hidden email]
Sent: Wednesday, July 27, 2011 7:34:32 PM GMT -08:00 US/Canada Pacific
Subject: Re: repeated measures anova

they are six different subscales of the character scale.

out of curiosity, if the study did involve collecting the same measure under
six different conditions, what would be the syntax?

thanks.
pjiman1


--
View this message in context: http://spssx-discussion.1045642.n5.nabble.com/repeated-measures-anova-tp4613114p4641033.html
Sent from the SPSSX Discussion mailing list archive at Nabble.com.

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD