LIMO-EEG-Toolbox / limo_tools

Hierarchical Linear Modelling for MEEG data
https://limo-eeg-toolbox.github.io/limo_meeg/
Other
59 stars 27 forks source link

limo_stat_values when running for only one channel Repeated Measures ANOVA, with temporal cluster correction, has a mistake [BUG] #149

Closed mariajribeiro closed 1 year ago

mariajribeiro commented 1 year ago

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

CPernet commented 1 year ago

hey thx Maria! good to see you are still playing with the tool :-) fixed https://github.com/LIMO-EEG-Toolbox/limo_tools/commit/1652db61924033e62975861b645fd4bac70d2525

mariajribeiro commented 1 year ago

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