Skip to content

Commit 96840c0

Browse files
TomeHirataCopilot
andauthored
Update docs/source/tutorials/oregon.rst
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a7713c6 commit 96840c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/tutorials/oregon.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Next, we prepare the data for the DTE analysis. This involves creating treatment
7474
treatment_assignment_mapping = {'Not selected': 0, 'Selected': 1}
7575
df['Z'] = df['treatment'].map(treatment_assignment_mapping)
7676
77-
# Create actual treatment indicator: 0=Not enrolled, 1=Enrolled, -1=Missing
77+
# Create actual treatment indicator: 0=Not enrolled, 1=Enrolled
7878
treatment_mapping = {'NOT enrolled': 0, 'Enrolled': 1}
7979
df['D'] = df['ohp_all_ever_inperson'].map(treatment_mapping)
8080

0 commit comments

Comments
 (0)