I have a 3x2x2 repeated measure model and would like to run repeated measure ANOVA with Stata. I found the effect of the model through nesting A (electrodes: 3 levels) within B (hemi: 2 levels) within C (trial: 2 levels) (all repeated factors) and entered the condition (2 levels) as a between factor in general linear model in SPSS. I took a screen shot of what my model would look like. I would like to replicate the same model with Stata, but I keep receiving an error message. This is the code I used and the error message I got.
Can someone please help me to get this code right? I wouldl ike to see the main effect and the interaction effect of within subjects design, which is trial, hemi, electrodes, trial*hemi, trial*electrode, hemi*electrode, trial*hemi*electrodes.
. anova alpha electrodes| hemi| trial, repeated(electrodes hemi trial) bse(condition)
term not in model
r(147)
Can someone please help me to get this code right? I wouldl ike to see the main effect and the interaction effect of within subjects design, which is trial, hemi, electrodes, trial*hemi, trial*electrode, hemi*electrode, trial*hemi*electrodes.
. anova alpha electrodes| hemi| trial, repeated(electrodes hemi trial) bse(condition)
term not in model
r(147)
Comment