-
Notifications
You must be signed in to change notification settings - Fork 28
LIMO files
LIMO.Level = 1
LIMO.data = information about the data
LIMO.data.data_dir = directory where to read them
LIMO.data.data = file name
LIMO.data.chanlocs = import channel location information
LIMO.data.start = when to start the analysis
LIMO.data.end = when to stop the analysis
LIMO.data.sampling_rate = sampliong rate of the data
LIMO.data.Cat = Categorical variable(s)
LIMO.data.Cont = Continuous variable(s)
LIMO.data.neighbouring_matrix = matrix describing which electrodes
are neighbourghs if bootstrap
LIMO.design = information about the design
LIMO.design.fullfactorial = 0/1 specify if interaction should
be included
LIMO.design.zscore = 0/1 zscoring of continuous regressors
LIMO.design.method = 'OLS',’WLS’ or ‘IRLS’ by default we
use an ordinary least square approach
but weighted least squares (one
weight per trial – still in
validationor iterative reweighted
least squares (different weights per
time frames) can be used
– to be validated
LIMO.design.type_of_analysis = ‘Mass-univariate’
LIMO.design.bootstrap = 0/1 indicates if bootstrap should be
performed or not (by default 0 for
group studies)
LIMO.design.tfce = 0/1 indicates to compute TFCE or not
LIMO.design.X = 2 dimensional matrix that describes the experiments' events LIMO.design.nb_conditions = vector that returns the number of conditions per factor e.g. [2 2 2] LIMO.design.nb_interactions = vector that returns the number of conditions perinteraction e.g. [4 4 4] LIMO.design.nb_continuous = scalar that returns the number of continuous variables e.g. [3] LIMO.design.name = name of the design LIMO.design.status = 'to do'
LIMO.design.weights = matrix of trial weights
LIMO.model = information about the statistics LIMO.model.conditions_df = df [effect, error] LIMO.model.interactions_df = df [effect, error] LIMO.model.continuous_df = df [effect, error] LIMO.design.status = 'done'
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