limo_stat_values when running for only one channel Repeated Measures ANOVA, with temporal cluster correction, has a mistake [BUG]
Closed this issue · 2 comments
mariajribeiro commented
in limo_stat_values if running for just one channel, Repeated Measures ANOVA, with temporal cluster correction, line 371 should be:
tmp = NaN(1,size(M,2),size(bootT,2));
instead of
tmp = NaN(1,size(M,2),size(bootT,4));
bootT has only 2 dimensions
mariajribeiro commented
you're welcome! still finding limo_eeg very useful. hopefully finishing a manuscript soon.