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  

|
October 02, 2012 08:37AM
It seems that you're treating performance as a quantitative variable instead of a within-subject or repeated-measures factor. In other words, each subject has only one, not two, performance value. Your 3dRegAna script indicates that you're modeling the data with the following equation

Response = group_response + a1 * awareness + a2 * performance + a3 * awareness * performance + residuals

If a1, a2, and a3 are the effects of interest, your 3dRegAna script looks fine. However, if you're also interested in the group_response effect, you may need to center the awareness and performance values (usually around their respective mean) before plugging them into the model (and the script), and then construct the product of awareness * performance after the centering. That way the group_response effect can be conveniently interpreted as regard to the center values of awareness and performance.

Alternatively you can use 3dMEMA or 3dttest++ to run the analysis.

Gang
Subject Author Posted

Regression

Erin Browning October 01, 2012 02:44PM

Re: Regression

gang October 01, 2012 04:06PM

Re: Regression

Erin Browning October 01, 2012 10:36PM

Re: Regression

Erin Browning October 01, 2012 10:59PM

Re: Regression

gang October 02, 2012 08:37AM

Re: Regression

Erin Browning October 03, 2012 04:12PM