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  

|
December 18, 2013 04:28PM
> Say I am contrasting two conditions, is the p-value based on the estimated beta of the
> two condition and the estimated standard deviation of the betas?

Right.

> (1) condition A is bigger than condition B AND condition A is bigger than condition C

Do two separate tests:

A vs B
A vs C

Then the intersection of A > B and A > C would be what you're looking for.

> (2) condition A is bigger than condition B OR condition A is bigger than condition C

Use two lines of weights for A, B, and C:

1 -1 0
1 0 -1

Combining the F-stat and the two separate t-tests should give you what you want.

> (3) condition A is bigger than the average of condition B and condition C

Set their weights with 1, 0.5, and 0.5.

> I know that you can test if different levels of one factor give different response by
> doing ANOVA on group level. Is it possible to do this on individual level? t-test
> can probably give answers to the above questions to test, but if I just want to
> know whether there is any modulation by the factor, how to do it?

With three levels (e.g., A, B, and C) for the factor you can set up the testing matrix with gltSym with two lines of weights

1 -1 0
1 0 -1

Of course the weighting is not unique, and you can assign them in different ways. This can be generalized to any number of levels.

Gang



Edited 1 time(s). Last edit at 12/18/2013 04:37PM by Gang.
Subject Author Posted

3dDeconvolve, glt and anova

Mingbo December 18, 2013 02:01PM

Re: 3dDeconvolve, glt and anova

gang December 18, 2013 04:28PM

Re: 3dDeconvolve, glt and anova

Mingbo December 18, 2013 10:12PM

Re: 3dDeconvolve, glt and anova

gang December 19, 2013 12:05PM

Re: 3dDeconvolve, glt and anova

Mingbo December 19, 2013 01:43PM

Re: 3dDeconvolve, glt and anova

gang December 19, 2013 04:09PM

Re: 3dDeconvolve, glt and anova

Mingbo December 20, 2013 12:42PM