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  

|
June 17, 2020 10:45AM
Just in case this is helpful to anyone else...
Thank you Gang! Your advice to switch the order of my continuous and categorical variable in the gltcode worked, so that categorical was first and continuous was second, like this. The program was crashing when the continuous variable (Negurg_mc) was first and categorical variable (Task) was second.

-num_glt 9 \
-gltLabel 1 'rsFC' -gltCode 1 'Task : 1*rest' \
-gltLabel 2 'Negurg_mc' -gltCode 2 'Negurg_mc : ' \
-gltLabel 3 'Negurg_mc_rsFC' -gltCode 3 'Task : 1*rest Negurg_mc : ' \
-gltLabel 4 'efnback_vs_rest' -gltCode 4 'Task : 0.5*efnback1 +0.5*efnback2 -1*rest' \
-gltLabel 5 'dynface_vs_rest' -gltCode 5 'Task : 1*dynface -1*rest' \
-gltLabel 6 'reward_vs_rest' -gltCode 6 'Task : 0.5*reward1 +0.5*reward2 -1*rest' \
-gltLabel 7 'Negurg_mc-efnback_vs_rest' -gltCode 7 'Task : 0.5*efnback1 +0.5*efnback2 -1*rest Negurg_mc : ' \
-gltLabel 8 'Negurg_mc-dynface_vs_rest' -gltCode 8 'Task : 1*dynface -1*rest Negurg_mc : ' \
-gltLabel 9 'Negurg_mc-reward_vs_rest' -gltCode 9 'Task : 0.5*reward1 +0.5*reward2 -1*rest Negurg_mc : ' \
Subject Author Posted

3dLME - Incorrect level coding in variable

dani2 June 13, 2020 03:22PM

Re: 3dLME - Incorrect level coding in variable

gang June 13, 2020 04:49PM

Re: 3dLME - Incorrect level coding in variable

dani2 June 14, 2020 01:11PM

Re: 3dLME - Incorrect level coding in variable

dani2 June 14, 2020 01:19PM

Re: 3dLME - Incorrect level coding in variable

gang June 14, 2020 05:06PM

Re: 3dLME - Incorrect level coding in variable

dani2 June 15, 2020 09:50PM

Re: 3dLME - Incorrect level coding in variable

dani2 June 16, 2020 11:26AM

Re: 3dLME - Incorrect level coding in variable

gang June 16, 2020 12:40PM

Re: 3dLME - Incorrect level coding in variable

dani2 June 16, 2020 01:01PM

Re: 3dLME - Incorrect level coding in variable

dani2 June 17, 2020 10:45AM