History of AFNI updates  

|
May 21, 2015 01:46PM
David,

First of all, age is not specified in your model:

-model "1+Time+TrialDisplacement+TrialDisplacementSquared" \

The question is, do you want

-model "1+Time+Age+TrialDisplacement+TrialDisplacementSquared" \

or

-model "1+Time*Age+TrialDisplacement+TrialDisplacementSquared" \

> I would like to estimate the HRF time course at a particular age, in this case age 18, for an idealized zero-motion case.

With

-model "1+Time+Age+TrialDisplacement+TrialDisplacementSquared" \

you don't really need to worry about the center values of those quantitative variables since no interaction effects are assumed, so you can simply go with

-gltCode 1 'Time : 1*T00'

Gang
Subject Author Posted

3dLME glt syntax

dfm May 20, 2015 07:06PM

Re: 3dLME glt syntax

gang May 21, 2015 01:46PM

Re: 3dLME glt syntax

dfm May 21, 2015 03:06PM

Re: 3dLME glt syntax

gang May 21, 2015 05:50PM