Skip to content

Commit b72537a

Browse files
committed
added cross-notebook reference
1 parent d205e80 commit b72537a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

content/Group_Analysis.ipynb

+2-1
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,7 @@
543543
"cell_type": "markdown",
544544
"metadata": {},
545545
"source": [
546+
"(content:group_analysis:labels)=\n",
546547
"## Running a Group Analysis\n",
547548
"\n",
548549
"Okay, now let's try and run our own group level analysis with real imaging data using the Pinel Localizer data. I have run a first level model for the first 10 participants using the procedure we used in the single-subject analysis notebook. \n",
@@ -1719,7 +1720,7 @@
17191720
"name": "python",
17201721
"nbconvert_exporter": "python",
17211722
"pygments_lexer": "ipython3",
1722-
"version": "3.9.13"
1723+
"version": "3.12.2"
17231724
},
17241725
"toc": {
17251726
"base_numbering": 1,

content/RSA.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"### Single Subject Pattern Similarity\n",
123123
"Recall that in the Single Subject Model Lab that we ran single subject models for 10 different regressors for the Pinel Localizer task. In this tutorial, we will use our results to learn how to conduct RSA style analyses.\n",
124124
"\n",
125-
"First, let's get a list of all of the subject IDs and load the beta values from each condition for a single subject into a `Brain_Data` object."
125+
"First, let's get a list of all of the subject IDs and load the beta values from each condition for a single subject into a `Brain_Data` object. We will be using the output of running a 1st-level model for each participant where we saved a separate file for each task condition. See this [code](content:group_analysis:labels) for reference from the group analysis tutorial."
126126
]
127127
},
128128
{

0 commit comments

Comments
 (0)