<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://stage.nitrcce.org/themes/nitrc3.0/css/rss.xsl.php?feed=https://stage.nitrcce.org/export/rss20_forum.php?forum_id=1144" ?>
<?xml-stylesheet type="text/css" href="https://stage.nitrcce.org/themes/nitrc3.0/css/rss.css" ?>
<rss version="2.0"> <channel>
  <title>NITRC CONN : functional connectivity toolbox Forum: help</title>
  <link>http://stage.nitrcce.org/forum/forum.php?forum_id=1144</link>
  <description>Get Public Help</description>
  <language>en-us</language>
  <copyright>Copyright 2000-2026 NITRC OSI</copyright>
  <webMaster></webMaster>
  <lastBuildDate>Tue, 07 Apr 2026 4:47:22 GMT</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>NITRC RSS generator</generator>
  <item>
   <title>RE: GLM variables and Exporting speciffic data</title>
   <link>http://stage.nitrcce.org/forum/forum.php?thread_id=15278&amp;forum_id=1144</link>
   <description>&lt;p&gt;Full &lt;a href=&quot;nitrc.org&quot;&gt;URL to add&lt;/a&gt;&lt;/p&gt;</description>
   <author>Abby Paulson</author>
   <pubDate>Wed, 28 Aug 2024 17:51:54 GMT</pubDate>
   <guid>http://stage.nitrcce.org/forum/forum.php?thread_id=15278&amp;forum_id=1144</guid>
  </item>
  <item>
   <title>Error using svd SVD did not converge.</title>
   <link>http://stage.nitrcce.org/forum/forum.php?thread_id=15281&amp;forum_id=1144</link>
   <description>&amp;lt;p&amp;gt;Hi expert,&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I got the following error at the first level of denoising when I got to 51 objects.&amp;amp;nbsp;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;Error：&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Step 5/6: preprocessing voxel-to-voxel covariance&amp;lt;br&amp;gt;ERROR DESCRIPTION:&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;Error using svd&amp;lt;br&amp;gt;SVD did not converge.&amp;lt;br&amp;gt;Error in conn_process (line 1917)&amp;lt;br&amp;gt;&amp;amp;nbsp;[Q1,D]=svd(Cy); % Q1*D*Q1 = Ctt (time-by-time covariance matrix; note:unit variance timeseries)&amp;lt;br&amp;gt;Error in conn_process (line 69)&amp;lt;br&amp;gt;&amp;amp;nbsp;case {'preprocessing_gui','denoising_gui'}, conn_disp(['CONN: RUNNING DENOISING STEP']); conn_process([1.5,2,6:9],varargin{:});&amp;lt;br&amp;gt;Error in conn (line 7024)&amp;lt;br&amp;gt;&amp;amp;nbsp;else conn_process('denoising_gui'); ispending=false;&amp;lt;br&amp;gt;Error in conn_menumanager (line 124)&amp;lt;br&amp;gt;&amp;amp;nbsp;feval(CONN_MM.MENU{n0}.callback{n1}{1},CONN_MM.MENU{n0}.callback{n1}{2:end});&amp;amp;nbsp;&amp;lt;br&amp;gt;CONN22.a&amp;lt;br&amp;gt;SPM12 + DAiSS DEM FieldMap MEEGtools&amp;lt;br&amp;gt;Matlab v.2018a&amp;lt;br&amp;gt;project: CONN22.a&amp;lt;br&amp;gt;storage: 2148.7Gb available&amp;lt;br&amp;gt;&amp;amp;nbsp;&amp;lt;br&amp;gt;spm @ /media/**/**/toolbox/spm12&amp;lt;br&amp;gt;conn @ /media/**/**/toolbox/conn22a/conn&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Thanks,&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Yuan&amp;lt;/p&amp;gt;</description>
   <author>Yuan Cao</author>
   <pubDate>Sun, 04 Aug 2024 7:45:33 GMT</pubDate>
   <guid>http://stage.nitrcce.org/forum/forum.php?thread_id=15281&amp;forum_id=1144</guid>
  </item>
  <item>
   <title>Issue with Loading MAT-file in CONN</title>
   <link>http://stage.nitrcce.org/forum/forum.php?thread_id=15280&amp;forum_id=1144</link>
   <description>&amp;lt;p&amp;gt;I am experiencing a problem with loading a MAT-file in CONN during the setup process. The specific error occurs at the step where ROI data is being imported.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Error Details:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;CONN Version: CONN22.a&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;SPM Version: SPM12&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;MATLAB Version: MATLAB v.2020a&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Error Description:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Error using load&amp;lt;br&amp;gt;Unable to read MAT-file /Volumes/My Passport/conn_project01/data/ROI_Subject103_Session001.mat. File might be corrupt.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Error in conn_process (line 853)&amp;lt;br&amp;gt;&amp;amp;nbsp;old=load(filename);%,'data','names','source','xyz','sampledata','samplexyz');&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Error in conn_process (line 55)&amp;lt;br&amp;gt;&amp;amp;nbsp;case 'setup', conn_disp(['CONN: RUNNING SETUP STEP']); conn_process([0:4,4.5,5]);&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Error in conn (line 6392)&amp;lt;br&amp;gt;&amp;amp;nbsp;conn_process(processname); ispending=false;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Error in conn_menumanager (line 124)&amp;lt;br&amp;gt;&amp;amp;nbsp;feval(CONN_MM.MENU{n0}.callback{n1}{1},CONN_MM.MENU{n0}.callback{n1}{2:end});&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Could you please advise on how to proceed with this issue? Is there a way to repair or recover the file, or should I attempt to regenerate the file? Any guidance or suggestions would be greatly appreciated.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Thank you, Rasha&amp;lt;/p&amp;gt;</description>
   <author>Rasha Alharthi</author>
   <pubDate>Sat, 03 Aug 2024 22:06:21 GMT</pubDate>
   <guid>http://stage.nitrcce.org/forum/forum.php?thread_id=15280&amp;forum_id=1144</guid>
  </item>
  <item>
   <title>GLM variables and Exporting speciffic data</title>
   <link>http://stage.nitrcce.org/forum/forum.php?thread_id=15278&amp;forum_id=1144</link>
   <description>&amp;lt;p&amp;gt;Hi everyone!&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I'm very new to using Conn or every other fMRI toolbox, but I have two simple (I believe) questions.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;1st: After completing every preprocessing and denoising step, I ran an ICA on my data. After this, I wanted to correlate a speciffic ICA with a self-report instrument result to see any individual differences relating to that. When I try to run this analysis, Conn gives me a &amp;quot;warning&amp;quot; about having to select a &amp;quot;constant term&amp;quot; (suggesting me to use the &amp;quot;AllSubjects&amp;quot; variable created after the preprocessing). However, it seems odd to me to include this variable because I'm trying to check for differences between the individuals. Can I ignore this warning or should I really introduce the variable?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;2nd: For other analysis I need to retrieve from my data the levels of activation of the chosen ICA. I tried to use the &amp;quot;Export Mask&amp;quot; option, but it gave me an image that I cannot open with FSL. Is there another way to do this? Or even export the mean activation values for excel or something like that?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Thank for your time :)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Irina Luz&amp;lt;/p&amp;gt;</description>
   <author>Irina Luz</author>
   <pubDate>Fri, 02 Aug 2024 15:52:58 GMT</pubDate>
   <guid>http://stage.nitrcce.org/forum/forum.php?thread_id=15278&amp;forum_id=1144</guid>
  </item>
  <item>
   <title>Seed-Bases Sliding Window Analysis</title>
   <link>http://stage.nitrcce.org/forum/forum.php?thread_id=15277&amp;forum_id=1144</link>
   <description>&amp;lt;p&amp;gt;Dear all,&amp;amp;nbsp;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;We are running a whole-brain dynamic functional connectivity (dFC) to explore potential brain nodes (attractors). Here&amp;amp;rsquo;s a summary of our process and the issues we&amp;amp;rsquo;re encountering:&amp;lt;br&amp;gt;&amp;lt;strong&amp;gt;1. &amp;lt;/strong&amp;gt;We conducted a whole-brain dFC study using CONN for preprocessing and denoising with a specific band-pass filter.&amp;lt;br&amp;gt;&amp;lt;strong&amp;gt;2. &amp;lt;/strong&amp;gt;We then resized the voxels to 6mm and applied the attractors code. This analysis revealed two significant clusters.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;We now aim to perform a seed-based analysis using these specific ROIs, incorporating a sliding-window approach in CONN to capture the intrinsic dynamics similar to our initial whole-brain analysis. To achieve this, I have attempted to:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add the denoised and resized brain images and skip the preprocessing and denoising steps.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Modify the setup section to include the sliding windows and ROIs.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Run the seed-based analysis as usual.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;However, the results from the second-level analysis appear unusual, with all clusters showing the same size. I believe there may be an error in my approach, but I can't figure it out.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;Could you please help with the following:&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;- Are preprocessing and denoising steps necessary for performing a sliding-window analysis?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;- Should I prepare the data in a specific way?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;- How should I interpret the second-level results from this analysis?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;br&amp;gt;Thank you for your assistance.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Best regards.&amp;lt;br&amp;gt;Sofia Amaoui,&amp;lt;/p&amp;gt;</description>
   <author>Sofia Amaoui</author>
   <pubDate>Thu, 01 Aug 2024 16:05:28 GMT</pubDate>
   <guid>http://stage.nitrcce.org/forum/forum.php?thread_id=15277&amp;forum_id=1144</guid>
  </item>
  <item>
   <title>Different correlation matrices generated from the same data.</title>
   <link>http://stage.nitrcce.org/forum/forum.php?thread_id=15276&amp;forum_id=1144</link>
   <description>&amp;lt;p&amp;gt;Dear experts,&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;It's my first time doing longitudinal analysis with CONN.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;According to previous replies to the setting for longitudinal studies, there are 2 approaches.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;1:&amp;amp;nbsp; Enter the different sessions as if they were different subjects (https://www.nitrc.org/forum/forum.php?thread_id=4955&amp;amp;amp;forum_id=1144)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;2: Enter 2 as the &amp;quot;number of sessions&amp;quot; per subject (https://www.nitrc.org/forum/message.php?msg_id=12664; https://www.nitrc.org/forum/message.php?msg_id=18473)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I thought that CONN would generate the same ROI-to-ROI matrices with both approaches since I extracted these matrices from the result of 1st level analysis. However, I got different correlation matrices (Fisher's Z values, extracted from &amp;quot;resultsROI_Subject00*_Condition00*.mat&amp;quot;) for my follow-up data.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I tested 4 different settings:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;(1) Import HC and patient data at baseline, each subject has 1 session&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;(2) Import baseline and follow-up data (patients only) as different subjects (e.g. import baseline data as Subject 1-10, and then import follow-up data as Subject 11-20)&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;(3) Import baseline and follow-up data (patients only) as 2 sessions for 1 subject. Each subject has 2 sessions: baseline and follow-up&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;(4) Import follow-up data only, each subject has 1 session.&amp;amp;nbsp;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;While comparing the Z matrices for baseline data, (1), (2), and (3) generated the same matrices. However, while focusing on follow-up data, (3) generated different correlation matrices, compared with (2) and (4).&amp;amp;nbsp;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I plan to extract ROI-to-ROI matrices for other analyses (e.g. graph theory), but I', confused about which setting I should use for my longitudinal data. Does anyone know which one is the better approach?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Best regards,&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Chih-Hao&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp;&amp;lt;/p&amp;gt;</description>
   <author>Chihhao Lien</author>
   <pubDate>Thu, 01 Aug 2024 15:12:23 GMT</pubDate>
   <guid>http://stage.nitrcce.org/forum/forum.php?thread_id=15276&amp;forum_id=1144</guid>
  </item>
  <item>
   <title>Human Connectome Project (HCP) data in new version of CONN?</title>
   <link>http://stage.nitrcce.org/forum/forum.php?thread_id=15274&amp;forum_id=1144</link>
   <description>&amp;lt;p&amp;gt;Is the Human Connectome Project (HCP) dataset included in the new FCP data provided with the newest version of CONN?&amp;lt;/p&amp;gt;</description>
   <author>t_hicks</author>
   <pubDate>Wed, 31 Jul 2024 16:33:48 GMT</pubDate>
   <guid>http://stage.nitrcce.org/forum/forum.php?thread_id=15274&amp;forum_id=1144</guid>
  </item>
  <item>
   <title>RE: Setting for longitudinal studies</title>
   <link>http://stage.nitrcce.org/forum/forum.php?thread_id=15260&amp;forum_id=1144</link>
   <description>&lt;p&gt;Dear experts.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;I'd like to provide more information about my question.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;I have 16 patient data at baseline and follow-up.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;All data were preprocessed and denoised via fMRIprep and ICA-AROMA denoising.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;I use &quot;New (import)&quot; -&amp;gt; &quot;from fMRIprep dataset&quot; to import preprocessed data into CONN, and then replace functional data with denoised data.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;I tested the ROI-to-ROI matrices generated by 3 different settings.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;(1) only import follow-up data&amp;nbsp;&lt;br&gt;(2) import baseline and follow-up data as 2 sessions for each patient&lt;br&gt;(3) import baseline and follow-up data separately, resulting in 32 subjects in the setting, each subject has one session (baseline or follow-up)&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;I extracted ROI-to-ROI matrices from &amp;nbsp;&amp;ldquo;resultsROI_Subject*_Condition001.mat&quot; in &quot;...\results\firstlevel\SBC_01&quot; (For (2), also from &amp;ldquo;resultsROI_Subject*_Condition002.mat&quot;). I noticed that (1) and (2) generated the same correlation matrices, but (3) generated different results.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;I know (2) is the correct way to set up a longitudinal study. But, given that (1) and (3) result in different correlation matrices, I'm wondering why they generate different results. Would the same situation happen when I compare healthy controls and patients? (e.g. separately import healthy controls and patients as 2 conn project vs. import all data as one conn project).&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;An update: I did the same analysis as (1) again. However, the matrices are different with (2), but as the same as (3) this time.&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;I noticed that the second time automatically extracted more confounds (e.g. 'scrubbing_Dim20', 'QC_aroma_motion_Dim40', 'QC_w_comp_cor_Dim27'), but I only used CSF, white matter, and effect of rs for denoising, and these confounds/regressors were not included in SBC analysis, too. Thus, I don't really know why did I get different results from the same data and the same setting.&lt;/p&gt;</description>
   <author>Chihhao Lien</author>
   <pubDate>Tue, 30 Jul 2024 10:08:13 GMT</pubDate>
   <guid>http://stage.nitrcce.org/forum/forum.php?thread_id=15260&amp;forum_id=1144</guid>
  </item>
  <item>
   <title>Region-to-voxel option in CONN?</title>
   <link>http://stage.nitrcce.org/forum/forum.php?thread_id=15270&amp;forum_id=1144</link>
   <description>&amp;lt;p&amp;gt;Hi, sorry if it's a dumb question but from what I understand, the network we get from first level analysis is essentially Region to Region (ROI-to-ROI) matrix e.g.&amp;lt;code&amp;gt; load resultsROI_Subject001_Condition001.mat&amp;lt;/code&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Are we able to get Region to voxel networks in a similar manner? I am asking because I am able to import these ROI-ROI matrices into python for ML. But I also want to try for Region to Voxel as suggested by a paper I read.&amp;amp;nbsp;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;If anyone could enlighten me, I'd really appreciate it! Thank you&amp;lt;/p&amp;gt;</description>
   <author>Calvin Hew</author>
   <pubDate>Mon, 29 Jul 2024 23:58:49 GMT</pubDate>
   <guid>http://stage.nitrcce.org/forum/forum.php?thread_id=15270&amp;forum_id=1144</guid>
  </item>
  <item>
   <title>Citation error in Write Methods tool when selecting RRC analysis only</title>
   <link>http://stage.nitrcce.org/forum/forum.php?thread_id=15269&amp;forum_id=1144</link>
   <description>&amp;lt;p&amp;gt;Hello,&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;br&amp;gt;I am doing MVPA, SBC, and RRC analyses in CONN and have been trying out the &amp;quot;Write Methods&amp;quot; tool to help with my Methods section. I noticed a citation error when I select only RRC for my 1st level analysis. The Group level analyses text reads as:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;br&amp;gt;&amp;quot;&amp;lt;strong&amp;gt;Group-level analyses&amp;lt;/strong&amp;gt; were performed using a General Linear Model (GLM[12]). For each individual connection a separate GLM was estimated, with first-level connectivity measures at this connection as dependent variables (one independent sample per subject and one measurement per task or experimental condition, if applicable), and groups or other subject-level identifiers as independent variables. Connection-level hypotheses were evaluated using multivariate parametric statistics with random-effects across subjects and sample covariance estimation across multiple measurements. Inferences were performed at the level of individual clusters (groups of similar connections). Cluster-level inferences were based on parametric statistics within- and between- each pair of networks (Functional Network Connectivity[13]), with networks identified using a complete-linkage hierarchical clustering procedure[14] based on ROI-to-ROI anatomical proximity and functional similarity metrics[15]. Results were thresholded using a combination of a p &amp;amp;lt; 0.05 connection-level threshold and a familywise corrected p-FDR &amp;amp;lt; 0.05 cluster-level threshold[16].&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Reference [14] is reported as:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[14] S&amp;amp;oslash;rensen, T. (1948). A method of establishing groups of equal amplitude in plant sociology based on similarity of species and its application to analyses of the vegetation on Danish commons. Biologiske Skrifter / Kongelige Danske Videnskabernes Selskab 5: 1-34.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Luckily this citation error is removed when I select multiple 1st level analyses (e.g. MVPA, SBC, RRC) since the text changes:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;MsoNormal&amp;quot;&amp;gt;&amp;quot;&amp;lt;strong&amp;gt;Group-level analyses&amp;lt;/strong&amp;gt; were performed using a General Linear Model (GLM[13]). For each individual voxel a separate GLM was estimated, with first-level connectivity measures at this voxel as dependent variables (one independent sample per subject and one measurement per task or experimental condition, if applicable), and groups or other subject-level identifiers as independent variables. Voxel-level hypotheses were evaluated using multivariate parametric statistics with random-effects across subjects and sample covariance estimation across multiple measurements. Inferences were performed at the level of individual clusters (groups of contiguous voxels). Cluster-level inferences were based on parametric statistics from Gaussian Random Field theory[14,15]. Results were thresholded using a combination of a cluster-forming p &amp;amp;lt; 0.001 voxel-level threshold, and a familywise corrected p-FDR &amp;amp;lt; 0.05 cluster-size threshold[16].&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Wanted to point this out for bug reporting. I'm not quite sure why the Group level analyses text changes&amp;amp;nbsp; when using multiple 1st level analyses compared to only RRC. It also leaves out the Jafri 2008 paper for RRC thresholds when selecting multiple 1st level analyses.&amp;lt;/p&amp;gt;</description>
   <author>Joseph Dust</author>
   <pubDate>Mon, 29 Jul 2024 20:21:31 GMT</pubDate>
   <guid>http://stage.nitrcce.org/forum/forum.php?thread_id=15269&amp;forum_id=1144</guid>
  </item>
 </channel>
</rss>
