History of AFNI updates  

|
January 22, 2020 03:26PM
3dRegAna is a regression program that can only be used in situations without any within-subject variables.

> We would like to generate activity maps when D' is included in the model as a covariate "of interest"

For this, use 3dLME:

3dLME -prefix myOutput -jobs 8 \
-model "Dprime" \
-qVars "Dprime" \
-ranEff '~1+Dprime' \
...

> another model of brain activity when D' is included as a "nuisance" covariate.

What are the effects of interest in this case? The 4 conditions? If so, do something like (and add, for example, pairwise comparisons with -gltCode):

3dLME -prefix myOutput -jobs 8 \
-model "Dprime+condition" \
-qVars "Dprime" \
-ranEff '~1+Dprime' \
...

I assume that you want to control D' at the average among the 4 conditions. If not, use -qVarCenters to set the center value.

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