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_random_robust case 5 ANOVA/ANCOVA #22

Closed lukasgehrke closed 5 years ago

lukasgehrke commented 5 years ago

currently no calls to limo_tfce in case of ANOVA/ANCOVA (case 5 limo_random_robust)

% reading in varargin should be: LIMO = varargin{5}; nboot = varargin{6}; tfce = varargin{7};l

% original %nboot = varargin{5}; %tfce = varargin{6};

CPernet commented 5 years ago

this has now been fixed - sorry it took so long!