AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

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