Using LIMO batch - LIMO-EEG-Toolbox/limo_tools GitHub Wiki

What is LIMO Batch

The batch tool allows you to specify in advance files (data and variables) and contrasts for your group analysis. Once this is done, is uses PSOM to go through the subjects (without crashing ever) generating a report a the end. In this report it will tell if some subjects were unsuccessful. That means you can now leave your office without coming back to Matlab telling you is crashed at subject 1 :-(

Setting up

EEGlab should be opened prior to running limo_batch either from the GUI or calling the function directly. If EEGlab is not opened first, you may receive the following in the PSOM report informing you that the job has failed.

Something went bad ... the job has FAILED ! The last error message occured was : Undefined function 'pop_loadset' for input arguments of type 'char'.

Also, see the use of 'parfor' loops in LIMO page for information relevant for the execution of LIMO batch processing.

LIMO Batch GUI

LIMO Batch structure - command line (see also std_limo.m in eeglab)