跳到主要内容
知仓学习社ZHICANG

rje-replication-and-data-policy

Use to assemble a reproducible replication package for a RAND Journal of Economics (RJE) industrial-organization manuscript and to handle RJE's supp…

不碰外部(只输出文字)无严重或高危命中brycewang-stanford/Awesome-Journal-Skills

它会碰到什么

扫了多少1 个文本文件,6 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Replication & Data Policy (rje-replication-and-data-policy)

When to trigger

  • Preparing data and code for an RJE submission or revision
  • Deciding what (if anything) to attach as supporting information
  • Confirming what RJE's data/code policy actually requires

What RJE policy actually says (verified 2026-06-01)

Be precise, because RJE's posture differs from data-mandate journals:

  • No formal data/code-deposit (replication-package) requirement was located on any official RJE page. The supplementary-material page (rje.org/sup-mat.html) addresses only author-hosted supporting files, not a mandated replication archive or Data Availability Statement. Treat a formal mandate as unspecified — 待核实; re-check the Wiley author guidelines and rje.org before relying on either presence or absence.
  • Supporting information is discouraged "as a general rule." When provided, it is hosted via author-maintained links (1999–2007) or through Wiley (2007–present) — the journal does not host materials directly — is posted online without editing or typesetting, may be assessed critically by reviewers, and may be declined.

So: there is no openICPSR-style deposit step to plan for here (unlike AEA journals or the QJE Dataverse), but reproducibility still matters to referees, and anything you do attach is governed by the discouraging supporting-information rule.

What to do anyway (IO reproducibility norms)

Build a clean package even absent a mandate — IO referees probe replicability of structural estimates:

  • One master script (run_all) regenerating every table, figure, and counterfactual from the analysis data. Structural estimation is slow — cache intermediate objects, document expected runtime, and store converged parameter estimates.
  • Pin the environment: record Stata ssc/net package versions, requirements.txt (pyblp, linearmodels), or renv.lock; report solver/optimizer settings and random seeds / starting values for non-convex objectives.
  • Document restricted data (Nielsen/Kilts, FSRDC Census, CMS, proprietary firm data): describe access, provide construction code, and note what cannot be shared.
  • README mapping each exhibit to the script and inputs that produce it.

Handling supporting information (RJE-specific)

  • Keep core results in the article and appendix (within the <=10-page appendix+references budget); do not park decisive results in supporting information the journal discourages and may decline.
  • If you must include supporting files, justify them, expect they appear unedited/untypeset, and host per current Wiley practice.

Restricted-data disclosure grid (common IO sources)

IO empirics lean on restricted data. For each, document the access path and the construction code sharable when the raw data cannot move.

| Data source | Typical IO use | What to document (sharable even if data are not) |

|---|---|---|

| Nielsen / Kilts (NielsenIQ) | Retail scanner demand | Kilts Center license; cleaning/aggregation code |

| FSRDC / Census microdata | Plant-level entry/exit, production | RDC approval, disclosure review, construction scripts |

| CMS / claims data | Health-insurance, provider markets | Data-use-agreement terms; variable derivations |

| Proprietary firm data | Auction bids, transaction prices | NDA scope; a synthetic stand-in for the demo run |

Worked vignette: packaging a structural estimation

Suppose your article estimates a dynamic entry model on FSRDC data and demand on Nielsen data, with a slow GMM step:

  • run_all: one master script runs demand, supply recovery, the dynamic step, and counterfactuals in order, with a flag to load cached results.
  • Caching with provenance: store converged vectors, the objective value, and the seed/starting-value grid, so a referee verifies the optimum without re-solving.
  • Restricted data: FSRDC data cannot leave the enclave — ship construction code plus a synthetic micro-extract so the pipeline runs.
  • Exhibit map: a README mapping each exhibit to its script and input.

Referee-pushback patterns and the venue fix

  • "I cannot tell whether GMM reached a global optimum." Fix: report the objective at every start and ship the seed; cache the converged vector.
  • "The counterfactual is not reproducible from the code." Fix: ensure run_all regenerates every counterfactual, not just estimation tables.
  • "You promise data you may use but not redistribute." Fix: state the access path and provide construction code plus a synthetic stand-in; never imply you can release restricted data.
  • "Hosting is unclear given RJE hosts nothing." Fix: plan author-maintained or Wiley-hosted links; confirm against the journal's current author guidelines.

Anti-patterns

  • Assuming an AER/QJE-style mandatory deposit exists at RJE (none confirmed — 待核实)
  • Dumping core estimates into discouraged, possibly-declined supporting information
  • An unreproducible structural pipeline with unrecorded seeds/starting values
  • Promising to share restricted data you are not licensed to release

Output format

【RJE mandate】formal deposit required? NOT confirmed (待核实) — verify on rje.org/Wiley
【Master script】run_all regenerates all exhibits + counterfactuals? [Y/N]
【Environment pinned】versions + seeds + starting values recorded? [Y/N]
【Restricted data】access + construction documented? [Y/N]
【Supporting info】minimal + justified (discouraged by RJE)? [Y/N]
【Next step】rje-submission

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

它属于哪个仓库

星标★ 1,120
本站分层T1
该仓技能数4166
原文件路径RAND-Journal-of-Economics-Skills/skills/rje-replication-and-data-policy/SKILL.md

同一个仓库里的其他技能

看这个仓库的全部 4166 个技能