From 807929a25a16ec9bd4e22baa2d3e307b2813577b Mon Sep 17 00:00:00 2001 From: jxntb <91437854+jxntb@users.noreply.github.com> Date: Tue, 20 Aug 2024 15:08:46 +0200 Subject: [PATCH] Update test_pcs.m removed p-thresholding --- test_pcs.m | 3 --- 1 file changed, 3 deletions(-) diff --git a/test_pcs.m b/test_pcs.m index 43c489f..90b8253 100644 --- a/test_pcs.m +++ b/test_pcs.m @@ -11,9 +11,6 @@ % Call calculate_PCS function PCS_subject = calculate_PCS(cnn, 'disorder', 'schizophrenia', 'gmean', true, 'atlas', 'aparc'); - % Optional use of p_threshold; - % PCS_subject = calculate_PCS(cnn, 'disorder', 'schizophrenia', 'gmean', true, 'atlas', 'aparc', 'p_threshold', 0.05); - % Completion message disp('PCS Scores Calculated!');