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 12:51PM
Hi Elizabeth,

You're raising an interesting question! Instead of weighting each individual effect based on their sample size, it's better (and makes more sense) to adopt the so-called fixed-effects meta analysis approach with which you weight each effect based on the estimate precision. The precision is the reciprocal of the estimate variance; that is, small variability means high precision of the estimate.

More specifically, if correctT.tlrc and incorrectT.tlrc are the t-statistics of effect estimate for correct.tlrc and incorrect.tlrc respectively, get the average effect with the following

3dcalc \
-a correct.tlrc \
-b incorrect.tlrc \
-c correctT.tlrc \
-d incorrectT.tlrc \
-prefix all_responses.tlrc
-expr "(b^2 * c^2 * a+ a^2 * d^2 * b) / (b^2 * c^2 + a^2 * d^2)"

Gang
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