ier-tables-figures

GitHub

指导《国际经济评论》稿件中图表优化,确保每个展示回答单一问题。涵盖结构参数、模型拟合、比较静态等类型规范,强调报告标准误与经济量级,去除显著性星号,并建议将次要内容移至附录以控制页数。

International-Economic-Review-Skills/skills/ier-tables-figures/SKILL.md brycewang-stanford/Awesome-Journal-Skills

Trigger Scenarios

读者无法从表格直接看出其支持的论点 结构论文的参数表未显示识别依据或精度 理论论文缺乏可视化机制的图表 回归表仅含系数和星号,缺乏经济量级 图表拥挤超出50页限制

Install

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill ier-tables-figures -g -y
More Options

Non-standard path

npx skills add https://github.com/brycewang-stanford/Awesome-Journal-Skills/tree/main/International-Economic-Review-Skills/skills/ier-tables-figures -g -y

Use without installing

npx skills use brycewang-stanford/Awesome-Journal-Skills@ier-tables-figures

指定 Agent (Claude Code)

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill ier-tables-figures -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": "ier-tables-figures",
    "description": "Use when exhibits in an International Economic Review (IER) manuscript are dense, do not carry the argument, or do not present structural\/theory results well. Makes each exhibit answer one question; it does not generate the data."
}

Tables and Figures (ier-tables-figures)

When to trigger

  • A reader cannot tell from a table alone what claim it supports
  • A structural paper's parameter table lists estimates but not what identifies them or their precision
  • A theory paper has no figure making the mechanism or comparative static visible
  • Regression tables are wall-to-wall coefficients with significance stars and no economic magnitudes
  • Exhibits must fit the ≤50-page IER ceiling and are crowding out the argument

What IER exhibits must do

IER exhibits serve a rigor-leaning, broad audience, so each one must answer a single question and make the economics — not just the statistics — legible. For a theory/structural-tilted journal, the most valuable exhibits are often the ones that make a mechanism or a comparative static visible, and the parameter table that shows the model is disciplined by data. Sort your exhibits by their job:

Exhibit type Its one job The IER craft
Structural parameter table Show estimates ARE pinned, not just reported Pair each parameter with its identifying moment and a standard error / sensitivity entry
Model-fit table Show targeted moments fit AND untargeted moments match Two panels: targeted vs. untargeted; data column next to model column
Comparative-statics figure Make the mechanism visible Plot the key outcome against the key parameter; annotate where the sign flips
Counterfactual table Show the policy result and its uncertainty Report the headline as a range over the uncertain parameter, not a lone point
Regression table (applied) Show the design's answer Report economic magnitudes and CIs, not just coefficients; group by threat, not by control
Event-study figure Show pre-trends are flat Leads and lags with CIs; reference line at treatment

House-style discipline

  • Report standard errors and confidence/coverage sets, not significance asterisks. A rigor journal wants the precision shown, not thresholded — strip ***/**/* and report SEs in parentheses and economic magnitudes in the text.
  • Self-contained notes. Every table/figure note states the sample, the estimator, the unit of observation, the inference method, and what each column varies — a referee should not need the text to read the exhibit.
  • One question per exhibit. If a table answers two questions, split it. Dense omnibus tables are where IER referees lose the thread.
  • Magnitudes in the text. The table holds the numbers; the prose says what they mean ("a one-SD increase raises X by 8%, roughly a third of the cross-country gap").
  • Mind the page budget. With a ≤50-page ceiling (检索于 2026-06;以官网为准), move secondary exhibits to the online/proof appendix (ier-replication-package) and keep the main text exhibits that carry the contribution.

The structural paper's signature exhibit

For the structural/quantitative papers that are IER's bread and butter, the single most important exhibit is usually the parameter table read together with the sensitivity/identification panel. A referee scanning a new structural paper goes straight to it to answer one question: are these parameters pinned by the data, or assumed? Make that table do the work — estimate, standard error, the identifying moment, and (ideally) the sensitivity entry showing which moment moves it. A parameter table that is just a list of numbers tells the referee the model was calibrated, not estimated, and that perception is hard to reverse.

Worked example (illustrative)

