-
Notifications
You must be signed in to change notification settings - Fork 26
/
bibliography.bib
1445 lines (1285 loc) · 44.7 KB
/
bibliography.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@article{bjarkefur2020iefieldkit,
title={iefieldkit: Commands for primary data collection and cleaning},
author={Bj{\"a}rkefur, Kristoffer and de Andrade, Lu{\'\i}za Cardoso and Daniels, Benjamin},
journal={The Stata Journal},
volume={20},
number={4},
pages={892--915},
year={2020},
publisher={SAGE Publications Sage CA: Los Angeles, CA}
}
@article{pr0062,
author = "Jann, B.",
title = "Creating LaTeX documents from within Stata using texdoc",
journal = "Stata Journal",
publisher = "Stata Press",
address = "College Station, TX",
volume = "16",
number = "2",
year = "2016",
pages = "245-263(19)",
url = "http://www.stata-journal.com/article.html?article=pr0062"
}
@Book{ggplot2,
author = {Hadley Wickham},
title = {ggplot2: Elegant Graphics for Data Analysis},
publisher = {Springer-Verlag New York},
year = {2016},
isbn = {978-3-319-24277-4},
url = {https://ggplot2.tidyverse.org},
}
@article{pr0064,
author = "Haghish, E. F.",
title = "markdoc: Literate programming in Stata",
journal = "Stata Journal",
publisher = "Stata Press",
address = "College Station, TX",
volume = "16",
number = "4",
year = "2016",
pages = "964-988(25)",
url = "http://www.stata-journal.com/article.html?article=pr0064"
}
@article{pr0065,
author = "Jann, B.",
title = "Creating HTML or Markdown documents from within Stata using webdoc",
journal = "Stata Journal",
publisher = "Stata Press",
address = "College Station, TX",
volume = "17",
number = "1",
year = "2017",
pages = "3-38(36)",
url = "http://www.stata-journal.com/article.html?article=pr0065"
}
@article{pr0067,
author = "Rodriguez, G.",
title = "Literate data analysis with Stata and Markdown",
journal = "Stata Journal",
publisher = "Stata Press",
address = "College Station, TX",
volume = "17",
number = "3",
year = "2017",
pages = "600-618(19)",
url = "http://www.stata-journal.com/article.html?article=pr0067"
}
@book{jones2019factor,
title={Factor Market Failures and the Adoption of Irrigation in Rwanda},
author={Jones, Maria Ruth and Kondylis, Florence and Loeser, John Ashton and Magruder, Jeremy},
year={2019},
publisher={The World Bank}
}
@article{ofosu2019pre,
title={Pre-analysis plans: a stocktaking},
author={Ofosu, George and Posner, Daniel},
year={2019}
}
@article{kuldtrend,
title={The trend of increasing co-authorship in economics: New evidence},
author={Kuld, Lukas and O'Hagan, John},
year={2017},
}
@article{wada2014outreg2,
title={OUTREG2: Stata module to arrange regression outputs into an illustrative table},
author={Wada, Roy},
year={2014},
publisher={Boston College Department of Economics}
}
@article{daniels2019outwrite,
title={OUTWRITE: Stata module to consolidate multiple regressions and export the results to a. xlsx,. xls,. csv, or. tex file},
author={Daniels, Benjamin},
year={2019},
publisher={Boston College Department of Economics}
}
@article{hlavac2015stargazer,
title={stargazer: Beautiful {LATEX}, {HTML} and {ASCII} tables from {R} statistical output},
author={Hlavac, Marek},
year={2015}
}
@misc{cunningham2018causal,
title={Causal {I}nference: The mixtape},
author={Cunningham, Scott},
year={2018},
publisher={Manuscript}
}
@article{white2016bcstats,
title={BCSTATS: Stata module to analyze back check (field audit) data and compare it to the original survey data},
author={White, Matthew},
year={2016},
publisher={Boston College Department of Economics}
}
@article{estout07,
author = {Jann, Benn},
title = {Making regression tables simplified},
journal = {Stata Journal},
publisher = {Stata Press},
address = {College Station, TX},
volume = {7},
number = {2},
year = {2007},
pages = {227-244(18)},
url = {http://www.stata-journal.com/article.html?article=st0085_1}
}
@article{estout05,
author = {Jann, Benn},
title = {Making regression tables from stored estimates},
journal = {Stata Journal},
publisher = {Stata Press},
address = {College Station, TX},
volume = {5},
number = {3},
year = {2005},
pages = {288-308(21)},
url = {http://www.stata-journal.com/article.html?article=st0085}
}
@book{angrist2014mastering,
title={Mastering Metrics: The path from cause to effect},
author={Angrist, Joshua D and Pischke, J{\"o}rn-Steffen},
year={2014},
publisher={Princeton University Press}
}
@book{angrist2008mostly,
title={Mostly Harmless Econometrics: An empiricist's companion},
author={Angrist, Joshua D and Pischke, J{\"o}rn-Steffen},
year={2008},
publisher={Princeton University Press}
}
@TechReport{RePEc:gdm:wpaper:9412,
author={Mark E. McGovern},
title={{A Practical Introduction to Stata}},
year=2012,
month=Aug,
institution={Program on the Global Demography of Aging},
type={PGDA Working Papers},
url={https://ideas.repec.org/p/gdm/wpaper/9412.html},
number={9412},
abstract={This document provides an introduction to the use of Stata. It is designed to be an overview rather than a comprehensive guide, aimed at covering the basic tools necessary for econometric analysis. Topics cov- ered include data management, graphing, regression analysis, binary outcomes, ordered and multinomial regression, time series and panel data. Stata commands are shown in the context of practical examples.},
keywords={stata; econometric analysis},
doi={},
}
@misc{bierer2017revised,
title={Revised ‘Common Rule’ shapes protections for research participants},
author={Bierer, Barbara E and Barnes, Mark and Lynch, Holly Fernandez},
year={2017}
}
@book{hadley2017R,
author = {Wickham, Hadley and Grolemund, Garrett},
title = {R for Data Science: Import, Tidy, Transform, Visualize, and Model Data},
year = {2017},
isbn = {1491910399},
publisher = {O'Reilly Media, Inc.},
edition = {1st}
}
@book{christensen2019transparent,
title={Transparent and reproducible social science research: How to do open science},
author={Christensen, Garret and Freese, Jeremy and Miguel, Edward},
year={2019},
publisher={University of California Press}
}
@article{gelman2013garden,
title={The garden of forking paths: Why multiple comparisons can be a problem, even when there is no “fishing expedition” or “p-hacking” and the research hypothesis was posited ahead of time},
author={Gelman, Andrew and Loken, Eric},
journal={Department of Statistics, Columbia University},
year={2013}
}
@techreport{duflo2020praise,
title={In praise of moderation: Suggestions for the scope and use of pre-analysis plans for {RCT}s in economics},
author={Duflo, Esther and Banerjee, Abhijit and Finkelstein, Amy and Katz, Lawrence F and Olken, Benjamin A and Sautmann, Anja},
year={2020},
institution={National Bureau of Economic Research}
}
@article{kerr1998harking,
title={{HARKing}: Hypothesizing after the results are known},
author={Kerr, Norbert L},
journal={Personality and Social Psychology Review},
volume={2},
number={3},
pages={196--217},
year={1998},
publisher={Sage Publications Sage CA: Los Angeles, CA}
}
@article{nosek2018preregistration,
title={The preregistration revolution},
author={Nosek, Brian A and Ebersole, Charles R and DeHaven, Alexander C and Mellor, David T},
journal={Proceedings of the National Academy of Sciences},
volume={115},
number={11},
pages={2600--2606},
year={2018},
publisher={National Acad Sciences}
}
@book{dasu2003exploratory,
title={Exploratory data mining and data cleaning},
author={Dasu, Tamraparni and Johnson, Theodore},
volume={479},
year={2003},
publisher={John Wiley \& Sons}
}
@Article{tidy-data,
author = {Hadley Wickham},
issue = {10},
journal = {The Journal of Statistical Software},
selected = {TRUE},
title = {Tidy data},
url = {https://www.jstatsoft.org/v59/i10/},
volume = {59},
year = {2014},
bdsk-url-1 = {https://www.jstatsoft.org/v59/i10}
}
@book{glewwe2000designing,
title={Designing household survey questionnaires for developing countries: Lessons from 15 years of the living standards measurement study},
author={Glewwe, Paul and Grosh, Margaret E},
year={2000},
publisher={World Bank}
}
@incollection{schwarzer2015small,
title={Small-study effects in meta-analysis},
author={Schwarzer, Guido and Carpenter, James R and R{\"u}cker, Gerta},
booktitle={Meta-analysis with R},
pages={107--141},
year={2015},
publisher={Springer}
}
@article{king2019propensity,
title={Why propensity scores should not be used for matching},
author={King, Gary and Nielsen, Richard},
journal={Political Analysis},
volume={27},
number={4},
pages={435--454},
year={2019},
publisher={Cambridge University Press}
}
@article{athey2017state,
title={The state of applied econometrics: Causality and policy evaluation},
author={Athey, Susan and Imbens, Guido W},
journal={Journal of Economic Perspectives},
volume={31},
number={2},
pages={3--32},
year={2017}
}
@article{abadie2010synthetic,
title={Synthetic control methods for comparative case studies: Estimating the effect of California’s tobacco control program},
author={Abadie, Alberto and Diamond, Alexis and Hainmueller, Jens},
journal={Journal of the American Statistical Association},
volume={105},
number={490},
pages={493--505},
year={2010},
publisher={Taylor \& Francis}
}
@inbook {stock2005weak,
title = {Testing for Weak Instruments in Linear IV Regression},
booktitle = {Identification and Inference for Econometric Models},
year = {2005},
pages = {80-108},
publisher = {Cambridge University Press},
organization = {Cambridge University Press},
address = {New York},
url = {https://scholar.harvard.edu/files/stock/files/testing\_for\_weak\_instruments\_in\_linear\_ivs\_regression.pdf},
author = {James Stock and Motohiro Yogo},
editor = {Donald W.K. Andrews}
}
@article{calonico2019regression,
title={Regression discontinuity designs using covariates},
author={Calonico, Sebastian and Cattaneo, Matias D and Farrell, Max H and Titiunik, Rocio},
journal={Review of Economics and Statistics},
volume={101},
number={3},
pages={442--451},
year={2019},
publisher={MIT Press}
}
@book{gertler2016impact,
title={Impact Evaluation in Practice},
author={Gertler, Paul J and Martinez, Sebastian and Premand, Patrick and Rawlings, Laura B and Vermeersch, Christel MJ},
year={2016},
publisher={The World Bank}
}
@misc{hernan2010causal,
title={Causal inference},
author={Hern{\'a}n, Miguel A and Robins, James M},
year={2010},
publisher={CRC Boca Raton, FL;}
}
@article{hausman2018regression,
title={Regression discontinuity in time: Considerations for empirical applications},
author={Hausman, Catherine and Rapson, David S},
journal={Annual Review of Resource Economics},
volume={10},
pages={533--552},
year={2018},
publisher={Annual Reviews}
}
@article{schulz2010consort,
title={CONSORT 2010 statement: updated guidelines for reporting parallel group randomised trials},
author={Schulz, Kenneth F and Altman, Douglas G and Moher, David},
journal={BMC Medicine},
volume={8},
number={1},
pages={18},
year={2010},
publisher={BioMed Central}
}
@inproceedings{abowd2018us,
title={The {U.S. Census Bureau} adopts differential privacy},
author={Abowd, John M},
booktitle={Proceedings of the 24th ACM SIGKDD International Conference on Knowledge Discovery \& Data Mining},
pages={2867--2867},
year={2018},
organization={ACM}
}
@article{nosek2015promoting,
title={Promoting an open research culture},
author={Nosek, Brian A and Alter, George and Banks, George C and Borsboom, Denny and Bowman, Sara D and Breckler, Steven J and Buck, Stuart and Chambers, Christopher D and Chin, Gilbert and Christensen, Garret and others},
journal={Science},
volume={348},
number={6242},
pages={1422--1425},
year={2015},
publisher={American Association for the Advancement of Science}
}
@article{stodden2013toward,
title={Toward reproducible computational research: an empirical analysis of data and code policy adoption by journals},
author={Stodden, Victoria and Guo, Peixuan and Ma, Zhaokun},
journal={PLoS One},
volume={8},
number={6},
pages={e67111},
year={2013},
publisher={Public Library of Science}
}
@article{simonsohn2015specification,
title={Specification curve: Descriptive and inferential statistics on all reasonable specifications},
author={Simonsohn, Uri and Simmons, Joseph P and Nelson, Leif D},
journal={Available at SSRN 2694998},
year={2015}
}
@techreport{galiani2017incentives,
title={Incentives for replication in economics},
author={Galiani, Sebastian and Gertler, Paul and Romero, Mauricio},
year={2017},
institution={National Bureau of Economic Research}
}
@article{blischak2016quick,
title={A quick introduction to version control with {Git} and {GitHub}},
author={Blischak, John D and Davenport, Emily R and Wilson, Greg},
journal={PLoS Computational Biology},
volume={12},
number={1},
pages={e1004668},
year={2016},
publisher={Public Library of Science}
}
@article{imbens2001estimating,
title={Estimating the effect of unearned income on labor earnings, savings, and consumption: Evidence from a survey of lottery players},
author={Imbens, Guido W and Rubin, Donald B and Sacerdote, Bruce I},
journal={American Economic Review},
volume={91},
number={4},
pages={778--794},
year={2001}
}
@article{callen2015catastrophes,
title={Catastrophes and time preference: Evidence from the {I}ndian {O}cean {E}arthquake},
author={Callen, Michael},
journal={Journal of Economic Behavior \& Organization},
volume={118},
pages={199--214},
year={2015},
publisher={Elsevier}
}
@article{lee2010regression,
title={Regression discontinuity designs in economics},
author={Lee, David S and Lemieux, Thomas},
journal={Journal of Economic Literature},
volume={48},
number={2},
pages={281--355},
year={2010}
}
@article{dafoe2014science,
title={Science deserves better: the imperative to share complete replication files},
author={Dafoe, Allan},
journal={PS: Political Science \& Politics},
volume={47},
number={1},
pages={60--66},
year={2014},
publisher={Cambridge University Press}
}
@article{flom2005latex,
title={{LaTeX} for academics and researchers who (think they) don't need it},
author={Flom, Peter},
journal={The PracTEX Journal},
volume={4},
year={2005},
publisher={Citeseer}
}
@article{angrist2010credibility,
title={The credibility revolution in empirical economics: How better research design is taking the con out of econometrics},
author={Angrist, Joshua D and Pischke, J{\"o}rn-Steffen},
journal={Journal of Economic Perspectives},
volume={24},
number={2},
pages={3--30},
year={2010}
}
@article{levitt2009field,
title={Field experiments in economics: The past, the present, and the future},
author={Levitt, Steven D and List, John A},
journal={European Economic Review},
volume={53},
number={1},
pages={1--18},
year={2009},
publisher={Elsevier}
}
@article{imbens2008regression,
title={Regression discontinuity designs: A guide to practice},
author={Imbens, Guido W and Lemieux, Thomas},
journal={Journal of Econometrics},
volume={142},
number={2},
pages={615--635},
year={2008},
publisher={Elsevier}
}
@article{dinardo2016natural,
title={Natural experiments and quasi-natural experiments},
author={DiNardo, John},
journal={The New Palgrave Dictionary of Economics},
pages={1--12},
year={2016},
publisher={Springer}
}
@article{banerjee2009experimental,
title={The experimental approach to development economics},
author={Banerjee, Abhijit V and Duflo, Esther},
journal={Annual Review of Economics},
volume={1},
number={1},
pages={151--178},
year={2009},
publisher={Annual Reviews}
}
@article{angrist2001instrumental,
title={Instrumental variables and the search for identification: From supply and demand to natural experiments},
author={Angrist, Joshua D and Krueger, Alan B},
journal={Journal of Economic Perspectives},
volume={15},
number={4},
pages={69--85},
year={2001}
}
@article{mckenzie2012beyond,
title={Beyond baseline and follow-up: The case for more {T} in experiments},
author={McKenzie, David},
journal={Journal of Development Economics},
volume={99},
number={2},
pages={210--221},
year={2012},
publisher={Elsevier}
}
@article{hoces2018framework,
title={A framework for open policy analysis},
author={Hoces de la Guardia, Fernando and Grant, Sean and Miguel, Edward},
journal={Science and Public Policy},
year={2018}
}
@article{wilson2017good,
title={Good enough practices in scientific computing},
author={Wilson, Greg and Bryan, Jennifer and Cranston, Karen and Kitzes, Justin and Nederbragt, Lex and Teal, Tracy K},
journal={PLoS Computational Biology},
volume={13},
number={6},
pages={e1005510},
year={2017},
publisher={Public Library of Science}
}
@article{wilson2014best,
title={Best practices for scientific computing},
author={Wilson, Greg and Aruliah, Dhavide A and Brown, C Titus and Hong, Neil P Chue and Davis, Matt and Guy, Richard T and Haddock, Steven HD and Huff, Kathryn D and Mitchell, Ian M and Plumbley, Mark D and others},
journal={PLoS Biology},
volume={12},
number={1},
pages={e1001745},
year={2014},
publisher={Public Library of Science}
}
@article{duflo2007using,
title={Using randomization in development economics research: A toolkit},
author={Duflo, Esther and Glennerster, Rachel and Kremer, Michael},
journal={Handbook of Development Economics},
volume={4},
pages={3895--3962},
year={2007},
publisher={Elsevier}
}
@article{orozco2018make,
title={How to make a pie? {R}eproducible Research for Empirical Economics \& Econometrics},
author={Orozco, Valerie and Bontemps, Christophe and Maigne, Elise and Piguet, Virginie and Hofstetter, Annie and Lacroix, Anne and Levert, Fabrice and Rousselle, Jean-Marc and others},
journal={Toulouse School of Economics Working Paper},
volume={933},
year={2018}
}
@article{gobillon2016regional,
title={Regional policy evaluation: Interactive fixed effects and synthetic controls},
author={Gobillon, Laurent and Magnac, Thierry},
journal={Review of Economics and Statistics},
volume={98},
number={3},
pages={535--551},
year={2016},
publisher={MIT Press}
}
@book{wilke2019fundamentals,
title={Fundamentals of Data Visualization: A Primer on Making Informative and Compelling Figures},
author={Wilke, Claus O},
year={2019},
publisher={O'Reilly Media},
}
@book{healy2018data,
title={Data Visualization: A practical introduction},
author={Healy, Kieran},
year={2018},
publisher={Princeton University Press}
}
@article{young2017consistency,
title={Consistency without inference: Instrumental variables in practical application},
author={Young, Alwyn},
year={2019}
}
@article{kopka1995guide,
title={A guide to {LATEX}},
author={Kopka, Helmut and Daly, Patrick W},
journal={IEEE Multimedia},
volume={2},
pages={473--480},
year={1995},
publisher={Addison-Wesley}
}
@article{bound1995problems,
title={Problems with instrumental variables estimation when the correlation between the instruments and the endogenous explanatory variable is weak},
author={Bound, John and Jaeger, David A and Baker, Regina M},
journal={Journal of the American Statistical Association},
volume={90},
number={430},
pages={443--450},
year={1995},
publisher={Taylor \& Francis}
}
@article{abadie2018econometric,
title={Econometric methods for program evaluation},
author={Abadie, Alberto and Cattaneo, Matias D},
journal={Annual Review of Economics},
volume={10},
pages={465--503},
year={2018},
publisher={Annual Reviews}
}
@article{abadie2015comparative,
title={Comparative politics and the synthetic control method},
author={Abadie, Alberto and Diamond, Alexis and Hainmueller, Jens},
journal={American Journal of Political Science},
volume={59},
number={2},
pages={495--510},
year={2015},
publisher={Wiley Online Library}
}
@article{iacus2012causal,
title={Causal inference without balance checking: Coarsened exact matching},
author={Iacus, Stefano M and King, Gary and Porro, Giuseppe},
journal={Political Analysis},
volume={20},
number={1},
pages={1--24},
year={2012},
publisher={Cambridge University Press}
}
@article{statacorp2019stata,
title={Stata statistical software: {R}elease 16. {C}ollege {S}tation, {TX}},
author={{StataCorp, LLC}},
year={2019}
}
@article{bruhn2009pursuit,
title={In pursuit of balance: Randomization in practice in development field experiments},
author={Bruhn, Miriam and McKenzie, David},
journal={American Economic Journal: Applied Economics},
volume={1},
number={4},
pages={200--232},
year={2009}
}
@incollection{krosnick2018questionnaire,
title={Questionnaire design},
author={Krosnick, Jon A},
booktitle={The Palgrave Handbook of Survey Research},
pages={439--455},
year={2018},
publisher={Springer}
}
@article{begg1996improving,
title={Improving the quality of reporting of randomized controlled trials: The {CONSORT} statement},
author={Begg, Colin and Cho, Mildred and Eastwood, Susan and Horton, Richard and Moher, David and Olkin, Ingram and Pitkin, Roy and Rennie, Drummond and Schulz, Kenneth F and Simel, David and others},
journal={JAMA},
volume={276},
number={8},
pages={637--639},
year={1996},
publisher={American Medical Association}
}
@article{jepdataquality,
Author = {Norwood, Janet L.},
Title = {Distinguished Lecture on Economics in Government: Data Quality and Public Policy},
Journal = {Journal of Economic Perspectives},
Volume = {4},
Number = {2},
Year = {1990},
Month = {June},
Pages = {3-12},
DOI = {10.1257/jep.4.2.3},
URL = {https://www.aeaweb.org/articles?id=10.1257/jep.4.2.3}}
@article{carril2017dealing,
title={Dealing with misfits in random treatment assignment},
author={Carril, Alvaro},
journal={The Stata Journal},
volume={17},
number={3},
pages={652--667},
year={2017},
publisher={SAGE Publications Sage CA: Los Angeles, CA}
}
@article{mccullough2008economics,
title={Do economics journal archives promote replicable research?},
author={McCullough, Bruce D and McGeary, Kerry Anne and Harrison, Teresa D},
journal={Canadian Journal of Economics/Revue canadienne d'{\'e}conomique},
volume={41},
number={4},
pages={1406--1420},
year={2008},
publisher={Wiley Online Library}
}
@article{camerer2016evaluating,
title={Evaluating replicability of laboratory experiments in economics},
author={Camerer, Colin F and Dreber, Anna and Forsell, Eskil and Ho, Teck-Hua and Huber, J{\"u}rgen and Johannesson, Magnus and Kirchler, Michael and Almenberg, Johan and Altmejd, Adam and Chan, Taizan and others},
journal={Science},
volume={351},
number={6280},
pages={1433--1436},
year={2016},
publisher={American Association for the Advancement of Science}
}
@book{ozier2019replication,
title={Replication Redux: The reproducibility crisis and the case of deworming},
author={Ozier, Owen},
year={2019},
publisher={The World Bank}
}
@article{hamermesh2007replication,
title={Replication in economics},
author={Hamermesh, Daniel S},
journal={Canadian Journal of Economics/Revue canadienne d'{\'e}conomique},
volume={40},
number={3},
pages={715--733},
year={2007},
publisher={Wiley Online Library}
}
@article{chang2015economics,
title={Is economics research replicable? Sixty published papers from thirteen journals say 'usually not'},
author={Chang, Andrew C and Li, Phillip},
journal={Available at SSRN 2669564},
year={2015}
}
@misc{vilhuber_lars_2020_3911311,
author = {Vilhuber, Lars},
title = {{Implementing Increased Transparency and
Reproducibility in Economics}},
month = apr,
year = 2020,
publisher = {Zenodo},
version = {2020-06-27},
doi = {10.5281/zenodo.3911311},
url = {https://doi.org/10.5281/zenodo.3911311}
}
@article{athey2017econometrics,
title={The econometrics of randomized experiments},
author={Athey, Susan and Imbens, Guido W},
journal={Handbook of Economic Field Experiments},
volume={1},
pages={73--140},
year={2017},
publisher={Elsevier}
}
@inproceedings{swanson2020research,
title={Research Transparency Is on the Rise in Economics},
author={Swanson, Nicholas and Christensen, Garret and Littman, Rebecca and Birke, David and Miguel, Edward and Paluck, Elizabeth Levy and Wang, Zenan},
booktitle={AEA Papers and Proceedings},
volume={110},
pages={61--65},
year={2020}
}
@article{christensen2018transparency,
title={Transparency, reproducibility, and the credibility of economics research},
author={Christensen, Garret and Miguel, Edward},
journal={Journal of Economic Literature},
volume={56},
number={3},
pages={920--80},
year={2018}
}
@article{duvendack2017meant,
title={What Is Meant by ``Replication'' and Why Does It Encounter Resistance in Economics?},
author={Duvendack, Maren and Palmer-Jones, Richard and Reed, W Robert},
journal={American Economic Review},
volume={107},
number={5},
pages={46--51},
year={2017}
}
@article{ioannidis2017power,
title={The power of bias in economics research},
author={Ioannidis, John PA and Stanley, Tom D and Doucouliagos, Hristos},
journal={The Economic Journal},
year={2017},
}
@article{simonsohn2014p,
title={P-curve: A key to the file-drawer},
author={Simonsohn, Uri and Nelson, Leif D and Simmons, Joseph P},
journal={Journal of Experimental Psychology: General},
volume={143},
number={2},
pages={534},
year={2014},
publisher={American Psychological Association}
}
@article{ioannidis2005most,
title={Why most published research findings are false},
author={Ioannidis, John PA},
journal={{PLoS} Medicine},
volume={2},
number={8},
pages={e124},
year={2005},
publisher={Public Library of Science}
}
@inproceedings{vilhuber2020report,
title={Report by the {AEA} Data Editor},
author={Vilhuber, Lars and Turrito, James and Welch, Keesler},
booktitle={AEA Papers and Proceedings},
volume={110},
pages={764--75},
year={2020}
}
@article{simmons2011false,
title={False-positive psychology: Undisclosed flexibility in data collection and analysis allows presenting anything as significant},
author={Simmons, Joseph P and Nelson, Leif D and Simonsohn, Uri},
journal={Psychological Science},
volume={22},
number={11},
pages={1359--1366},
year={2011},
publisher={Sage Publications Sage CA: Los Angeles, CA}
}
@article{wicherts2016degrees,
title={Degrees of freedom in planning, running, analyzing, and reporting psychological studies: A checklist to avoid p-hacking},
author={Wicherts, Jelte M and Veldkamp, Coosje LS and Augusteijn, Hilde EM and Bakker, Marjan and Van Aert, Robbie and Van Assen, Marcel ALM},
journal={Frontiers in Psychology},
volume={7},
pages={1832},
year={2016},
publisher={Frontiers}
}
@article{olken2015promises,
title={Promises and perils of pre-analysis plans},
author={Olken, Benjamin A},
journal={Journal of Economic Perspectives},
volume={29},
number={3},
pages={61--80},
year={2015}
}
@article{matthews2011data,
title={Data confidentiality: A review of methods for statistical disclosure limitation and methods for assessing privacy},
author={Matthews, Gregory J and Harel, Ofer and others},
journal={Statistics Surveys},
volume={5},
pages={1--29},
year={2011},
publisher={The author, under a Creative Commons Attribution License}
}
@article{rogers_2017,
title={The Dismal Science Remains Dismal, Say Scientists},
journal={Wired}, publisher={Wired},
author={Rogers, Adam}, year={2017}, month={Nov}
}
@article{angrist2017economic,
title={Economic research evolves: Fields and styles},
author={Angrist, Joshua and Azoulay, Pierre and Ellison, Glenn and Hill, Ryan and Lu, Susan Feng},
journal={American Economic Review},
volume={107},
number={5},
pages={293--97},
year={2017}
}
@article{cox2005styleguide,
title={Suggestions on {S}tata programming style},
author={Nicholas J. Cox},
journal={The Stata Journal},
volume={5},
number={4},
pages={560--566},
year={2005},
publisher={Stata Press: College Station, TX}
}
@BOOK{Tufte2006,
author = {Edward R. Tufte},
title = {Beautiful Evidence},
year = {2006},
publisher = {Graphics Press, {LLC}},
month = {May},
edition = {First},
place = {Cheshire, Connecticut},
isbn = {0-9613921-7-7}
}
@BOOK{Tufte2001,
author = {Edward R. Tufte},
title = {The Visual Display of Quantitative Information},
publisher = {Graphics Press},
year = {2001},
address = {Cheshire, Connecticut},
isbn = {0-9613921-4-2}
}
@BOOK{Tufte1990,
author = {Edward R. Tufte},
title = {Envisioning Information},
publisher = {Graphics Press},
year = {1990},
address = {Cheshire, Connecticut},
isbn = {0-9613921-1-8}
}
@BOOK{Tufte1997,
author = {Edward R. Tufte},
title = {Visual Explanations},
publisher = {Graphics Press},
year = {1997},
address = {Cheshire, Connecticut},
isbn = {0-9613921-2-6}
}
@BOOK{Bringhurst2005,
author = {Robert Bringhurst},
title = {The Elements of Typography},
publisher = {Hartley \& Marks},
year = {2005},
edition = {3.1},
isbn = {0-88179-205-5}
}
@BOOK{Mittelbach2004,
author = {Frank Mittelbach and Michel Goossens},
title = {The \LaTeX\ Companion},
publisher = {Addison--Wesley},
year = {2004},
edition = {Second},
isbn = {0-201-36299-6}
}
@MISC{pkg-geometry,
author = {Hideo Umeki},
title = {The \texttt{geometry} package},
year = {2008},
month = dec,
howpublished = {\url{https://ctan.org/pkg/geometry}}