Skip to content

Commit 5755ea5

Browse files
authored
Merge pull request #267 from DoubleML/sk-add-plpr
add DoubleMLPLPR model to documentation
2 parents cfa1de8 + 81205d7 commit 5755ea5

14 files changed

Lines changed: 10299 additions & 36 deletions

File tree

doc/api/datasets.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Dataset Generators
3232
plm.datasets.make_plr_CCDDHNR2018
3333
plm.datasets.make_plr_turrell2018
3434
plm.datasets.make_lplr_LZZ2020
35+
plm.datasets.make_plpr_CP2025
3536
plm.datasets.make_pliv_CHS2015
3637
plm.datasets.make_pliv_multiway_cluster_CKMS2021
3738
plm.datasets.make_confounded_plr_data

doc/api/dml_models.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ doubleml.plm
1717

1818
DoubleMLPLR
1919
DoubleMLLPLR
20+
DoubleMLPLPR
2021
DoubleMLPLIV
2122

2223

doc/conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,11 @@
275275
# Valid DOI; Causes 403 Client Error: Forbidden for url:...
276276
"https://doi.org/10.3982/ECTA15732",
277277
# Valid DOI; Causes 403 Client Error: Forbidden for url:...
278-
"https://doi.org/10.1093/ectj/utab019"
278+
"https://doi.org/10.1093/ectj/utab019",
279+
# Valid DOI; Causes 403 Client Error: Forbidden for url:...
280+
"https://doi.org/10.1093/ectj/utaf011",
281+
# Valid DOI; Causes 403 Client Error: Forbidden for url:...
282+
"https://doi.org/10.2307/1913646"
279283
]
280284

281285
# 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
@@ -23,6 +23,7 @@ General Examples
2323
py_double_ml_apo.ipynb
2424
py_double_ml_irm_vs_apo.ipynb
2525
py_double_ml_lplr.ipynb
26+
py_double_ml_plpr.ipynb
2627
py_double_ml_ssm.ipynb
2728
learners/py_optuna.ipynb
2829
learners/py_learner.ipynb

0 commit comments

Comments
 (0)