help
help > RE: Converting first-level ROI-to-ROI files
Nov 26, 2014 03:11 AM | Alfonso Nieto-Castanon - Boston University
RE: Converting first-level ROI-to-ROI files
Hi Roger,
Yes, the transformation is rather simple (hyperbolic tangent function, or tanh in Matlab). For example:
r_Pearson = tanh(r_Fisher);
r_Fisher = atanh(r_Pearson);
Hope this helps
Alfonso
Originally posted by Roger Beaty:
Yes, the transformation is rather simple (hyperbolic tangent function, or tanh in Matlab). For example:
r_Pearson = tanh(r_Fisher);
r_Fisher = atanh(r_Pearson);
Hope this helps
Alfonso
Originally posted by Roger Beaty:
Hi all,
Is it possible to convert the first level ROI-to-ROI correlation matrices from Fisher's z to Pearson r? Any insight would be appreciated.
Best,
Roger
Is it possible to convert the first level ROI-to-ROI correlation matrices from Fisher's z to Pearson r? Any insight would be appreciated.
Best,
Roger
Threaded View
Title | Author | Date |
---|---|---|
Roger Beaty | Nov 25, 2014 | |
Alfonso Nieto-Castanon | Nov 26, 2014 | |