Skip to content

Commit

Permalink
added cross-notebook reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ljchang committed May 1, 2024
1 parent d205e80 commit b72537a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion content/Group_Analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"(content:group_analysis:labels)=\n",
"## Running a Group Analysis\n",
"\n",
"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",
Expand Down Expand Up @@ -1719,7 +1720,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.13"
"version": "3.12.2"
},
"toc": {
"base_numbering": 1,
Expand Down
2 changes: 1 addition & 1 deletion content/RSA.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"### Single Subject Pattern Similarity\n",
"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",
"\n",
"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."
"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."
]
},
{
Expand Down

0 comments on commit b72537a

Please sign in to comment.