-
Notifications
You must be signed in to change notification settings - Fork 27
Checking data under the plots
The full space results can be seen using the 'image all' option in limo results. Each time you do this, several results are returned.
In the command window
As the figure is plotted, a statistic summary is returned with onsets, offsets, and maxima.
The figure is browsable, and each time you click not only it is updated, it also return the t/F value and associated p-value.
In the workspace
The underlying data under the plot are returned: plotted_data = stat_values .* mask>0. The stat_values matrix contains the same as the file you loaded (e.g. condition_effect, covariate, con, etc) while the mask contains significant data point. If clustering is used, regions are labelled.
When using Basic Stats to visualize and measure effect sizes in raw data and parameter estimates, the corresponding plotted data are returned in the workspace as under 'plotted_data.data' [lower bound highest density interval, central tendency estimate, higher bound highest density interval].
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