0todd0000 / spm1d

One-Dimensional Statistical Parametric Mapping in Python
GNU General Public License v3.0
60 stars 21 forks source link

Multivariate RM ANOVA for amplitude and temporal effects in EMG #267

Closed k-bill closed 9 months ago

k-bill commented 9 months ago

Hi Todd,

I’m looking for the right statistical procedure to answer my research question.

I have EMG data (4 different muscles) of ~45 participants. Each participant performed three different types of sidestep cuts. I would like to analyze the time spans from 100 ms before touchdown until toe-off.

I read your paper on simultaneously assessing amplitude and timing effects and was wondering

If it is possible to conduct the multivariate repeated-measures ANOVA to assess temporal and amplitude effects simultaneously,

As an additional question, as I’m not interested in between-subject effects,

Thank you very much for everything and all the best,

Kevin

0todd0000 commented 9 months ago

Hello!

  • if there is a way to conduct a multivariate repeated-measures ANOVA to simultaneously assess these effects in my EMG signals

SPM can indeed be used to do this, but this is unfortunately not yet supported in spm1d.



or is there an alternative you could suggest?

As an alternative you can skip to post hoc tests and use paired Hotelling's tests like in this example



If it is possible to conduct the multivariate repeated-measures ANOVA to assess temporal and amplitude effects simultaneously,

Theoretically, yes, but I am not aware of any software package that supports this. The closest I know is FDASRSF but I don't think it supports multivariate data.



Your last two questions (regarding registration and raw vs. processed data) are tough to address here because I believe that they are empirical questions. In general I think it is reasonable to try analyses in as many ways as possible (and feasible) and to compare the results. Since this type of analysis is not directly supported in spm1d these questions are a bit difficult to address in this forum.

k-bill commented 9 months ago

Thank you very much, I appreciate it a lot.