Closed AlexPleger closed 7 months ago
I agree with your first suggestion: first calculate within-subject and within-task means, then submit only these means to ANOVA. While this may indeed lose a bit of information, the final results will likely be unaffected by this approach. One way to check is to produce results for the following situations:
The results will change numerically (i.e. F-values, critical thresholds and p-values), but these numerical changes will likely be small. If the changes have no qualitative effect on the interpretations then this would be encouraging to know that the simplification of (1) is an adequate one.
Regarding the two other points:
Thanks for the swift reply and suggestion, Todd. Comparing the results from using only means with several randomly selected observations sounds like a good solution.
Hi,
we collected reaching data under three conditions in an n-back task (1back, 2back, 3back). Subjects were tasked with observing a sequence and pointing towards one of five targets displayed on a screen. Due to instances of pointing towards the wrong target and violating reaction time constraints, we excluded some trials per subject.
I'm wondering what possible ways there are to run SPM or SnPM on the dataset. So far, my ideas are 1) averaging the trajectories per subject and condition and use these in a one-way repeated measures ANOVA (potentially loosing information due to the averaging) 2) based on #12 using something like Random Effects with dummy codes for the condition variables.
Also, I am wondering whether the non-parametric version (spm1d.stats.nonparam.anova1rm) might be appropriate and able to handle this case, considering it is based on resampling from the data?
Best, Alex