History of AFNI updates  

|
August 30, 2016 04:31PM
OK, there are two types of errors in your script:

1) The word 'Contol' in the following should be 'Control'.

-glfLabel 5 Main-Control_Video_Training -glfCode 5 'GROUP : 1*Main -1*Contol TASK : Video VISIT : 1*2nd -1*1st & 1*3rd -1*1st' \

2) You forgot to add coefficients for the levels of factor TASK:

-glfLabel 1 Main_Video_Training -glfCode 1 'GROUP : 1*Main TASK : 1*Video VISIT : 1*2nd -1*1st & 1*3rd -1*1st' \
-glfLabel 2 Main_Language_Training -glfCode 2 'GROUP : 1*Main TASK : 1*Language VISIT : 1*2nd -1*1st & 1*3rd -1*1st' \
-glfLabel 3 Control_Video_Training -glfCode 3 'GROUP : 1*Control TASK : 1*Video VISIT : 1*2nd -1*1st & 1*3rd -1*1st' \
-glfLabel 4 Control_Language_Training -glfCode 4 'GROUP : 1*Control TASK : 1*Language VISIT : 1*2nd -1*1st & 1*3rd -1*1st' \
-glfLabel 5 Main-Control_Video_Training -glfCode 5 'GROUP : 1*Main -1*Control TASK : 1*Video VISIT : 1*2nd -1*1st & 1*3rd -1*1st' \
-glfLabel 6 Main-Control_Language_Training -glfCode 6 'GROUP : 1*Main -1*Control TASK : 1*Language VISIT : 1*2nd -1*1st & 1*3rd -1*1st' \

Also, I'm not so sure whether 3dMVM/3dLME gives proper F-tests for a within-subject factor like all these six tests specified through GLF. Could you let me know how they pan out for 3dMVM as well as 3dLME?

Gang



Edited 1 time(s). Last edit at 08/30/2016 04:39PM by Gang.
Subject Author Posted

3dMVM/3dLME error

Zhihao_Li August 29, 2016 09:07PM

Re: 3dMVM/3dLME error

gang August 30, 2016 01:16PM

Re: 3dMVM/3dLME error

Zhihao_Li August 30, 2016 03:06PM

Re: 3dMVM/3dLME error

gang August 30, 2016 04:31PM