Skip to content

Commit 4392539

Browse files
committed
#44 minor edit to bayesian RDD drinking example
1 parent dc82793 commit 4392539

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/notebooks/rd_pymc_drinking.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@
8080
" 0 & \\text{if $a < 21$} \n",
8181
" \\end{cases}\n",
8282
"\\end{align}\n",
83-
"$$"
83+
"$$\n",
84+
"\n",
85+
"To be clear, $\\beta_2 a$ describes a linear trend of how expected mortality rate changes with age. The coefficient $\\beta_0$ is the intercept of this linear trend (at $a=0$). This leaves $\\beta_1 t(a)$ which we can understand as modelling the discontinuity of the linear trend around the age threshold. "
8486
]
8587
},
8688
{

0 commit comments

Comments
 (0)