eer-identification

GitHub

针对欧洲经济评论(EER)稿件,审查双重差分、工具变量、断点回归或实验等因果识别设计。通过压力测试假设、推荐现代估计量及稳健推断,确保研究满足期刊对一般读者的可信度要求。

European-Economic-Review-Skills/skills/eer-identification/SKILL.md brycewang-stanford/Awesome-Journal-Skills

Trigger Scenarios

因果主张依赖OLS或双向固定效应 工具变量的排他性或第一阶段强度受质疑 断点回归的连续性或操纵假设未检验 实验的估计量、平衡性或预注册不明确 不确定设计是否达到EER的可信度标准

Install

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill eer-identification -g -y
More Options

Non-standard path

npx skills add https://github.com/brycewang-stanford/Awesome-Journal-Skills/tree/main/European-Economic-Review-Skills/skills/eer-identification -g -y

Use without installing

npx skills use brycewang-stanford/Awesome-Journal-Skills@eer-identification

指定 Agent (Claude Code)

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill eer-identification -a claude-code -g -y

安装 repo 全部 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --all -g -y

预览 repo 内 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --list

SKILL.md

Frontmatter
{
    "name": "eer-identification",
    "description": "Use when the empirical causal-identification argument is the bottleneck for a European Economic Review (EER) manuscript — DiD\/event-study, IV, RDD, or experiment. Stress-tests the design to EER's general-interest credibility bar before exhibits are finalized; it does not build the theory model or the robustness battery."
}

Identification Strategy (eer-identification)

When to trigger

  • A causal claim rests on OLS + controls, or TWFE on staggered timing
  • An IV's exclusion restriction or first-stage strength is contested
  • An RDD's continuity/manipulation assumptions are unexamined
  • An experiment's estimand, balance, or pre-registration is unclear
  • You are unsure the design clears EER's credibility bar for a general-interest readership

The EER identification bar

EER publishes broadly across empirical economics, so identification is judged on credibility legible to a general reader: the mapping from variation in the data to the causal object must be explicit, the key assumption stated, and the most obvious threat pre-empted. Because review is single-anonymized, the referee is often a methods expert in your exact design — modern, design-appropriate estimators and honest inference are expected. Report standard errors and confidence intervals (EER house style; do not lean on significance stars — see eer-tables-figures). Match the size of the causal claim to what the design supports.

Branch paths

Branch A: DiD / event study

  • With staggered adoption, move beyond TWFE (Callaway–Sant'Anna, Sun–Abraham, de Chaisemartin–D'Haultfœuille); a TWFE coefficient on staggered timing must be defended against heterogeneity bias.
  • Show a clean event-study with pre-treatment leads (flat, precisely estimated) and dynamic post effects.
  • Report a Goodman-Bacon decomposition when using two-way fixed effects.
  • State the parallel-trends assumption and a pre-trends / sensitivity argument (e.g., Rambachan–Roth honest DiD).

Branch B: IV

  • Strong first stage (report the first-stage F / effective F); with weak instruments use Anderson–Rubin / weak-IV-robust sets.
  • Defend the exclusion restriction in theory, institutions, and a falsification/placebo test.
  • Be explicit about the LATE / complier interpretation; do not generalize beyond it.

Branch C: RDD

  • Density/manipulation test (McCrary or Cattaneo–Jansson–Ma); covariate smoothness at the cutoff.
  • Optimal bandwidth + bias-corrected CIs (Calonico–Cattaneo–Titiunik); show sensitivity to bandwidth.
  • State the local nature of the estimate.

Branch D: Experiment / behavioral

  • Pre-registration where applicable; report deviations; include instructions / survey transcripts.
  • Randomization balance; attrition (Lee bounds if differential); multiple-hypothesis adjustment.
  • State the estimand and external-validity scope.

Clustering at the level of treatment assignment; with few clusters use wild-cluster bootstrap. Pair this skill with eer-robustness for the specification/sample battery.

Execution bridge (StatsPAI / Stata MCP)

Estimate and audit the design, don't only describe it. Full map: execution-with-mcp. EER is a general economics field journal; the DiD/IV/RDD chain serves its applied lane.

  • detect_designrecommend → fit with as_handle=trueaudit_result.
  • Observational causal claims: staggered DiD (callaway_santanna / sun_abraham + bacon_decomposition + honest_did_from_result); IV (effective_f_test + anderson_rubin_ci); RDD (rdrobust + mccrary_test).
  • Experiments: randomization-based inference + romano_wolf for many-outcome control.
  • Sensitivity: oster_delta / sensemakr for observational claims.

