Skip to content

Commit 4bc1c04

Browse files
committed
expand on descriptions of DiD, distinguishing 2x2 vs multiple observations
1 parent 748423e commit 4bc1c04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/notebooks/did_pymc_banks.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@
385385
"cell_type": "markdown",
386386
"metadata": {},
387387
"source": [
388-
"## Analysis 1\n",
388+
"## Analysis 1 - 2x2 DiD\n",
389389
"\n",
390390
"First we'll do an analysis just looking at data from 1930 and 1931. This way we just have a single pre-intervention and a single post-intervention measurement."
391391
]
@@ -520,9 +520,9 @@
520520
"cell_type": "markdown",
521521
"metadata": {},
522522
"source": [
523-
"## Analysis 2\n",
523+
"## Analysis 2 - DiD with multiple pre/post observations\n",
524524
"\n",
525-
"Now we'll do a difference in differences analysis of the full dataset."
525+
"Now we'll do a difference in differences analysis of the full dataset. This approach has similarities to CITS (Comparative Interrupted Time Series) with a single control over time. Although slighyly abitrary, we distinguish between the two techniques on whether there is enough time series data for CITS to capture the time series patterns."
526526
]
527527
},
528528
{

0 commit comments

Comments
 (0)