A draft presents a 12-column regression table with three sets of controls and stars on everything. It answers no single question and the reader cannot find the result. The fix splits it: one main-text table reporting the headline coefficient as an economic magnitude with its confidence interval, columns ordered by threat retired (baseline → drop influential subsample → alternative inference), and the control-set permutations moved to an online appendix. The note states sample, estimator, unit, and clustering. Now the table answers exactly one question — "is the effect there and how big" — and the reader sees it in five seconds.

Why no asterisks at a rigor journal

The case against significance stars is not stylistic at IER — it is methodological. A rigor-leaning readership wants the precision of an estimate (its standard error or confidence set) shown directly, so the reader judges economic and statistical significance themselves, rather than having a coarse three-level threshold imposed by the author. Stars also encourage the very specification search the robustness section is meant to rule out. Report the SE in parentheses, state the economic magnitude in the text, and let the confidence interval do the work the stars used to do. This aligns with the broader econometric-society house norm and is the safer default even where the exact style guideline is 待核实.

Figures earn their place by showing what a table cannot

A figure that merely re-plots a table's numbers wastes a page against the ≤50-page ceiling. The figures that earn space show something a table cannot: a shape (a non-monotonic comparative static), a flip (where a sign changes), a distribution (heterogeneity a mean hides), or a fit (model vs. data across the support). For theory and structural papers especially, the comparative-statics figure that makes the mechanism visible is often the most-cited exhibit in the paper — it is where the broad reader grasps the economics without following the algebra.

Execution bridge (StatsPAI / Stata MCP)

Generate exhibits from the fitted result, not by retyping numbers (the usual source of body-vs-appendix drift). Full map: execution-with-mcp.

  • Tables: etable (multi-model columns) or did_summary_to_latex straight from the result_id — one variable definition, one set of numbers, body and appendix in sync.
  • Figures: plot_from_result / enhanced_event_study_plot / event_study_table — axis units and the SE/clustering note baked in.
  • Every note names the estimator + clustering (from the result's diagnostics) and states the magnitude in interpretable units.

See a full fitted-result → exhibit chain in the JF execution walkthrough.

Checklist

  • Each exhibit answers exactly one question, stated in its title or note
  • Structural parameter table pairs each estimate with its identifying moment and SE/sensitivity
  • Model-fit shown for targeted AND untargeted moments (data vs. model columns)
  • A figure makes the mechanism or comparative static visible
  • No significance asterisks; SEs/confidence sets reported; economic magnitudes in the text
  • Notes are self-contained (sample, estimator, unit, inference, what varies)
  • Secondary exhibits moved to the appendix to respect the ≤50-page ceiling

Anti-patterns

  • An omnibus table answering three questions that the reader must disentangle
  • A parameter table with no identifying moment and no precision — estimates with no provenance
  • Significance stars substituting for standard errors / confidence sets
  • Coefficients reported with no economic magnitude anywhere in the text
  • A figure that repeats a table instead of showing something the table cannot (a shape, a flip, a non-monotonicity)
  • Notes that force the reader back to the body to learn the sample or estimator

Referee pushback mapped to the exhibit fix

  • "I can't tell what this table shows." → Split it so each exhibit answers one question; put that question in the title or note.
  • "Are these parameters estimated or assumed?" → Add the identifying moment and SE/sensitivity beside each structural parameter; separate estimated from external parameters.
  • "Drop the stars." → Replace asterisks with standard errors / confidence sets; move economic magnitudes into the text.
  • "The figure just repeats the table." → Replace it with one showing a shape, flip, distribution, or model-vs-data fit the table cannot convey.

Output format

【Journal】International Economic Review
【Skill】ier-tables-figures
【Exhibit inventory】each exhibit → the one question it answers
【Parameter table】identifying moment + SE/sensitivity per estimate? [Y/N]
【Mechanism figure】comparative static / mechanism made visible? [Y/N]
【House style】no asterisks; SEs/CIs shown; magnitudes in text? [Y/N]
【Notes】self-contained (sample/estimator/unit/inference)? [Y/N]
【Page budget】main-text exhibits within the ≤50pp ceiling? [Y/N]
【Verdict】carries-the-argument / needs-work
【Next skill】ier-writing-style

Version History

  • 1839142 Current 2026-07-05 13:23

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
9f86f09
Hash
13e99d0a
Indexed
2026-07-05 13:23

Accueil - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-29 19:22
浙ICP备14020137号-1 $Carte des visiteurs$