Report the magnitude in interpretable units; route the full battery to the appendix. A run end-to-end (synthetic data, real returns) is in the JF execution walkthrough.

Checklist

  • Branch chosen; the variation-to-causal-object mapping stated in one sentence
  • DiD: heterogeneity-robust estimator where TWFE would bias; flat pre-trends shown
  • IV: first-stage strength reported; exclusion defended + falsification; LATE stated
  • RDD: density test + bias-corrected CI + bandwidth sensitivity
  • Experiment: pre-registered (if applicable); balance/attrition/MHT handled; estimand stated
  • Inference: SEs/CIs reported, clustering at assignment level, few-cluster fix if needed
  • Causal claim never exceeds what the design supports

Anti-patterns

  • TWFE on staggered treatment with no heterogeneity-bias discussion
  • An IV with an asserted-but-undefended exclusion restriction
  • RDD with no manipulation test and a single hand-picked bandwidth
  • An experiment with no pre-registration mention and no estimand
  • Reporting significance with asterisks instead of SEs/CIs (against EER house style)
  • Generalizing a LATE or a local RDD effect to a population it does not identify

Worked vignette (illustrative)

A migration paper uses a staggered visa-liberalization rollout. A weak version runs TWFE and reports a wage effect with stars. An EER version re-estimates with Callaway–Sant'Anna, shows flat leads and a dynamic post path, reports the effect as -1.4% local wages (s.e. 0.5, illustrative), runs Rambachan–Roth sensitivity, and states the estimand is the effect on incumbents in receiving regions — not a national average. The general-interest lesson (how labor supply shocks transmit to local wages) is named so a non-migration economist sees the point.

Output format

【Branch】DiD / IV / RDD / experiment
【Variation→object mapping】one sentence
【Key assumption】stated + the main threat pre-empted
【Design evidence】[pre-trends / first-stage F / density test / balance]
【Inference】SEs/CIs; clustering level; few-cluster fix?
【What it does NOT identify】[...]
【Next step】eer-theory-model (if a mechanism is needed) or eer-robustness

Version History

  • 1839142 Current 2026-07-05 13:12

Same Skill Collection

AAAI-Skills/skills/aaai-artifact-evaluation/SKILL.md
AAAI-Skills/skills/aaai-author-response/SKILL.md
AAAI-Skills/skills/aaai-camera-ready/SKILL.md
AAAI-Skills/skills/aaai-experiments/SKILL.md
AAAI-Skills/skills/aaai-related-work/SKILL.md
AAAI-Skills/skills/aaai-reproducibility/SKILL.md
AAAI-Skills/skills/aaai-review-process/SKILL.md
AAAI-Skills/skills/aaai-submission/SKILL.md
AAAI-Skills/skills/aaai-supplementary/SKILL.md
AAAI-Skills/skills/aaai-topic-selection/SKILL.md
AAAI-Skills/skills/aaai-workflow/SKILL.md
AAAI-Skills/skills/aaai-writing-style/SKILL.md
AAMAS-Skills/skills/aamas-artifact-evaluation/SKILL.md
AAMAS-Skills/skills/aamas-author-response/SKILL.md
AAMAS-Skills/skills/aamas-camera-ready/SKILL.md
AAMAS-Skills/skills/aamas-experiments/SKILL.md
AAMAS-Skills/skills/aamas-related-work/SKILL.md
AAMAS-Skills/skills/aamas-reproducibility/SKILL.md
AAMAS-Skills/skills/aamas-review-process/SKILL.md
AAMAS-Skills/skills/aamas-submission/SKILL.md
AAMAS-Skills/skills/aamas-supplementary/SKILL.md
AAMAS-Skills/skills/aamas-topic-selection/SKILL.md
AAMAS-Skills/skills/aamas-workflow/SKILL.md
AAMAS-Skills/skills/aamas-writing-style/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-editor-strategy/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-evidence-standards/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-literature-synthesis/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-organizing-framework/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-proposal-framing/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-review-process/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-revision/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-submission/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-tables-figures/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-topic-selection/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-workflow/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-writing-style/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-contribution-framing/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-data-analysis/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-literature-positioning/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-methods/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-rebuttal/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-review-process/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-submission/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-tables-figures/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-theory-development/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-topic-selection/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-workflow/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-writing-style/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-contribution-framing/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-data-analysis/SKILL.md

Metadata

Files
0
Version
5717eab
Hash
303dd59c
Indexed
2026-07-05 13:12

Главная - Вики-сайт
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-10 07:29
浙ICP备14020137号-1 $Гость$