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

Contrast level 1 #122

Closed arnodelorme closed 1 year ago

arnodelorme commented 1 year ago

While at level 2, contrast are stored in LIMO.mat, this is not the case for level 1. As far as I understand, once a contrast has been computed on level 1, there is no way to reconstruct what it was about.

CPernet commented 1 year ago

LIMO.contrast a cell array Indicated t or F Indicate the contrast itself

arnodelorme commented 1 year ago

Level one does not contain LIMO.contrast

CPernet commented 1 year ago

It does - but likely inconsistently saved. How did you compute it? Try GUI 1 subject is works, i believe it works for LIMO batch too?

arnodelorme commented 1 year ago

I think this was computed automatically by std_limo.m I can try to see if I can reproduce the problem (lack of contrast field while the con files is computed.

CPernet commented 1 year ago

OK I'll track that bug 🐛 down

CPernet commented 1 year ago

well from STUDY it works, combine variables = create contrasts ; and LIMO.contrast has them all -- the GUI finds them too! but it bugged for display

image

CPernet commented 1 year ago

follow-up?