Skip to content

Commit 2f89a97

Browse files
committed
clarification about using same dataset in the basis function example
1 parent e3c37be commit 2f89a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/notebooks/rkink_pymc.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@
612612
"source": [
613613
"## Example 3 - basis spline model\n",
614614
"\n",
615-
"As a final example to demonstrate that we need not be constrained to polynomial functions, we can use a basis spline model. This takes advantage of the capability of `patsy` to generate design matricies with basis splines."
615+
"As a final example to demonstrate that we need not be constrained to polynomial functions, we can use a basis spline model. This takes advantage of the capability of `patsy` to generate design matricies with basis splines. Note that we will use the same simulated dataset as the previous example."
616616
]
617617
},
618618
{

0 commit comments

Comments
 (0)