Skip to content

Commit cc2d9d2

Browse files
committed
add some explanation of summary stats outputs
1 parent 9d5be12 commit cc2d9d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/source/notebooks/staggered_did_pymc.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,9 @@
452452
"cell_type": "markdown",
453453
"metadata": {},
454454
"source": [
455-
"## View Summary Statistics\n"
455+
"## View Summary Statistics\n",
456+
"\n",
457+
"The `n_obs` column in the event-time ATT table shows the number of treated unit-time observations contributing to each event-time estimate. This varies across event-times because different cohorts have different lengths of post-treatment history. For example, units treated early in the panel contribute observations at all event-times, while units treated later only contribute to earlier event-times (e.g., event-time 0, 1, 2) before the panel ends.\n"
456458
]
457459
},
458460
{

0 commit comments

Comments
 (0)