Skip to content

Commit 57f0815

Browse files
committed
small suggestion to the markdown cells
1 parent 7b5994e commit 57f0815

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

notebooks/basic_model_specification.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"cell_type": "markdown",
109109
"metadata": {},
110110
"source": [
111-
"If the only things that we need to specify our model are the onset and the trial type, i.e. **column 0** and **column 3**, we can get them with the command:"
111+
"We can also use [pandas](http://pandas.pydata.org/) to create a data frame from our dataset."
112112
]
113113
},
114114
{
@@ -196,7 +196,7 @@
196196
"cell_type": "markdown",
197197
"metadata": {},
198198
"source": [
199-
"Before we can use the onsets, we first need to split them into the two conditions:"
199+
"Before we can use the onsets, we first need to split them into the three conditions:"
200200
]
201201
},
202202
{
@@ -253,15 +253,15 @@
253253
{
254254
"data": {
255255
"text/plain": [
256-
"[('conditions', ['Finger', 'Foot', 'Lips']),\n",
257-
" ('onsets',\n",
256+
"[('onsets',\n",
258257
" [[10, 100, 190, 280, 370],\n",
259258
" [40, 130, 220, 310, 400],\n",
260259
" [70, 160, 250, 340, 430]]),\n",
261260
" ('durations',\n",
262261
" [[15.0, 15.0, 15.0, 15.0, 15.0],\n",
263262
" [15.0, 15.0, 15.0, 15.0, 15.0],\n",
264-
" [15.0, 15.0, 15.0, 15.0, 15.0]])]"
263+
" [15.0, 15.0, 15.0, 15.0, 15.0]]),\n",
264+
" ('conditions', ['Finger', 'Foot', 'Lips'])]"
265265
]
266266
},
267267
"execution_count": 5,
@@ -304,7 +304,7 @@
304304
"name": "python",
305305
"nbconvert_exporter": "python",
306306
"pygments_lexer": "ipython3",
307-
"version": "3.6.0"
307+
"version": "3.5.2"
308308
}
309309
},
310310
"nbformat": 4,

0 commit comments

Comments
 (0)