File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 5
5
- LinearRegression model
6
6
7
7
Models are intended to be used from inside an experiment
8
- class (see pymc_experiments.py). This is why the examples require some extra
8
+ class (see `pymc_experiments.py
9
+ <https://causalpy.readthedocs.io/en/latest/api_pymc_experiments.html>`_).
10
+ This is why the examples require some extra
9
11
manipulation input data, often to ensure `y` has the correct shape.
10
12
11
13
"""
14
+
12
15
from typing import Any , Dict , Optional
13
16
14
17
import arviz as az
Original file line number Diff line number Diff line change @@ -298,7 +298,6 @@ class DifferenceInDifferences(ExperimentalDesign):
298
298
Example
299
299
--------
300
300
>>> df = cp.load_data("did")
301
- >>> seed = 42
302
301
>>> result = cp.skl_experiments.DifferenceInDifferences(
303
302
... data,
304
303
... formula="y ~ 1 + group*post_treatment",
You can’t perform that action at this time.
0 commit comments