Clément,
I assume that both variables, Sess
and run
, are within-individual factors. In this case, the 3dLMEr
program is more appropriate. I recommend following this blog post for guidance on model construction.
A few specific points regarding your effect specification:
-
The following specification:
-gltCode 1 'Sess : 1' \
should be corrected to:
-gltCode 1 'Sess : 1*1' \
-
The intent behind this specification is unclear, but as written, it does not make sense:
-gltCode 2 'Subj : 1' \
Let us know if you need further clarification.
Gang Chen