Replication & Data Policy (qe-replication-and-data-policy)
When to trigger
- You are preparing data and code for a QE submission or an accepted paper
- You need to know exactly what the ES Data Editor checks and when
- Some data are proprietary or restricted and you need to plan an exemption
- You want the package built so the pre-acceptance reproducibility check passes on the first pass
The QE / Econometric Society replication regime (source map refreshed 2026-06-20)
QE follows the Econometric Society Data and Code Availability Policy, shared across Econometrica, Quantitative Economics, and Theoretical Economics and compatible with DCAS (the Data and Code Availability Standard). Key facts:
- The Society publishes empirical / experimental / simulation papers only if data and code are clearly documented and non-exclusive to the authors.
- Before acceptance, authors must provide raw data, code, and documentation sufficient to replicate all results in the paper and approved online appendices.
- The ES Data Editor process conducts reproducibility checks before final acceptance. Partial-check scope must be documented in the README.
- Replication / supplementary materials are posted with the article.
- For long-running or hard-to-access computations, simplified/manageable versions and summary output files are encouraged.
- Any request for exemption or limits on data/code access must be stated at initial submission and is at editor discretion.
Important: QE uses this centralized ES system and the ES Data Editor Website, NOT the JAE (Journal of Applied Econometrics) Data Archive. Do not prepare a JAE-style deposit.
Building the package
- Raw data (or, for restricted data, the access pathway + the code that would run on it) plus all intermediate data-build steps.
- Code that runs end to end: one master script (
run_all) regenerating every table, figure, and number from raw inputs.
- Documentation / README: data sources and licenses, software and exact versions, hardware/run-time notes, the mapping from scripts to exhibits, seeds, and any partial-check scope.
- Environment pinning:
renv.lock, requirements.txt/conda, Project.toml/Manifest.toml, recorded Stata ssc/net versions.
- Heavy computations: include manageable versions and summary output files so the Data Editor can verify without re-running everything.
- Experimental/own-data: include instructions/survey transcripts and the pre-registration reference (effective Jan 1, 2026).
Proprietary / restricted data
- State the exemption or access-limit request at initial submission (not at acceptance).
- Provide all code even when raw data cannot be shared, plus instructions to obtain access and synthetic or sample data where possible.
- Document exactly which results the Data Editor can and cannot reproduce, in the README.
Checklist
Anti-patterns
- Preparing a JAE Data Archive deposit by mistake (QE uses the ES system)
- Leaving the package until acceptance — the reproducibility check is before acceptance
- Code that depends on absolute local paths or unpinned package versions
- Requesting a proprietary-data exemption only at acceptance instead of at submission
- A README that does not map scripts to the specific tables and figures
Output format
【Regime】ES Data and Code Availability Policy (DCAS) — NOT JAE archive
【Data】raw + build pipeline included? (or restricted-data path + code) [Y/N]
【Master script】regenerates all results from raw? [Y/N]
【README】sources/versions/seeds/script-to-exhibit map? [Y/N]
【Heavy computation】manageable version + summary outputs? [Y/N or N/A]
【Exemption】stated at initial submission? [Y/N or N/A]
【Next step】qe-review-process (pre-acceptance Data Editor check)
Source: brycewang-stanford/Awesome-Journal-Skills → Quantitative-Economics-Skills/skills/qe-replication-and-data-policy/SKILL.md
1---2name: qe-replication-and-data-policy3description: Use to assemble a Quantitative Economics (QE) replication package that passes the Econometric Society Data Editor's pre-acceptance reproducibility check — raw data, code, documentation, README, and any exemption requests — under the DCAS-compatible ES Data and Code Availability Policy (NOT the JAE archive). Builds and audits the package; it does not run the estimation.4---567# Replication & Data Policy (qe-replication-and-data-policy)89## When to trigger1011- You are preparing data and code for a QE submission or an accepted paper12- You need to know exactly what the ES Data Editor checks and when13- Some data are proprietary or restricted and you need to plan an exemption14- You want the package built so the pre-acceptance reproducibility check passes on the first pass1516## The QE / Econometric Society replication regime (source map refreshed 2026-06-20)1718QE follows the **Econometric Society Data and Code Availability Policy**, shared across *Econometrica*, *Quantitative Economics*, and *Theoretical Economics* and **compatible with DCAS** (the Data and Code Availability Standard). Key facts:1920- The Society publishes empirical / experimental / simulation papers **only if data and code are clearly documented and non-exclusive** to the authors.21- **Before acceptance**, authors must provide **raw data, code, and documentation** sufficient to **replicate all results** in the paper and approved online appendices.22- The **ES Data Editor** process conducts **reproducibility checks before final acceptance**. Partial-check scope must be **documented in the README**.23- Replication / supplementary materials are **posted with the article**.24- For **long-running or hard-to-access computations**, simplified/manageable versions and **summary output files** are encouraged.25- Any request for **exemption or limits on data/code access** must be **stated at initial submission** and is at editor discretion.2627> **Important:** QE uses this **centralized ES system and the ES Data Editor Website**, **NOT** the JAE (Journal of Applied Econometrics) Data Archive. Do not prepare a JAE-style deposit.2829## Building the package30311. **Raw data** (or, for restricted data, the access pathway + the code that would run on it) plus all intermediate data-build steps.322. **Code** that runs end to end: one master script (`run_all`) regenerating every table, figure, and number from raw inputs.333. **Documentation / README**: data sources and licenses, software and exact versions, hardware/run-time notes, the mapping from scripts to exhibits, seeds, and **any partial-check scope**.344. **Environment pinning**: `renv.lock`, `requirements.txt`/`conda`, `Project.toml`/`Manifest.toml`, recorded Stata `ssc`/`net` versions.355. **Heavy computations**: include manageable versions and summary output files so the Data Editor can verify without re-running everything.366. **Experimental/own-data**: include instructions/survey transcripts and the pre-registration reference (effective Jan 1, 2026).3738## Proprietary / restricted data39- State the exemption or access-limit request **at initial submission** (not at acceptance).40- Provide all **code** even when raw data cannot be shared, plus instructions to obtain access and synthetic or sample data where possible.41- Document exactly which results the Data Editor can and cannot reproduce, in the README.4243## Checklist4445- [ ] Raw data + full build pipeline included (or restricted-data access path + code)46- [ ] One master script regenerates every result from raw inputs47- [ ] README maps scripts to exhibits; lists sources, versions, seeds, run times48- [ ] Environment pinned across all languages used49- [ ] Heavy computations have manageable versions + summary output files50- [ ] Any exemption / access limit stated at initial submission51- [ ] Partial-check scope documented in the README52- [ ] Built against the **ES Data Editor** regime (DCAS), not the JAE archive5354## Anti-patterns5556- Preparing a JAE Data Archive deposit by mistake (QE uses the ES system)57- Leaving the package until acceptance — the reproducibility check is **before** acceptance58- Code that depends on absolute local paths or unpinned package versions59- Requesting a proprietary-data exemption only at acceptance instead of at submission60- A README that does not map scripts to the specific tables and figures6162## Output format6364```65【Regime】ES Data and Code Availability Policy (DCAS) — NOT JAE archive66【Data】raw + build pipeline included? (or restricted-data path + code) [Y/N]67【Master script】regenerates all results from raw? [Y/N]68【README】sources/versions/seeds/script-to-exhibit map? [Y/N]69【Heavy computation】manageable version + summary outputs? [Y/N or N/A]70【Exemption】stated at initial submission? [Y/N or N/A]71【Next step】qe-review-process (pre-acceptance Data Editor check)72```7374---7576**Source:** [`brycewang-stanford/Awesome-Journal-Skills`](https://github.com/brycewang-stanford/Awesome-Journal-Skills) → `Quantitative-Economics-Skills/skills/qe-replication-and-data-policy/SKILL.md`