0todd0000 / spm1d

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

Mixed ANOVA vs SPM #171

Closed berman954 closed 3 years ago

berman954 commented 3 years ago

Hello Dr. Pataky,

If I don’t perform SPM analysis, can ICC be logical? I found some bad results, so can it be proof for SPM? Or is SPM still compulsory for my analysis? If it is compulsory, which analysis should I apply with SPM? Paired-test for before-after conditions? or/and reorganise data for groups and use independent t-test or ANOVA with SPM? my mind confused a bit for this issue.

I would appreciate it if you could help. Thank you.

0todd0000 commented 3 years ago

So, I think that I don’t need to use SPM, Am I right?

The appropriateness of a technique depends mainly on the experiment's a priori null hypothesis. If no specific variables were of interest before the experiment started, and you were instead interested in general kinematics (i.e., all measured data), then SPM or a similar technique may be appropriate because these techniques operate at the whole-dataset level. Alternatively, if you had a specific, justifiable null hypothesis regarding the specific regions you mention, then SPM or a related whole-dataset technique is probably inappropriate.

If I don’t perform SPM analysis, can ICC be logical?

If you calculate ICCs, they should be calculated on the same data / variables that you report. Note that ICCs can be calculated for curve data (Pini et al., 2019).

Pini A, Markström JL, Schelin L. Test–retest reliability measures for curve data: An overview with recommendations and supplementary code. Sports biomechanics. 2019 Oct 4:1-22.

which analysis should I apply with SPM? Paired-test for before-after conditions? or/and reorganise data for groups and use independent t-test or ANOVA with SPM? my mind confused a bit for this issue.

In spm1d the appropriate procedure might be spm1d.stats.anova2onerm (two-way ANOVA with one repeated-measures factor).

berman954 commented 3 years ago

Thank you very much for your reply, I got it. I will try as soon as possible.