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  

|
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