Skip to content

Commit a9520a8

Browse files
authored
Merge pull request #133 from DoubleML/s-notebook-DiD
Add DID models documentation
2 parents c63893e + 2b331e1 commit a9520a8

16 files changed

+1131
-94813
lines changed

doc/api/api.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Double machine learning models
2626
DoubleMLPLIV
2727
DoubleMLIRM
2828
DoubleMLIIVM
29+
DoubleMLDID
30+
DoubleMLDIDCS
2931
DoubleMLPQ
3032
DoubleMLLPQ
3133
DoubleMLCVAR
@@ -61,6 +63,7 @@ Dataset generators
6163
datasets.make_iivm_data
6264
datasets.make_plr_turrell2018
6365
datasets.make_pliv_multiway_cluster_CKMS2021
66+
datasets.make_did_SZ2020
6467

6568
Score mixin classes for double machine learning models
6669
------------------------------------------------------

doc/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@
134134
'https://doi.org/10.1111/rssa.12623', # Valid DOI; Causes 403 Client Error: Forbidden for url:...
135135
'https://doi.org/10.1146/annurev-economics-012315-015826', # Valid DOI; Causes 403 Client Error: Forbidden for url:...
136136
'https://doi.org/10.1109/TIT.2014.2343629', # Valid DOI, Causes 418 Client Error: unknown for url:...
137+
'https://doi.org/10.1093/ectj/utaa001', # Valid DOI; Causes 403 Client Error: Forbidden for url:...
138+
'https://doi.org/10.1111/0034-6527.00321', # Valid DOI; Causes 403 Client Error: Forbidden for url:...
139+
'https://doi.org/10.1016/j.jeconom.2020.06.003', # Valid DOI; Causes 403 Client Error: Forbidden for url:...
137140
]
138141

139142
# To execute R code via jupyter-execute one needs to install the R kernel for jupyter

doc/examples/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ These are case studies with the Python package :ref:`DoubleML <doubleml_package>
2929
py_double_ml_multiway_cluster.ipynb
3030
py_double_ml_gate.ipynb
3131
py_double_ml_cate.ipynb
32+
py_double_ml_did.ipynb
3233
py_double_ml_pension_qte.ipynb
3334
py_double_ml_pq.ipynb
3435
py_double_ml_cvar.ipynb

doc/examples/py_double_ml_cate.ipynb

Lines changed: 23 additions & 92967 deletions
Large diffs are not rendered by default.

doc/examples/py_double_ml_cvar.ipynb

Lines changed: 19 additions & 351 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)