Skip to content

Commit

Permalink
Update test_pcs.m
Browse files Browse the repository at this point in the history
removed p-thresholding
  • Loading branch information
jxntb authored Aug 20, 2024
1 parent bef2b01 commit 807929a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test_pcs.m
Original file line number Diff line number Diff line change
Expand Up @@ -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!');

Expand Down

0 comments on commit 807929a

Please sign in to comment.