-
Notifications
You must be signed in to change notification settings - Fork 28
Checking 1st level weights
The default behaviour of LIMO is to use Weighted Least Squares, thereby each trial is assigned a weight reflecting how much it's dynamic differs from the other trials. It is useful, and some insight can be gained as well, to check weights and trials of low and high weights.
LIMO tools --> check single trial weights --> select a list (.txt) of LIMO files and your channel location file
A structure (.mat) is computed and can be examined using the Plot central tendency and differences - the dimensions are such that all subjects data are displayed for a given weight decile.
A ANOVA/t-test is computed on weights across all conditions, reveling if some conditions have different weight from the others, which should not be the case - unless the statistical model is mis-specified.
A t-test is computed comparing low vs. high trials across all conditions - thus ensuring there is no spatial bias as there is no a-priori reason for low weight trials to appear more often at a given location.
limo_CheckWeight(list_of_LIMO.mat,expected_chanlocs,'CheckBias','on','TestDifference','on','SingleSubjectAnalysis','on','PlotRank','on')
There is on option only available through command line: 'SingleSubjectAnalysis'
which allows to compute differences between low and high weight trials, subject-wise. This adds to the trial differences analysis which expect some consistency between subjects (as do any group level stats).
Downsampling or not before analyzing
Defining conditions defining
~ categorical.txt ~continuous.txt
EEGLAB-STUDY: run, session, condition and group
Basic Stats: LIMO tests and CI
Repeated measures ANOVA
Results in the workspace
Results in LIMO.cache
Checking data under the plots
Reordering plots
Compute & Plot conditions
Compute & Plot differences
Channel neighbourhood
Editing a neighbourhood matrix
Scripting 1st level
Debugging 1st level errors
Skip 1st level
Scripting 2nd level
Getting stats results with a script