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  

|
March 16, 2016 03:15PM
Hello AFNI team,

Trying to analyze some data with a condition factor and between subject covariate. Just want to see what effect condition, covariate and interaction between them effect brain responding.

The model runs without incident when I don't include any contrasts.

3dLME -prefix $outPath -jobs 20 \
-mask grpMask+tlrc \
-model 'cond*lftm' \
-qVars 'lftm' \
-ranEff '~1' \
-SS_type 3 \
-dataTable \
Subj cond lftm InputFile \
501002 app 9 $aysPath/501003/subAverage/stats.501003+tlrc'[1]' \
501003 app 15 $aysPath/501003/subAverage/stats.501003+tlrc'[1]' \
501004 app 11 $aysPath/501004/subAverage/stats.501004+tlrc'[1]' \
501005 app 11 $aysPath/501005/subAverage/stats.501005+tlrc'[1]' \

However when I include any kind of glt coding the script just hangs and eventually spits out an error.

-num_glt 1 \
-gltLabel 1 'std' -gltCode 1 'cond : 1*app -1*avd' \

I simply want to know what regions the contrast between two factors of the condition are active in the brain.

I can't figure out what why including this gltCode should cause the model to fail. I'm assuming the model is missing something that the gltCode needs to work but I can't figure out what that is.

any help would be greatly appreciated
Subject Author Posted

3dLME fails when adding glt contrasts

sgreen March 16, 2016 03:15PM

Re: 3dLME fails when adding glt contrasts

gang March 17, 2016 08:24AM

Re: 3dLME fails when adding glt contrasts

sgreen March 17, 2016 12:27PM

Re: 3dLME fails when adding glt contrasts

gang March 18, 2016 11:31AM

Re: 3dLME fails when adding glt contrasts

sgreen March 18, 2016 12:30PM

Re: 3dLME fails when adding glt contrasts

gang March 18, 2016 04:34PM