0todd0000 / spm1d

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

P adjustment for multiple comparisons #117

Closed Vh2m closed 4 years ago

Vh2m commented 4 years ago

Hi Todd. I am performing some SPM paired t.test to test if there are differences in the lower limb's joint kinematics (A-K-H) flexion for stepping under 2 different ground conditions. I got more than one supra threshold cluster and some of them are quiet close to each other. So trying to be not that much conservative I am wondering if it is possible to perform a Holm-Bonferroni correction for the resulting p-values instead of Bonferroni adjusting the alpha a-priori. If so, would you recommend to do it? could you guide me how to do it? Thanks in advance!

0todd0000 commented 4 years ago

Hello! There is no need to correct for multiple comparisons in cluster-level inference. Corrections only need to be applied (a) to field-level inference, and (b) when performing multiple tests, like multiple t tests.

In other words, multiple clusters do not imply multiple tests.

Todd

Vh2m commented 4 years ago

Hi todd! Thanks for the explanation.!