I have a similar questions to this one, where I believe the answer has misunderstood the question (although accepted as answer).
Basically what I have is a study, which I am trying to analyze with SPSS, that has
- 2 independent variables: feedback type (A, B) and difficulty (E, H)
- 1 dependent variable: reaction time
In all cases (AE, AH, BE, BH) tasks have been executed twice (by each subject...within-subjects design) and thus there exist two measurements which are supposed to "strengthen" my data. I.e. dataset looks similar to the following:
ParticipantId, AE_1, AE_2, AH_1, AH_2, BE_1, BE_2, BH_1, BH_2
I was intending to use ANOVA but am a bit unsure about assumed "repeated measures" means the same type of tasks is executed in several variations. While this is partly true for my experiment too, my data includes the repetition of a every single variation too.
I hope you can help me with this matter or point me to the right direction.