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  

|
April 03, 2015 10:04AM
Hi Gang,

Thanks!

> 3dcalc -a stats.Imagination001_REML+orig'[4]'
> -expr 'fitt_t2p(a,27)/2' -datum float -prefix
> brick4p_one_sided

This will not do it. I guess it has to be something like:

if the t-statistic is negative, then the value is 1 - fitt_t2p(a,27)/2 and if the t-statistic is nonnegative, then it is fitt_t2p(a,27)/2.

So, I think it should be something like?

3dcalc -a stats.Imagination001_REML+orig'[4]' -expr 'ispositive(a) * fitt_t2p(a,27)/2 + isnegative(a)*(1 - fitt_t2p(a,27)/2)' -datum float -prefix brick4p_one_sided


Btw, it seems to me that it might be an useful value to report, as an option to the two-sided probability (for the t- and normal cases).

Is there a function which simply calculates the cdf to a probability? This would be equivalent to calculating the p-value.

> I still fail to see why you would explicitly need
> the p-values: the p-values for the popular
> statistics can be directly displayed on the AFNI
> viewer.

Yes, they can, but my objective is to use the values obtained to test methodology that we are developing.

Many thanks again!
Best wishes,
Ranjan



Edited 3 time(s). Last edit at 04/03/2015 10:37AM by maitra.
Subject Author Posted

is it possible to obtain p-values on output of 3dREMLfit

maitra April 01, 2015 01:13AM

Re: is it possible to obtain p-values on output of 3dREMLfit

gang April 01, 2015 09:55AM

Re: is it possible to obtain p-values on output of 3dREMLfit

maitra April 01, 2015 11:34AM

Re: is it possible to obtain p-values on output of 3dREMLfit

Emperor Zhark April 01, 2015 11:55AM

Re: is it possible to obtain p-values on output of 3dREMLfit

maitra April 01, 2015 03:47PM

Re: is it possible to obtain **one-sided** p-values on output of 3dREMLfit

maitra April 02, 2015 11:18PM

Re: is it possible to obtain **one-sided** p-values on output of 3dREMLfit

gang April 03, 2015 09:53AM

Re: is it possible to obtain **one-sided** p-values on output of 3dREMLfit

maitra April 03, 2015 10:04AM

Re: is it possible to obtain **one-sided** p-values on output of 3dREMLfit

gang April 03, 2015 10:21AM

Re: is it possible to obtain **one-sided** p-values on output of 3dREMLfit

maitra April 03, 2015 10:29AM