...
Wiki Markup |
---|
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. |
Wiki Markup 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.
...