Skip to content

Commit 488b075

Browse files
committed
make doctest pass
1 parent 8bdf670 commit 488b075

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

causalpy/skl_experiments.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -588,12 +588,13 @@ class RegressionDiscontinuity(ExperimentalDesign, RDDataValidator):
588588
Formula: y ~ 1 + x + treated
589589
Running variable: x
590590
Threshold on running variable: 0.5
591+
<BLANKLINE>
591592
Results:
592593
Discontinuity at threshold = 0.19
593594
Model coefficients:
594-
Intercept 0.0
595-
treated[T.True] 0.19
596-
x 1.23
595+
Intercept 0
596+
treated[T.True] 0.19
597+
x 1.2
597598
"""
598599

599600
def __init__(

0 commit comments

Comments
 (0)