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 08, 2015 05:00PM
Greetings everyone!

I'm having a little bit of trouble with 3dLME. Specifically, I'm trying to set-up several glt's to test effects of my covariates. That is, how does the response in condition A (or B or a linear combination) vary across the levels of my continuous variable (loc). I've tried to follow the example listed on the AFNI program page, but I cannot get it to work for some reason. The program will run without erroring out, however the contrast for glt's 5 and 6 will look identical to glt's 3 and 4. I'm sure I'm missing something very simple but I can't figure it out!

Any help would be appreciated!

Here is my current syntax:

3dLME -prefix MyOutput \
-model 'Cond' \
-qVars "loc" \
-ranEff '~1' \
-SS_type 3 \
-num_glt 6 \
-gltLabel 1 'Cond1' -gltCode 1 'cond : 1*Cond1' \
-gltLabel 2 'Cond2' -gltCode 2 'cond : 1*Cond2' \
-gltLabel 3 'Cond2-Cond1' -gltCode 3 'cond : 1*Cond1 -1*Cond2' \
-gltLabel 4 'Average' -gltCode 4 'cond: 1*Cond1 1*Cond2' \
-gltLabel 5 'Average_loc' -gltCode 5 'cond : 1*Cond1 1*Cond2 loc :' \
-gltLabel 6 'Differential_loc' -gltCode 6 'cond: 1*Cond1 -1*Cond2 loc: ' \
-dataTable \



Edited 1 time(s). Last edit at 06/08/2015 05:29PM by Nathaniel Harnett.
Subject Author Posted

3dLME's glt specification?

Nathaniel Harnett June 08, 2015 05:00PM

Re: 3dLME's glt specification?

gang June 09, 2015 11:53AM

Re: 3dLME's glt specification?

Nathaniel Harnett June 09, 2015 12:00PM

Re: 3dLME's glt specification?

gang June 09, 2015 05:44PM

Re: 3dLME's glt specification?

Nathaniel Harnett June 10, 2015 11:22AM