Skip to content

Commit c0a6ccd

Browse files
committed
update limo
1 parent 4c71c8c commit c0a6ccd

19 files changed

+37
-91
lines changed

code/plugins/reformat_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def reformat_wiki_pages(filepath, filename, parent, output_file, wiki_input_dir=
2121
'''.format(filename=filename, parent=parent)
2222

2323
print(f"Reformatting {filename} of {parent}...")
24-
if parent in ["nsgportal", "LIMO"]:
24+
if parent in ["nsgportal"]:
2525
pages = []
2626
titles = []
2727
# load _Sidebar.md and extract all links from markdown file

plugins/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ has_children: true
55
has_toc: true
66
nav_order: 7
77
---
8+
# EEGLAB plugin documentation
9+
10+
Below is a list of plugins that have documentation copied from GitHub. Please note that this is only a small subset of all EEGLAB plugins, as not all plugin documentation is compatible with visualization and search functionalities on the EEGLAB website. The complete list of plugins can be found [here](https://sccn.ucsd.edu/eeglab/plugin_uploader/plugin_list_all.php).
11+
812
## Import
913
* [EEG-BIDS](/plugins/EEG-BIDS): Imports and export EEG data to the BIDS format
1014
* [NWB-io](/plugins/NWB-io): Import and export to the NWB format

plugins/limo/01.-Preprocessing.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ parent: LIMO
44
grand_parent: Plugins
55
render_with_liquid: false
66

7-
title: Preprocessing
8-
long_title: Preprocessing
9-
nav_order: 3
7+
title: 01.-Preprocessing
8+
long_title: 01.-Preprocessing
109
---
1110
# Data for the tutorial
1211

plugins/limo/02.-Within-Subject-Categorical-Designs.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ parent: LIMO
44
grand_parent: Plugins
55
render_with_liquid: false
66

7-
title: Within Subject Categorical Designs intro
8-
long_title: Within Subject Categorical Designs intro
9-
nav_order: 4
7+
title: 02.-Within-Subject-Categorical-Designs
8+
long_title: 02.-Within-Subject-Categorical-Designs
109
---
1110
- [1 way repeated measures ANOVA (Famous, Unfamiliar, Scrambled faces as conditions)](https://raw.githubusercontent.com/LIMO-EEG-Toolbox/limo_meeg/wiki/2.-One-way-repeated-measures-ANOVA-(Famous,-Unfamiliar,-Scrambled-faces-as-conditions)))
1211
- [One way repeated measures ANOVA revised (Famous, Unfamiliar, Scrambled faces as 1st level contrasts)](https://raw.githubusercontent.com/LIMO-EEG-Toolbox/limo_meeg/wiki/3.--One-way-repeated-measures-ANOVA-revised-(Famous,-Unfamiliar,-Scrambled-faces-as-1st-level-contrasts))

plugins/limo/03.1.-One-way-repeated-measures-ANOVA-Famous-Unfamiliar-Scrambled-faces-as-conditions.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ parent: LIMO
44
grand_parent: Plugins
55
render_with_liquid: false
66

7-
title: One way repeated measures ANOVA (Famous, Unfamiliar, Scrambled faces as conditions)
8-
long_title: One way repeated measures ANOVA (Famous, Unfamiliar, Scrambled faces as conditions)
9-
nav_order: 5
7+
title: 03.1.-One-way-repeated-measures-ANOVA-(Famous,-Unfamiliar,-Scrambled-faces-as-conditions)
8+
long_title: 03.1.-One-way-repeated-measures-ANOVA-(Famous,-Unfamiliar,-Scrambled-faces-as-conditions)
109
---
1110
Here we will use the three basic conditions to run a group level ANOVA. LIMO runs a [hierarchical model](https://raw.githubusercontent.com/LIMO-EEG-Toolbox/limo_meeg/master/resources/2016_SanDiego_StatisticalanalysisofEEGdata.pdf), first a GLM at the subject level (first level), second a GLM at the group level (second level). Under some assumptions about the data, this is equivalent to running mixed model analysis on all trials for all subjects with subjects as random effects -- but much faster to calculate.
1211

plugins/limo/03.2.--One-way-repeated-measures-ANOVA-revised-Famous-Unfamiliar-Scrambled-faces-as-1st-level-contrasts.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ parent: LIMO
44
grand_parent: Plugins
55
render_with_liquid: false
66

7-
title: One way repeated measures ANOVA revised (Famous, Unfamiliar, Scrambled faces as 1st level contrasts)
8-
long_title: One way repeated measures ANOVA revised (Famous, Unfamiliar, Scrambled faces as 1st level contrasts)
9-
nav_order: 6
7+
title: 03.2.--One-way-repeated-measures-ANOVA-revised-(Famous,-Unfamiliar,-Scrambled-faces-as-1st-level-contrasts)
8+
long_title: 03.2.--One-way-repeated-measures-ANOVA-revised-(Famous,-Unfamiliar,-Scrambled-faces-as-1st-level-contrasts)
109
---
1110
In the [previous analysis](https://raw.githubusercontent.com/LIMO-EEG-Toolbox/limo_meeg/wiki/2.-One-way-repeated-measures-ANOVA-(Famous,-Unfamiliar,-Scrambled-faces-as-conditions)), at the 1st level, we selected ‘face_type’ ([figure 7](https://raw.githubusercontent.com/LIMO-EEG-Toolbox/limo_meeg/master/resources/images/7.jpg)) as our variable. By doing so, beta parameters reflect the average height of each face type. We know that there is also a repetition effect – and if one repetition differs a lot more than the others that average can be biased. **It is therefore recommended to always create a full design (all known effects) and pool conditions to create contrasts**.
1211

plugins/limo/04.-Summary-statistics-Effects-and-Effect-sizes.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ parent: LIMO
44
grand_parent: Plugins
55
render_with_liquid: false
66

7-
title: Summary statistics to measure and report effects and effect sizes
8-
long_title: Summary statistics to measure and report effects and effect sizes
9-
nav_order: 7
7+
title: 04.-Summary-statistics:-Effects-and-Effect-sizes
8+
long_title: 04.-Summary-statistics:-Effects-and-Effect-sizes
109
---
1110
# Statistics course plot
1211

plugins/limo/05.-One-sample-t-test-contrasting-Full-Faces-vs-Scrambled-Faces-at-the-subject-level.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ parent: LIMO
44
grand_parent: Plugins
55
render_with_liquid: false
66

7-
title: One sample t-test (contrasting Full Faces vs Scrambled Faces at the subject level)
8-
long_title: One sample t-test (contrasting Full Faces vs Scrambled Faces at the subject level)
9-
nav_order: 8
7+
title: 05.-One-sample-t-test-(contrasting-Full-Faces-vs-Scrambled-Faces-at-the-subject-level)
8+
long_title: 05.-One-sample-t-test-(contrasting-Full-Faces-vs-Scrambled-Faces-at-the-subject-level)
109
---
1110
Let’s consider again the contrast of interest (Famous+Unfamiliar) Faces vs. Scrambled faces. This can be obtained from the 1-way ANOVA analysis, using a contrast [0.5 -1 0.5] (figures [16](https://raw.githubusercontent.com/LIMO-EEG-Toolbox/limo_meeg/master/resources/images/16.jpg) - [17](https://raw.githubusercontent.com/LIMO-EEG-Toolbox/limo_meeg/master/resources/images/17.jpg)). This can also be obtained by computing this contrast per subject and performing a one sample t-test on this contrast. Since we have 9 conditions with the full design, the contrast is [0.5 0.5 0.5 -1 -1 -1 0.5 0.5 0.5]. To add one or many contrast, one must create a variable and save this as a file (while we could have a GUI, using a saved variable allows 1. to run many contrasts (each line is a new contrast to run) and 2. to be able to return and check this file a few weeks/months later after the analysis).
1211

plugins/limo/06.-Summary-statistics-of-differences.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ parent: LIMO
44
grand_parent: Plugins
55
render_with_liquid: false
66

7-
title: Summary statistics of differences
8-
long_title: Summary statistics of differences
9-
nav_order: 9
7+
title: 06.-Summary-statistics-of-differences
8+
long_title: 06.-Summary-statistics-of-differences
109
---
1110
The [one sample t-test](https://raw.githubusercontent.com/LIMO-EEG-Toolbox/limo_meeg/wiki/5.-One-sample-t-test-(contrasting-Full-Faces-vs-Scrambled-Faces-at-the-subject-level)) was computed on the contrasts faces vs scrambled faces, i.e. on differences. To fully appreciate the effect, we thus have to check differences on contrasts before looking at raw data.
1211

plugins/limo/07.-Two-ways-ANOVA-Faces-x-Repetition.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ parent: LIMO
44
grand_parent: Plugins
55
render_with_liquid: false
66

7-
title: Two-ways ANOVA (Faces x Repetition)
8-
long_title: Two-ways ANOVA (Faces x Repetition)
9-
nav_order: 10
7+
title: 07.-Two-ways-ANOVA-(Faces-x-Repetition)
8+
long_title: 07.-Two-ways-ANOVA-(Faces-x-Repetition)
109
---
1110
Lets’ consider now all 9 conditions: 3 types of faces (familiar, unfamiliar, scrambled) and 3 repetition levels (immediate, small delay, long delay). This is analysed using a repeated measure ANOVA.
1211

0 commit comments

Comments
 (0)