History of AFNI updates  

|
January 31, 2020 04:36PM
Catherine,

There are two problems with your 3dLME script:

(1) The variable "Cond" is not even modeled. So, change

-model 'Dprime' \

to

-model 'Dprime+Cond' \

or

-model 'Dprime*Cond' \

(2) The following three lines

-gltLabel 1 'MvH' -gltCode 1 'Cond: 1*month -1*hour' \
-gltLabel 2 'MWvDH' -gltCode 2 'Cond: 1*month 1*week -1*hour -1*day' \
-gltLabel 3 'avg_cond' -gltCode 3 'Cond: 1*month +1*hour +1*week +1*day' \

should be (adding an empty space after "Cond")

-gltLabel 1 'MvH' -gltCode 1 'Cond : 1*month -1*hour' \
-gltLabel 2 'MWvDH' -gltCode 2 'Cond : 1*month 1*week -1*hour -1*day' \
-gltLabel 3 'avg_cond' -gltCode 3 'Cond : 1*month +1*hour +1*week +1*day' \

Gang
Subject Author Posted

Regression covariate question

Catherine Tallman January 21, 2020 08:41PM

Re: Regression covariate question

gang January 22, 2020 02:11PM

Re: Regression covariate question

Catherine Tallman January 22, 2020 02:35PM

Re: Regression covariate question

gang January 22, 2020 03:26PM

Re: Regression covariate question

Catherine Tallman January 23, 2020 05:26PM

Re: Regression covariate question

gang January 24, 2020 10:20AM

Re: Regression covariate question

Catherine Tallman January 27, 2020 02:00PM

Re: Regression covariate question

gang January 27, 2020 04:32PM

Re: Regression covariate question

Catherine Tallman January 30, 2020 02:03PM

Re: Regression covariate question

gang January 31, 2020 04:36PM