imfer-robustness

GitHub

为IMFER稿件构建稳健性检验套件,通过替换样本、调整推断方法及控制混淆因素,验证跨国估计结果的稳定性,以应对审稿人对规范搜索和特定国家驱动的质疑。

IMF-Economic-Review-Skills/skills/imfer-robustness/SKILL.md brycewang-stanford/Awesome-Journal-Skills

触发场景

审稿人质疑结果是否由少数国家或特定危机时期驱动 需要证明核心估计值对样本选择、国家组合或推断方法的变化具有鲁棒性

安装

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill imfer-robustness -g -y
更多选项

非标准路径

npx skills add https://github.com/brycewang-stanford/Awesome-Journal-Skills/tree/main/IMF-Economic-Review-Skills/skills/imfer-robustness -g -y

不安装直接使用

npx skills use brycewang-stanford/Awesome-Journal-Skills@imfer-robustness

指定 Agent (Claude Code)

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill imfer-robustness -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": "imfer-robustness",
    "description": "Use when an IMF Economic Review (IMFER) manuscript's headline cross-country estimate must be shown to survive specification, sample, country-composition, and inference choices before submission or in an R&R. Builds the robustness suite a dual academic\/policy referee expects; it does not establish identification (imfer-identification) or format exhibits (imfer-tables-figures)."
}

Robustness Suite (imfer-robustness)

When to trigger

  • The main estimate is in hand and you must show it is not an artifact of one specification
  • A referee asks "is this driven by a few countries / a particular crisis episode / the sample window?"
  • The result depends on a sample-selection rule, a country grouping, or a deflator/exchange-rate convention
  • You suspect a global common shock or one influential economy is doing the work
  • You want to pre-empt specification-search and country-cherry-picking concerns

The IMFER robustness bar

IMFER referees probe whether the headline number is stable, honestly inferred, and not the product of country-composition or specification search — and, distinctively, whether it would still guide policy under reasonable alternatives. Robustness here is a targeted set of checks, each tied to a specific threat to an international-macro design, not a wall of regressions. The persuasive object is that the point estimate barely moves when you drop the obvious country, switch the window, or change the inference.

Threat to the result The check that answers it
One country / region drives it leave-one-country-out; drop the dominant economy or region; jackknife
A single crisis episode drives it drop the GFC / euro-crisis / COVID window; alternative event definitions
Global common shock confounds it add the global financial cycle factor / US-shock control; time effects
Sample / coverage selection balanced vs. unbalanced panel; alternative country-inclusion rules; advanced-vs-EM split
Specification search specification curve; pre-registered or primary spec; stepwise controls
Measurement convention alternative deflators, USD vs. local currency, gross vs. net flows
Inference too narrow Driscoll–Kraay (cross-sectional dependence); country clustering; wild-cluster bootstrap (few countries)
Omitted confounders Oster δ / coefficient-stability bounds

Inference under cross-country dependence (the common slip)

Standard errors are where IMFER robustness most often fails, because country panels violate the assumptions behind default clustering. Flows, spreads, and prices are cross-sectionally dependent (a global shock hits everyone), so country-clustered SEs alone understate uncertainty — use Driscoll–Kraay or a two-way (country and time) cluster. The country dimension is usually small (30–60 economies), so cluster-robust asymptotics are unreliable — report a wild-cluster bootstrap. Serial correlation within country is the norm — do not assume i.i.d. errors. State which of these you address and why; a referee who suspects the SEs are too tight will discount the whole result.

Robustness craft

  1. Lock the primary specification first. Everything else perturbs it; do not present five co-equal panels and let the referee guess the preferred one.
  2. Lead with the country-composition checks. Leave-one-country-out and drop-the-dominant-economy are the first things an IMFER referee runs in their head — show them in the main paper.
  3. Stress the global common shock. Demonstrate the effect is not the global financial cycle masquerading as your policy variable.
  4. Match inference to cross-country structure. Driscoll–Kraay or two-way clustering, and wild-cluster bootstrap when the country count is small — wrong SEs are the most common IMFER robustness failure.
  5. Report stability, not just significance. Show the point estimate range across checks; a check that moves it is information — bound the implication for policy rather than hiding it.

Execution bridge (StatsPAI / Stata MCP)

