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  

|
March 05, 2010 10:48AM
Hello-

We have run the python script on our individual subjects and would like to combine data from some conditions/regressors (i.e. correct +incorrect responses= all responses) to run group level analysis of both correct response and all responses. In lieu of re-running each individual analysis again with a combine regressor, were planning to use 3dcalc but realize that the number of events per condition varies significantly for some participants. The concern is that for conditions with a very small number of events (i.e. 1 or 2 events for incorrect responses compared to the more common 20 events for correct responses), the signal to noise ratio will be reduced, and thus disproportionately skew the combined regressor. Is it appropriate/possible to use 3dcalc and weight the datasets according to the number of events per condition? If so, would should the denominator be (see ?? below)?

3dcalc \
-a correct.tlrc
-b incorrect.tlrc
-prefix all_responses.tlrc
-expr " ((a*20)+ (b*2))/??


Thank you,
Elizabeth
Subject Author Posted

combining regressors with different event numbers

elizabeth finger March 05, 2010 10:48AM

Re: combining regressors with different event numbers

Gang Chen March 05, 2010 12:51PM

Re: combining regressors with different event numbers

Elizabeth Finger March 05, 2010 01:42PM

Re: combining regressors with different event numbers

Gang Chen March 05, 2010 02:53PM

Re: combining regressors with different event numbers

Elizabeth Finger March 30, 2010 02:19PM

Re: combining regressors with different event numbers

Gang Chen March 31, 2010 10:35AM