Roger Koenker and Achim Zeileis, "On Reproducible Econometric Research", Journal of Applied Econometrics, Vol. 24, No. 5, 2009, pp. 833-847. All files are ASCII files in DOS format. They are zipped in the file kz-files.zip. Unix/Linux users should use "unzip -a". ########## ## Data ## ########## o File: data.dj Format: space-separated values Source: Durlauf & Johnson (1995) URL: http://www.econ.queensu.ca/jae/1995-v10.4/durlauf-johnson/ Info: Descriptions of all variables can be found in the readme file of the original archive entry. o File: rk.csv Format: comma-separated values (with row names) Source: Koenker (1988) URL: http://www.econ.queensu.ca/jae/1988-v3.2/koenker/ Info: The original contribution has the data in some raw format (provided here as rk.raw) which has been processed to rk.csv. The corresponding code is linked below. More details can be found in the readme file of the original archive entry. ############## ## Software ## ############## o File: RER-growth.Rt Format: R transcript (source code with comments) Application: Cross-country growth regressions. Info: The code reproduces the replication exercise from the paper but also provides more complete results, e.g., for Mankiw, Romer, Weil and Masanjala & Papageorgiou. o File: RER-metawage.Rt Format: R transcript (source code with comments) Application: Wage-equation meta-models. Info: The code reproduces all replication exercises from the paper plus some additional results from the original Koenker paper. o The software packages used to obtain the results were: - R system for statistical computing, version 2.7.1 http://CRAN.R-project.org/ - lmtest 0.9-21 http://CRAN.R-project.org/package=lmtest - sandwich 2.1-0, http://CRAN.R-project.org/package=sandwich - MASS 7.2-44 http://CRAN.R-project.org/package=VR ################ ## Manuscript ## ################ o File: JAE-RER.Rnw Format: Sweave file (combined LaTeX and R code) Info: From this file the sources for the manuscript can be dynamically produced (as described in the paper) by running Sweave("JAE-RER.Rnw") in R (see also http://www.statistik.lmu.de/~leisch/Sweave/). This executes all R code for the applications and produces JAE-RER.tex. This can be compiled to JAE-RER.pdf using LaTeX (http://www.LaTeX-project.org/). Additional LaTeX resources are provided below. o File: repro.bib Format: BibTeX database Info: All references from the paper. o File: jae.bst Format: BibTeX style file Info: Mimics layout of references in JAE.