Replication & Data Policy (joe-replication-and-data-policy)
When to trigger
- You are assembling the code/data materials for a JoE submission or revision
- You need to know whether a mandatory JoE-specific central replication archive is required
- You are citing a dataset and need the correct Elsevier format
- Your Monte Carlo or empirical illustration must be made reproducible for referees
What JoE actually requires (and does not)
The Journal of Econometrics applies Elsevier's research-data policy: authors are
encouraged to deposit research data in a relevant repository, cite it in the article, and use
Elsevier data-linking / co-submission routes where useful. JoE does not present a
Journal-of-Applied-Econometrics-style mandatory central archive or Econometric-Society-style Data
Editor package as a universal submission requirement in the current Guide for Authors. For JoE,
replication materials for applied illustrations should be treated as expected best practice
rather than a named central-archive mandate.
Because JoE is a methodology journal, the reproducibility center of gravity is the Monte Carlo and the estimator code, not a large administrative-data archive. Make the method runnable.
Data citation (Elsevier [dataset])
- Cite relevant/underlying datasets in the text and in the reference list, tagged
[dataset].
- Elements: author(s), dataset title, repository, version, year, persistent identifier (DOI).
- Include a data availability statement describing access conditions for any real data used in the illustration.
Reproducible methodology package (best practice)
- Estimator as a usable artifact: ship the new estimator/test as a documented function or command (R/Stata/Python/MATLAB/Julia) with a minimal worked example so referees can run it.
run_all master script that regenerates every Monte Carlo table, every theory figure, and the empirical illustration from raw inputs.
- Pin versions and seeds:
renv.lock / requirements.txt / recorded ssc versions / Project.toml; fix and report random seeds and replication counts so simulations reproduce exactly.
- Archive on a stable repository (e.g., Zenodo, openICPSR) even though JoE does not name a central archive — it pre-empts referee replication requests and supports the optional Data in Brief / MethodsX co-submission route via Editorial Manager.
Anti-patterns
- Assuming a mandatory, Data-Editor-vetted package like the Econometric Society journals — JoE's current Guide does not name one as a universal requirement
- Citing a dataset only in prose, without the
[dataset] reference-list entry
- Unreproducible Monte Carlo (unreported seeds, package versions, or replication counts)
- Shipping results but not the estimator, so referees cannot actually run the method
Reproducibility pass for Journal of Econometrics
Use this as a second-pass capability check. First lock the estimand or theorem, assumptions, asymptotic/simulation evidence, and applied relevance; then test whether the manuscript addresses econometrics reviewers who expect methodological novelty, assumptions, simulation or empirical illustration, and reproducibility.
- Primary move: Name data, code, environment, disclosure limits, and archive/deposit route; unresolved proprietary or ethics barriers must be explicit.
- Decision ledger: return
claim / evidence / blocker / next edit rows so the next pass can patch the manuscript directly.
- Neighbor test: compare against Econometric Theory for proof-first work, JBES for applied statistical methods, Quantitative Economics for economics-theory methods; if the neighboring outlet has the stronger audience claim, recommend re-routing before polishing.
- Verification floor: before submission-ready advice, re-open
resources/official-source-map.md for volatile rules and name the one unresolved fact that could change the recommendation.
Output format
【Data citation】[dataset] entries with DOI/version? [Y/N]
【Availability statement】access conditions stated? [Y/N]
【Estimator artifact】documented, runnable, worked example? [Y/N]
【run_all】regenerates all MC tables + figures + illustration? [Y/N]
【Reproducibility】seeds + versions + reps pinned? [Y/N]
【Archive】staged on stable repo (optional but recommended)? [Y/N]
【Next step】joe-review-process
Source: brycewang-stanford/Awesome-Journal-Skills → Journal-of-Econometrics-Skills/skills/joe-replication-and-data-policy/SKILL.md
1---2name: joe-replication-and-data-policy3description: Use to prepare code and data materials for a Journal of Econometrics (JoE) submission under Elsevier's data-citation and availability norms, including reproducible Monte Carlo and the [dataset] reference tag. Reflects that JoE has no mandatory central replication archive — replication is encouraged, not universally mandated.4---567# Replication & Data Policy (joe-replication-and-data-policy)89## When to trigger1011- You are assembling the code/data materials for a JoE submission or revision12- You need to know whether a mandatory JoE-specific central replication archive is required13- You are citing a dataset and need the correct Elsevier format14- Your Monte Carlo or empirical illustration must be made reproducible for referees1516## What JoE actually requires (and does not)1718The *Journal of Econometrics* applies **Elsevier's research-data policy**: authors are19**encouraged** to deposit research data in a relevant repository, cite it in the article, and use20Elsevier data-linking / co-submission routes where useful. JoE does not present a21Journal-of-Applied-Econometrics-style mandatory central archive or Econometric-Society-style Data22Editor package as a universal submission requirement in the current Guide for Authors. For JoE,23replication materials for applied **illustrations** should be treated as expected best practice24rather than a named central-archive mandate.2526Because JoE is a **methodology** journal, the reproducibility center of gravity is the **Monte Carlo and the estimator code**, not a large administrative-data archive. Make the *method* runnable.2728## Data citation (Elsevier `[dataset]`)2930- Cite relevant/underlying datasets in the text **and** in the reference list, tagged **`[dataset]`**.31- Elements: **author(s), dataset title, repository, version, year, persistent identifier (DOI)**.32- Include a **data availability statement** describing access conditions for any real data used in the illustration.3334## Reproducible methodology package (best practice)3536- **Estimator as a usable artifact:** ship the new estimator/test as a documented function or command (R/Stata/Python/MATLAB/Julia) with a minimal worked example so referees can run it.37- **`run_all` master script** that regenerates **every Monte Carlo table, every theory figure, and the empirical illustration** from raw inputs.38- **Pin versions and seeds:** `renv.lock` / `requirements.txt` / recorded `ssc` versions / `Project.toml`; fix and report random seeds and replication counts so simulations reproduce exactly.39- **Archive on a stable repository** (e.g., Zenodo, openICPSR) even though JoE does not name a central archive — it pre-empts referee replication requests and supports the optional **Data in Brief / MethodsX** co-submission route via Editorial Manager.4041## Anti-patterns4243- Assuming a mandatory, Data-Editor-vetted package like the Econometric Society journals — JoE's current Guide does not name one as a universal requirement44- Citing a dataset only in prose, without the `[dataset]` reference-list entry45- Unreproducible Monte Carlo (unreported seeds, package versions, or replication counts)46- Shipping results but not the estimator, so referees cannot actually run the method474849## Reproducibility pass for Journal of Econometrics5051Use this as a second-pass capability check. First lock the estimand or theorem, assumptions, asymptotic/simulation evidence, and applied relevance; then test whether the manuscript addresses econometrics reviewers who expect methodological novelty, assumptions, simulation or empirical illustration, and reproducibility.5253- **Primary move:** Name data, code, environment, disclosure limits, and archive/deposit route; unresolved proprietary or ethics barriers must be explicit.54- **Decision ledger:** return `claim / evidence / blocker / next edit` rows so the next pass can patch the manuscript directly.55- **Neighbor test:** compare against Econometric Theory for proof-first work, JBES for applied statistical methods, Quantitative Economics for economics-theory methods; if the neighboring outlet has the stronger audience claim, recommend re-routing before polishing.56- **Verification floor:** before submission-ready advice, re-open `resources/official-source-map.md` for volatile rules and name the one unresolved fact that could change the recommendation.5758## Output format5960```61【Data citation】[dataset] entries with DOI/version? [Y/N]62【Availability statement】access conditions stated? [Y/N]63【Estimator artifact】documented, runnable, worked example? [Y/N]64【run_all】regenerates all MC tables + figures + illustration? [Y/N]65【Reproducibility】seeds + versions + reps pinned? [Y/N]66【Archive】staged on stable repo (optional but recommended)? [Y/N]67【Next step】joe-review-process68```6970---7172**Source:** [`brycewang-stanford/Awesome-Journal-Skills`](https://github.com/brycewang-stanford/Awesome-Journal-Skills) → `Journal-of-Econometrics-Skills/skills/joe-replication-and-data-policy/SKILL.md`