LIMO-EEG-Toolbox/limo_tools

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

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

hey thx Maria! good to see you are still playing with the tool :-)
fixed 1652db6

you're welcome! still finding limo_eeg very useful. hopefully finishing a manuscript soon.