Skip to content

Commit

Permalink
Docs improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshg committed Feb 7, 2024
1 parent 12e4787 commit 4751057
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ makedocs(sitename="SynthControl",
pages = ["Home" => "index.md",
"Methods" => [
"SimpleSCM" => "methods/SimpleSCM.md"
]])
"ADH2010" => "methods/ADH2010.md"
]
])

deploydocs(
repo = "github.com/nilshg/SynthControl.jl.git",
Expand Down
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ implementation status
| Estimator | Point estimate | Covariates | Standard Errors | Reference implementation |
|--------------|:----:|:----:|:-----:|------|
| Simple SCM | 🟢 | 🟥 | 🟥 | None |
| ADH2011 | 🟡 | 🟥 | 🟥 | None |
| ADH2010 | 🟡 | 🟥 | 🟥 | None |
| SyntheticDiD | 🟢 | 🟥 | 🟡 | [synthdid (R)](https://github.com/synth-inference/synthdid) |
| PenalizedSCM | 🟥 | 🟥 | 🟥 | [pensynth (R)](https://github.com/jeremylhour/pensynth) |
| AugmentedSCM | 🟥 | 🟥 | 🟥 | [augsynth (R)](https://github.com/ebenmichael/augsynth) |
Expand All @@ -30,7 +30,7 @@ much welcome.
* Package design
* Available estimators
* SimpleSCM
* ADH2011
* ADH2010
* SyntheticDiD
* PenalizedSCM
* AugmentedSCM
Expand Down
18 changes: 18 additions & 0 deletions docs/src/methods/ADH2010.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## Abadie, Diamond and Hainmüller (2010) Synthetic Control Model

The `ADH2011` model is in some sense the canonical Synthetic Control Model. It is set out in
[Abadie, Diamond and Hainmüller (2010,
JASSA)](https://www.tandfonline.com/doi/abs/10.1198/jasa.2009.ap08746)[^1], which estimates the
effects of proposition 99, a change to tobacco advertising rules in California, on smoking rates in
the state.

The method was initially introduced in [Abadie and Gardeazabal (2003)](https://www.aeaweb.org/articles?id=10.1257/000282803321455188)[^2].

[^1]: Abadie, A., Diamond, A., and Hainmüller, J. (2010): *Synthetic Control Methods for Comparative
Case Studies: Estimating the Effect of California’s Tobacco Control Program*, American Journal
of Political Science, Vol. 59(2), Pp. 495-510
[^2]: Abadie, A., and Gardeazabal, J. (2003): *The Economic Cost of Conflict: A Case Study of the
Basque Country*, American Economic Review, Vol. 93(1), Pp. 113-132



0 comments on commit 4751057

Please sign in to comment.