Run the battery, don't just enumerate it. Full map: execution-with-mcp. IMFER is international macro/finance; cross-country panels with confounded policy — emphasize identification and clustering.

  • Many outcomes / specifications: romano_wolf (step-down FWER) or benjamini_hochberg.
  • OVB sensitivity: oster_delta / sensemakr.
  • Inference: wild_cluster_bootstrap (few clusters), twoway_cluster / conley.
  • Re-fit off one handle: audit_result(result_id) lists missing checks + the exact suggest_function for each.
  • Exhibits: etable / did_summary_to_latex from the handle — no retyped numbers.

Decisive checks in the body, exhaustive battery in the appendix. JF execution walkthrough.

Checklist

  • Primary specification declared before perturbations
  • Leave-one-country-out / drop-dominant-economy shown (composition not driving the result)
  • Crisis-episode sensitivity (drop GFC / euro / COVID) reported
  • Global common shock / global financial cycle controlled
  • Sample-selection alternatives (balanced/unbalanced; AE/EM split; coverage rules) tested
  • Measurement conventions (currency, deflator, gross/net) varied
  • Inference correct for cross-sectional dependence and few-country count; SEs not asterisks
  • Point-estimate range across checks reported; any check that moves it explained

Anti-patterns

  • A 20-column robustness table with no map from check to threat ("kitchen-sink robustness")
  • Never running leave-one-country-out when one economy obviously dominates the panel
  • Ignoring the global financial cycle / US-shock common factor
  • Reporting only that significance survives while the point estimate wanders
  • Country clustering with very few countries and no wild-cluster bootstrap
  • Hiding the window or sample rule that breaks the result

Worked vignette (illustrative)

A panel estimate of the spillover from US tightening to EM inflows is −0.8% of GDP (s.e. 0.2). The suite: (i) leave-one-country-out keeps it in [−0.9, −0.7] with no single economy decisive; (ii) dropping the GFC window leaves it at −0.7; (iii) adding the global financial cycle factor barely shifts it; (iv) the AE/EM split shows the effect concentrated in EMs as the mechanism predicts; (v) Driscoll–Kraay SEs (cross-country dependence) keep the CI away from zero; (vi) gross vs. net flows give the same sign and magnitude. The point estimate barely moves — the IMFER target — and the one check that softens it (excluding commodity exporters) is reported with its policy reading.

Referee pushback mapped to the robustness fix

  • "This is driven by a few countries." → Show leave-one-country-out and drop-the-dominant-economy in the main paper; report the estimate range.
  • "This is the GFC / euro crisis, not your variable." → Drop the crisis window and add the global-cycle control; show the result holds.
  • "Did you cluster correctly?" → Use Driscoll–Kraay for cross-country dependence; with few countries report a wild-cluster bootstrap.
  • "Different currency / flow convention would change this." → Re-run in USD and local currency, gross and net; show the same sign and magnitude.

The composition check IMFER referees run first

Because IMFER panels are small in the country dimension and dominated by a few large economies, the single most predictable referee move is "drop the obvious country and show me it survives." Build this into the paper, not the appendix: report a leave-one-country-out distribution (or a coefficient plot with each country excluded), and if one economy is decisive, say so and bound the implication. A panel where China, the US, or one euro-area crisis country silently drives the headline is the most common IMFER robustness failure — and the easiest to pre-empt.

Output format

【Journal】IMF Economic Review
【Skill】imfer-robustness
【Primary spec】declared? [Y/N] — estimate: ___ (s.e. ___)
【Composition】leave-one-country-out / drop-dominant range: [___, ___]
【Episode / window】drop-crisis result: ___
【Common shock】global-financial-cycle control result: ___
【Sample / measurement】AE-EM split, currency, gross/net: ___
【Inference】Driscoll–Kraay / wild-cluster (few countries): ___
【Estimate stability】range across checks: [___, ___]; checks that move it: ___
【Next skill】imfer-tables-figures

版本历史

  • 1839142 当前 2026-07-05 13:21

同 Skill 集合

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

元信息

文件数
0
版本
5717eab
Hash
f55e7b66
收录时间
2026-07-05 13:21

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-09 17:48
浙ICP备14020137号-1 $访客地图$