Participants performed a tasks with a 2x2 design. Each trial was either correct or incorrectly answers and reaction times were measured.
Each condition contained multiple trials.
In order to maintain the data provided by the multiple trials I'm running a linear mixed model rather than repeated measures. Additionally I would like to include correct/incorrect as a factor rather than covariate since I'm expecting a strong 3 way interaction.
The model looks like this:
Subjects: Subjects
Repeated: TrialNumber
Dependent Var: ReactionTime
Factors: Condition A, Condition B, Correctness
Fixed: Full factorial of all conditions (since It's the 3 way interaction I'm after).
Random: Empty
Am I running this correctly? It feels like I'm missing something, I'm just not sure what.