Skip to content

Commit 63abff8

Browse files
committed
fix typo
1 parent 49d0a4a commit 63abff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/notebooks/did_pymc_banks.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@
352352
"\n",
353353
"Let's just run through this to make sure we understand:\n",
354354
"* $\\mu_i$ is the expected value of the outcome (number of banks in business) for the $i^{th}$ observation.\n",
355-
"* $\\beta_0$ is an intercept term to capture the basiline number of banks in business of the control group, in the pre-intervention period.\n",
355+
"* $\\beta_0$ is an intercept term to capture the baseline number of banks in business of the control group, in the pre-intervention period.\n",
356356
"* `district` is a dummy variable, so $\\beta_{d}$ will represent a main effect of district, that is any offset of the treatment group relative to the control group.\n",
357357
"* `post_treatment` is also a dummy variable which captures any shift in the outcome after the treatment time, regardless of the receiving treatment or not.\n",
358358
"* the interaction of the two dummary variables `district:post_treatment` will only take on values of 1 for the treatment group after the intervention. Therefore $\\beta_{\\Delta}$ will represent our estimated causal effect."

0 commit comments

Comments
 (0)