Design structure
You need to decide about:
- How many factors your design is made of: Let's take 3 factors for instance (A~1~, A~2~, A~3~)
How many levels each factor A~i~ has : Let's suppose that our factorLevel is [2,3,2]
- Wich (.lena/.ds/.fiff) files are associated to each level of each factor
- The name of your FileStruct variable: Let's say 'LenaFiles'
At this stage you can start writing your script:
Add Comment