External Email - Use Caution
Hi I have run a GLM using cortical thickness and a behavioural measure on specific ROIs, I have a query about extracting the statistical values, specifically the test statistic from the significant regions after running the GLM but prior to multiple comparison correction. Is there any way to extract the test statistic of each vertex of the significant regions?
Thanks Akansha
External Email - Use Caution
do you mean you want a list of vertices and their uncorrected p-values from a given cluster that is significant after corrections for multiple comparisons? The easiest way is probably matlab, eg ocn = MRIread('ocn.mgh'); ind = find(ocn.vol == YourClusterNumber); sig = MRIread('sig.mgh'); sigsInYourCluster = sig.vol(ind)
On 4/19/2023 4:07 AM, Akansha Mahesh Naraindas wrote:
External Email - Use CautionHi I have run a GLM using cortical thickness and a behavioural measure on specific ROIs, I have a query about extracting the statistical values, specifically the test statistic from the significant regions after running the GLM but prior to multiple comparison correction. Is there any way to extract the test statistic of each vertex of the significant regions?
Thanks Akansha
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://secure-web.cisco.com/1CwSaKBJ88D6kYGxVMFpuv8S81q3uDrT8rKHhFl30oXWXhg...
freesurfer@nmr.mgh.harvard.edu