<div dir="ltr">Dear fieldtrip experts,<div><br></div><div>I am trying to find differences between 3 groups using a cluster-based analysis with these parameters: </div><div><br></div><div>    cfg = [];<br>    cfg.channel = ‘all’;<br>    cfg.frequency = [l_fr u_fr];<br>    cfg.avgoverfreq = ‘yes’;<br>    cfg.method = ‘ft_statistics’;<br>    cfg.statistic = ‘ft_statfun_indepsamplesT’;<br>    cfg.corrECtm = ‘cluster’;<br>    cfg.clusteralpha = 0.05;<br>    cfg.clusterstatistic = ‘maxsum’;<br>    cfg.minnbchan = 2;<br>    cfg.tail = 0;<br>    cfg.clustertail = 0;<br>    cfg.alpha = 0.05;<br>    cfg.numrandomization = 10000;<br>    cfg.neighbours = neighb;<br><br>However, I cannot see if there are any significant clusters because the matrix ‘stat.cluster’ does not appear. However, I can see all the significance of each electrode.<br><br>Is it possible that although the individual electrodes are very significant (e.g. p< .01), I cannot obtain significance considering the clusters?<br>If not, where could the error be?<br><br>If I can see the clusters in the ‘stat.cluster’ matrix, how can I display only the significant clusters in the topoplot?<br><br>Thank you,<br><br>Alberto<br></div></div>