History of AFNI updates  

|
JW
February 07, 2020 03:54PM
Dear AFNI experts,

I was trying to run 3dMVM for 2 between subject variables (genotype and group) and 1 within subject variable (Time) with the below 3dMVM command based on AFNI 3dMVM instruction example 2, but kept getting the error message saying 'Failed at GLT No. 1! Make sure that the model or GLT specification syntax is correct'. Could you please let me know what would be the problem here?

3dMVM -prefix genotype_by_group_Time -jobs 1 \
-bsVars "genotype*group" \
-wsVars 'Time' \
-num_glt 1 \
-gltLabel 1 'genotype_by_group_Time' -gltCode 1 'genotype : 1*C -1*NC group : 1*A -1*B Time : 1*post -1*pre' \
-mask GMmask+tlrc \
-dataTable \
Subj genotype group Time InputFile \
Subj1 N A pre Subj1dataset_pre+tlrc
Subj1 N A post Subj1dataset_post+tlrc
Subj2 C B pre Subj2dataset_pre+tlrc
Subj2 C B post Subj2dataset_post+tlrc
.
.


Best,
JW
Subject Author Posted

3dMVM Error

JW February 07, 2020 03:54PM

Re: 3dMVM Error

gang February 07, 2020 05:13PM

Re: 3dMVM Error

JW February 08, 2020 05:31PM

Re: 3dMVM Error

gang February 10, 2020 11:25AM