This is a collaborative space. In order to contribute, send an email to maximilien.chaumon@icm-institute.org
On any page, type the letter L on your keyboard to add a "Label" to the page, which will make search easier.
How to use it
How to use mega_anova
- Before using anova you need to define what is your experimental design (within/between subject, how many factors, how many levels per factor..).
In this tutorial, we consider a within-subject experiment. The steps to perform are as follows:
- Define your design structure
- Write a script in matlab to provide information about your data as well as your experimental design: Start by calling the main function:
<file>
mega_anova_with_sub()
</file>
The function mega_anova_with_sub() uses a list of of “named arguments” which can be given in any order.