I have 4 matrices of size 686810 each. To understand better, we can represent each matrix as a graph of 68 nodes.
For each node I compute betweeness centrality, strength, clustering coefficient, and vulnerability. So, for each parameter for example betwennes centrality I have a matrix of 10*68, and the same for the rest of the 3 other measures.
My request is:
I have to apply wilcoxon signrank test ( 68*4 multiple comparisons) for each measure of each node. The value of the measure of a node is considered significant if the test showed that the values of the measure were significantly higher than the median of that measure across all nodes. The level of significance was padjusted < 0.05.
So how can I apply it in this case?