History of AFNI updates  

|
September 12, 2019 03:53PM
Assume that 1) by "z-score" you mean Fisher-transformed z-score, and 2) you have the output from 3dttest++. To obtain the upper bound for the 95% confidence interval, get the degrees of freedom (DF) for the t-stat, and try

3dcalc -a myBeta -b myTstat -expr 'a+fitt_p2t(0.05,DF)*a/b' -prefix upperBound

Similarly for the lower bound

3dcalc -a myBeta -b myTstat -expr 'a-fitt_p2t(0.05,DF)*a/b' -prefix upperBound

Gang



Edited 1 time(s). Last edit at 09/12/2019 07:55PM by Gang.
Subject Author Posted

confidence interval calculation for t-test

astasenko September 11, 2019 04:25PM

Re: confidence interval calculation for t-test

gang September 12, 2019 03:53PM