'FactorLevel'
This argument is required. It is an array of m integers: [a~1~, a~2~ ..a~m~] where m is the number of factors and each a~i~ is the number of levels of the i||th|| factor.
example: mega_anova (...,'FactorLevel', [3 2], ....) means that your design is made of two factors that have 3 and 2 levels respectively.
- Beware that the order in which you declare your factors is important and must be consistent throughout your parameters and variables definition.
[Back|anova
Add Comment