LIMO-EEG-Toolbox / limo_tools

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

[BUG] #112

Closed arnodelorme closed 1 year ago

arnodelorme commented 1 year ago

In file limo_contrast_manager line 432 we have

            limo_contrast(Yr,LIMO,3);

Yet, limo_contrast crashes if there are less than 4 parameters because the variable type is undefined. This is using the HotFixes branch

if nargin == 5 || nargin == 6
    type = varargin{5};
elseif nargin == 4
    type = varargin{3};
end
CPernet commented 1 year ago

ah oui repeated measures, je pousse un fix

arnodelorme commented 1 year ago

Ca crashe pour moi. Face dataset, ensuite je fais une ANOVA comme dans le tuto. Ensuite je crais un contraste.

Si tu regardes le code, tu veras que si tu passes par la ligne 432, cela ne peux pas marcher.

CPernet commented 1 year ago

on it

CPernet commented 1 year ago

done

arnodelorme commented 1 year ago

Super

arnodelorme commented 1 year ago

Screen Shot 2022-09-09 at 12 24 53 AM

arnodelorme commented 1 year ago

Mon nouveau menu pour selectionner les betas.

CPernet commented 1 year ago

wow selection des betas rapellant ce que c'est + GUI -- je m'incline maitre Arno :-) trop fort

arnodelorme commented 1 year ago

Tu peux entrer les indices comme avant en bas si tu veux et si l'etude n'existe pas, il utilise l'ancien menu

arnodelorme commented 1 year ago

Et cela marche.

arnodelorme commented 1 year ago

OK, c'est bon pour ce bug