Hello,
I have a question about running 3dMVM. I would like to run a 3 Group x 2 Phase x 2 Reinforcement repeated measures ANOVA and I am not sure whether I should specify “glt” or “glf” -what is the difference between the two? Are “glf” only for variables that have more than 2 factors?
I have provided my code and a breakdown of my ANOVA below.
Thank you,
Tamara
ANOVA:
3 Group (control vs. temporal vs. frontal) x 2 Phase (acquisition vs. reinforcement) x 2 Reinforcement (correct vs. incorrect)
CODE:
3dMVM -prefix group -jobs 8
-bsVars group
-wsVars "phasereinf"
-SS_type 3
-num_glt 3
-gltLabel 1 phase -gltCode 1 'phase : 1acq -1rev’
-gltLabel 2 reinf -gltCode 2 'reinf : 1corr -1incor’
-gltLabel 3 phase_reinf -gltCode 3 'phase : 1acq -1rev reinf : 1corr -1incor’
-num_glf 4
-glfLabel 1 group -glfCode 1 'group : 1ctrl -1temp & 1ctrl -1front’
-glfLabel 2 group_phase -glfCode 2 'group : 1ctrl -1temp & 1ctrl -1front phase : 1acq -1rev’
-glfLabel 3 group_reinf -glfCode 3 'group : 1ctrl -1temp & 1ctrl -1front reinf : 1corr -1incor’
-glfLabel 4 3way_inter -glfCode 4 'group : 1ctrl -1temp & 1ctrl -1front phase : 1acq -1rev reinf : 1corr -1*incor’
-dataTable
Subj group phase reinf InputFile
8225 temp acq corr 8225/Proc_FIRST_8225_April2019.results/8225_RevP_acq_corr_fed+tlrc
…
…
…