You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-18Lines changed: 1 addition & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,7 @@ Another distinctive feature of this package is the ability to use different mode
15
15
16
16
||[CausalImpact](https://google.github.io/CausalImpact/) from Google |[GeoLift](https://github.com/facebookincubator/GeoLift/) from Meta | CausalPy from [PyMC Labs](https://www.pymc-labs.io)|
| Language | R (but see [tfcausalimpact](https://github.com/WillianFuks/tfcausalimpact)) | R | Python |
@@ -92,22 +91,6 @@ This is appropriate when you have multiple units, one of which is treated. You b
92
91
93
92
> The data (treated and untreated units), pre-treatment model fit, and counterfactual (i.e. the synthetic control) are plotted (top). The causal impact is shown as a blue shaded region. The Bayesian analysis shows shaded Bayesian credible regions of the model fit and counterfactual. Also shown is the causal impact (middle) and cumulative causal impact (bottom).
94
93
95
-
### Interrupted time series
96
-
This is appropriate when you have a single treated unit, and therefore a single time series, and do _not_ have a set of untreated units.
> The data (treated and untreated units), pre-treatment model fit, and counterfactual (i.e. the synthetic control) are plotted (top). The causal impact is shown as a blue shaded region. The Bayesian analysis shows shaded Bayesian credible regions of the model fit and counterfactual. Also shown is the causal impact (middle) and cumulative causal impact (bottom).
110
-
111
94
### Difference in Differences
112
95
113
96
This is appropriate when you have a single pre and post intervention measurement and have a treament and a control group.
0 commit comments