jcf-tables-figures

GitHub

用于构建公司金融实证论文(JCF)的表格与图表,包括描述性统计、回归表及事件研究图。规范了固定效应、聚类、稳健性及自包含注释等格式要求,并提供典型的文章结构建议。

Journal-of-Corporate-Finance-Skills/skills/jcf-tables-figures/SKILL.md brycewang-stanford/Awesome-Journal-Skills

Trigger Scenarios

设计描述性统计、主要结果和稳健性表格 构建带有置信区间的事件研究或CAR图表 撰写无需正文即可阅读的自包含表格/图片注释

Install

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

Non-standard path

npx skills add https://github.com/brycewang-stanford/Awesome-Journal-Skills/tree/main/Journal-of-Corporate-Finance-Skills/skills/jcf-tables-figures -g -y

Use without installing

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

指定 Agent (Claude Code)

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill jcf-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": "jcf-tables-figures",
    "description": "Use when building the tables and figures for a Journal of Corporate Finance (JCF) empirical paper — summary statistics, main regression tables with fixed effects and clustering disclosed, event-study\/CAR plots, and self-contained notes. It shapes the exhibits; pair with jcf-data-analysis for the underlying estimates."
}

Tables & Figures (jcf-tables-figures)

When to trigger

  • Designing the summary-statistics, main-result, and robustness tables
  • Building event-study or CAR figures with confidence bands
  • Writing self-contained table/figure notes a reviewer can read without the text

Table conventions (empirical corporate finance)

  • Summary statistics: N, mean, SD, key percentiles; flag winsorizing and units. Match the sample to the regression sample.
  • Main regression tables: coefficients with standard errors (or t-stats) clearly labeled; report the fixed effects included, the clustering level, N, and within/adjusted R². Show economic magnitude (e.g., a 1-SD change) near the headline coefficient.
  • Robustness tables: vary one thing per panel/column (definition, subsample, FE, estimator) so the reader sees what moves the result.
  • Use a consistent decimal precision; do not hide the dependent variable's scaling.

Figure conventions

  • Event-study / CAR plots: plot coefficients (or cumulative abnormal returns) with confidence bands; mark the event date; show pre-event leads to support parallel trends.
  • Binned scatters for nonlinearity; avoid 3D, gradients, and chartjunk.
  • Vector output (PDF/EPS) for print resolution.

Self-contained notes (required)

Each exhibit's note states: sample and period, variable definitions or a pointer, fixed effects, clustering, winsorizing, and significance markers. A referee should not need the body text to read the table.

Formatting and policy

  • "Your paper, your way" at first submission means exhibit styling need only be consistent; full Elsevier styling comes at revision.
  • Tables/figures count toward the paper's exhibits but JCF states no fixed length ceiling (待核实) — still, keep the set tight and non-redundant.

Exhibit architecture (calibration, hedged)

Accepted empirical JCF papers tend to follow a recognizable arc — treat the counts as calibration, not rules, and confirm against the journal's current author guidelines:

  • Table 1: sample construction and/or summary statistics on the regression sample.
  • Table 2: main fixed-effects estimates, sparse controls first, saturated last.
  • Tables 3–4: identification exhibits — event-study dynamics, pre-trends, first stage, or density tests.
  • Tables 5+: mechanism splits and robustness, one varied dimension per panel.
  • Figure 1 is frequently the event-study or RDD plot — many JCF readers judge identification from this figure alone.
  • Six to nine main exhibits is a common footprint; overflow robustness belongs in an appendix or internet appendix numbered IA.1, IA.2, and cited by number in the text.

Worked headline-table sketch

Illustrative skeleton for a governance-shock paper (numbers invented):

                       (1)        (2)        (3)
Treated x Post        0.014**    0.015**    0.013**
                     (0.006)    (0.006)    (0.006)
Firm FE                 Y          Y          Y
Year FE                 Y          —          —
Industry x Year FE      —          Y          Y
Controls                —          —          Y
N                    21,043     21,043     20,877
Within R²             0.08       0.11       0.12
Magnitude: 1 SD of treatment exposure ≈ 12% of mean investment

The magnitude line beneath the table body is the JCF habit worth copying — it answers "is this economically big?" before the referee asks.

Exhibit pushback and the fix

  • "I cannot tell what is clustered." → Put FE and clustering rows in every regression table, not in a global footnote.
  • "The event-study figure has no bands." → Re-plot with 95% CIs and at least four pre-period leads visible.
  • "Summary stats do not match the regression N." → Recompute Table 1 on the estimation sample; reconcile any drop in a sample-construction panel.
  • "Too many tables." → Merge robustness variants into panels; push the remainder to the internet appendix and cite IA numbers in the text.

Execution bridge (StatsPAI / Stata MCP)

Generate exhibits from the fitted result, not by retyping numbers. Full map: execution-with-mcp. JCF is corporate finance — endogeneity of corporate policies is the central threat; foreground IV/DiD identification.

  • Tables: etable (multi-model) or did_summary_to_latex straight from the result_id.
  • 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 and states the magnitude in interpretable units.

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

Anti-patterns

  • A regression table that hides the FE and clustering structure.
  • "Stars only" with no economic magnitude.
  • Event-study plots without confidence bands or pre-trend leads.
  • Summary stats computed on a different sample than the regressions.

Output

【Tables】headline FE/cluster/N disclosed? [Y/N]; magnitude shown? [Y/N]
【Figures】event/CAR with CIs + leads? [Y/N]; vector output? [Y/N]
【Notes】each exhibit self-contained? [Y/N]

Version History

  • 1839142 Current 2026-07-05 13:31

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
45376f90
Indexed
2026-07-05 13:31

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