Skip to content

Commit c50db34

Browse files
drbenvincentNathanielF
authored andcommitted
get bibtex references working
1 parent 31cf8d7 commit c50db34

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

docs/source/_static/interrogate_badge.svg

Lines changed: 3 additions & 3 deletions
Loading

docs/source/notebooks/did_pymc_banks.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"This example is in-progress! Further elaboration and explanation will follow soon.\n",
1212
":::\n",
1313
"\n",
14-
"This notebook analyses historic data on banking closures from {cite:t}`richardson2009monetary` and used as a case study for a difference in differences analysis in the excellent book [Mastering Metrics](http://www.masteringmetrics.com) {cite:p}`angrist2014mastering`. Here, we replicate this analysis, but using Bayesian inference."
14+
"This notebook analyses historic data on banking closures from [Richardson & Troost (2009)](http://masteringmetrics.com/wp-content/uploads/2015/02/Richardson_Troost_2009_JPE.pdf) and used as a case study for a difference in differences analysis in the [Mastering Metrics](http://www.masteringmetrics.com) book. Here, we replicate this analysis, but using Bayesian inference."
1515
]
1616
},
1717
{

docs/source/references.bib

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,16 @@ @book{hansenEconometrics
4747
year={2022},
4848
publisher={Princeton}
4949
}
50+
@online{brexit2022policybrief,
51+
year={2022},
52+
title={What can we know about the cost of Brexit so far?},
53+
url={https://www.cer.eu/publications/archive/policy-brief/2022/cost-brexit-so-far},
54+
author={Springford, John}
55+
}
56+
57+
@book{reichardt2019quasi,
58+
title={Quasi-experimentation: A guide to design and analysis},
59+
author={Reichardt, Charles S},
60+
year={2019},
61+
publisher={Guilford Publications}
62+
}

0 commit comments

Comments
 (0)