AFNI version info (afni -ver
): 20.3.00
Dear AFNI Experts,
I have a task fMRI dataset, the study design has 1 factor called "sex" with 2 levels (males and females), and every subject has a questionnaire score which is a continuous variable. Iran 3dMVM with the following code:
3dMVM -prefix results.nii -jobs 24 \
-mask GM_mask.nii \
-bsVars sex \
-qVars score \
-num_glt 1 \
-gltLabel 1 male_vs_female -gltCode 1 'sex : 1*male -1*female score:' \
-dataTable \
Subj sex score InputFile \
001 female 19 sub-01_task_reml.nii'[13]' \
002 male 23 sub-02_task_reml.nii'[13]'
To simplify, I only list two input files. After the code above, I got the following error:
***** End of data structure information *****
++++++++++++++++++++++++++++++++++++++++++++++++++++
Reading input files now...
Reading input files: Done!
Range of input data: [-84.344, 77.579]
If the program hangs here for more than, for example, half an hour,
kill the process because the model specification or the GLT coding
is likely inappropriate.
Error in if (all(abs(inData[ii, jj, kk, ]) < 1e-07)) fm <- NULL else { :
missing value where TRUE/FALSE needed
Execution halted
Any suggestions are welcome!