2

Having 10 behavioral variables and 5 independent parameters of brain activation, I've calculated linear correlations between each variable and parameter, obtaining a 10x5 matrix of r-values, and a 10x5 matrix of p-values.

I want to know which correlations are significant after correction for multiple comparisons.

Question:

The correct way to correct for multiple comparison, using the matrix of p-values, is:

  1. By row (10 separate corrections), or
  2. By column (5 separate corrections), or
  3. On the whole matrix (1 correction)?
smndpln
  • 432
  • 2
  • 20
  • There are many ways how you can do it. Here are two: If you are using `R` you can use the `corr.test()` function in the `psych` package (see [here](https://personality-project.org/r/html/corr.test.html)); or you can adjust manually by using a sequential Bonferroni adjustment for example (see [here](http://stats.stackexchange.com/questions/225937/linear-mixed-effects-model-and-multiplicity-issue-and-adjusting-for-p-values/226215#226215)). – Stefan Dec 08 '16 at 18:46
  • 1
    I know **how** to do that. I was asking which is the correct way, between the three proposed approaches. – smndpln Dec 08 '16 at 19:10
  • 1
    I think that must depend on what the underlying science is. If the brain activation is for separate regions which have distinct functions then it seems hard to justify adjusting them for one another (for instance). – mdewey Dec 11 '16 at 13:45
  • The parameters of brain activations, as I wrote, are indipendent, and possibily linked to different brain functions. Do you think this is a valid reason to choose approach 2? (that means, 5 separate corrections, one for each roi) – smndpln Dec 11 '16 at 14:28

0 Answers0