From b9de36d0116ba42a1b9f468b40e74d47342b9418 Mon Sep 17 00:00:00 2001 From: Gabriel Girard Date: Thu, 12 Dec 2024 15:24:25 -0500 Subject: [PATCH] DOC - fixed updated script name --- docs/source/documentation/construct_participants_tsv_file.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/documentation/construct_participants_tsv_file.rst b/docs/source/documentation/construct_participants_tsv_file.rst index 1ca030270..921085021 100644 --- a/docs/source/documentation/construct_participants_tsv_file.rst +++ b/docs/source/documentation/construct_participants_tsv_file.rst @@ -1,4 +1,4 @@ -Instructions to write the tsv files "participants.tsv" for the script scil_group_comparison.py +Instructions to write the tsv files "participants.tsv" for the script scil_stats_group_comparison.py =============================================================================================== The TSV file should follow the BIDS `specification `_. @@ -12,7 +12,7 @@ participant_id categorical_var_1 categorical_var_2 ... (ex: participant_id sex nb_children) -The categorical variable name are the "group_by" variable that can be called by scil_group_comparison.py +The categorical variable name are the "group_by" variable that can be called by scil_stats_group_comparison.py Specific row ------------