Tables & Figures for JAE (jae-tables-figures)
When to trigger
- Regression output is pasted in raw and not yet reader-ready
- Tables do not state the sample, the SE clustering, or variable definitions
- A reviewer cannot tell which coefficients are the test of the hypothesis
- You need a variable-definition appendix or a sample-waterfall table
The standard JAE exhibit set
Archival JAE papers carry a recognizable table sequence; build it deliberately:
- Variable definitions (often an appendix): every variable, its construction, and the data source (Compustat/CRSP/I/B/E/S/Execucomp/DealScan/Audit Analytics). Reviewers check this first.
- Sample construction: the waterfall from population to final N with counts at each exclusion.
- Descriptive statistics: N, mean, median, SD, and key percentiles; note winsorization (e.g., 1%/99%).
- Correlation matrix: Pearson (and often Spearman) correlations among main variables.
- Main regressions: the hypothesis tests, with the coefficient of interest visually identifiable.
- Cross-sectional / mechanism tables: partitions showing the effect concentrates where the friction is severe.
- Robustness tables: alternative proxies, specifications, placebo/falsification, identification diagnostics.
Reporting conventions reviewers expect
- Report coefficients with t- or z-statistics (or standard errors) and state the SE clustering (firm, or two-way firm-and-year) in the table note.
- Indicate the fixed effects included (firm, year, industry) in each column.
- Use consistent significance markers and define them in the note; report economic magnitude, not only stars.
- Every table note must make the exhibit self-contained: sample, period, units, FE, clustering, and what the key coefficient tests.
Figures
- Event studies: plot cumulative abnormal returns around the information event with confidence bands.
- DiD dynamics: plot event-time coefficients to show parallel pre-trends and the post-treatment effect.
- Comparative statics (analytical papers): plot the model's predicted relations.
Keep figures clean, labeled, and grayscale-legible; Elsevier renders single-column native format.
Elsevier house style
JAE follows Elsevier author-date (Harvard) referencing and numbered sections (1, 1.1, 1.1.1). Number tables/figures in citation order, reference each in the text, and keep the in-text discussion interpreting—not merely repeating—the numbers. Remember the manuscript also requires Highlights (2-5 bullets, ≤125 characters each) summarizing the findings.
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. JAE is empirical accounting with an economics lens; treat identification and weak-IV-robust inference as the binding constraints.
- Tables:
etable (multi-model columns) 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 effect size in
interpretable units.
See a full fitted-result → exhibit chain in the JF execution walkthrough.
Checklist
Anti-patterns
- Raw software dumps with unlabeled columns.
- No clustering/FE disclosure in table notes.
- Stars without magnitudes.
- Undefined variables or missing data-source attribution.
- DiD with no event-time figure to support parallel trends.
Exhibit pass for Journal of Accounting and Economics
Use this as a second-pass capability check. First lock the economic mechanism, accounting setting, identification or model, and market/contracting consequence; then test whether the manuscript addresses accounting-economics reviewers who expect economics discipline, identification, and market or contracting implications.
- Primary move: For every table or figure, state the object, sample/case base, uncertainty display, and one sentence the exhibit proves for this venue.
- Decision ledger: return
claim / evidence / blocker / next edit rows so the next pass can patch the manuscript directly.
- Neighbor test: compare against JAR for accounting research breadth, TAR for accounting flagship breadth, Review of Accounting Studies for archival/accounting focus; if the neighboring outlet has the stronger audience claim, recommend re-routing before polishing.
- Verification floor: before submission-ready advice, re-open
resources/official-source-map.md for volatile rules and name the one unresolved fact that could change the recommendation.
Output format
【Exhibit list】vars / sample / descriptives / corr / main / mechanism / robustness / figures
【Each main table note】sample, period, FE, SE clustering, sig. definitions
【Figures】event-study CARs / DiD dynamics / comparative statics
【Highlights drafted?】2-5 bullets ≤125 chars
【Next step】jae-writing-style
Source: brycewang-stanford/Awesome-Journal-Skills → Journal-of-Accounting-and-Economics-Skills/skills/jae-tables-figures/SKILL.md
1---2name: jae-tables-figures3description: Use when building the exhibits for a Journal of Accounting and Economics (JAE) manuscript — variable-definition appendix, sample-construction table, descriptive statistics and correlations, regression tables with clustered standard errors, and event-study/DiD figures — in Elsevier house style so each exhibit is self-contained and reproducible.4---567# Tables & Figures for JAE (jae-tables-figures)89## When to trigger1011- Regression output is pasted in raw and not yet reader-ready12- Tables do not state the sample, the SE clustering, or variable definitions13- A reviewer cannot tell which coefficients are the test of the hypothesis14- You need a variable-definition appendix or a sample-waterfall table1516## The standard JAE exhibit set1718Archival JAE papers carry a recognizable table sequence; build it deliberately:19201. **Variable definitions** (often an appendix): every variable, its construction, and the data source (Compustat/CRSP/I/B/E/S/Execucomp/DealScan/Audit Analytics). Reviewers check this first.212. **Sample construction**: the waterfall from population to final N with counts at each exclusion.223. **Descriptive statistics**: N, mean, median, SD, and key percentiles; note winsorization (e.g., 1%/99%).234. **Correlation matrix**: Pearson (and often Spearman) correlations among main variables.245. **Main regressions**: the hypothesis tests, with the coefficient of interest visually identifiable.256. **Cross-sectional / mechanism tables**: partitions showing the effect concentrates where the friction is severe.267. **Robustness tables**: alternative proxies, specifications, placebo/falsification, identification diagnostics.2728## Reporting conventions reviewers expect2930- Report **coefficients with t- or z-statistics (or standard errors)** and state the **SE clustering** (firm, or two-way firm-and-year) in the table note.31- Indicate the **fixed effects** included (firm, year, industry) in each column.32- Use consistent **significance markers** and define them in the note; report **economic magnitude**, not only stars.33- Every table note must make the exhibit **self-contained**: sample, period, units, FE, clustering, and what the key coefficient tests.3435## Figures3637- **Event studies**: plot cumulative abnormal returns around the information event with confidence bands.38- **DiD dynamics**: plot event-time coefficients to show parallel pre-trends and the post-treatment effect.39- **Comparative statics** (analytical papers): plot the model's predicted relations.40Keep figures clean, labeled, and grayscale-legible; Elsevier renders single-column native format.4142## Elsevier house style4344JAE follows Elsevier author-date (Harvard) referencing and numbered sections (1, 1.1, 1.1.1). Number tables/figures in citation order, reference each in the text, and keep the in-text discussion interpreting—not merely repeating—the numbers. Remember the manuscript also requires **Highlights** (2-5 bullets, ≤125 characters each) summarizing the findings.4546## Execution bridge (StatsPAI / Stata MCP)4748Generate exhibits from the fitted result, not by retyping numbers (the usual source of49body-vs-appendix drift). Full map: [`execution-with-mcp`](../../../shared-resources/empirical-methods/execution-with-mcp.md). JAE is empirical accounting with an economics lens; treat identification and weak-IV-robust inference as the binding constraints.5051- **Tables:** `etable` (multi-model columns) or `did_summary_to_latex` straight from the52 `result_id`.53- **Figures:** `plot_from_result` / `enhanced_event_study_plot` / `event_study_table` —54 axis units and the SE/clustering note baked in.55- **Every note** names the estimator + clustering and states the effect size in56 interpretable units.5758See a full fitted-result → exhibit chain in the [JF execution walkthrough](../../../Journal-of-Finance-Skills/resources/worked-examples/02-execution-walkthrough.md).59## Checklist6061- [ ] Variable-definition appendix with data sources62- [ ] Sample-construction waterfall table63- [ ] Descriptives + correlation matrix; winsorization noted64- [ ] Main tables: key coefficient identifiable; t-stats/SEs shown65- [ ] FE and SE clustering stated in every table note66- [ ] Mechanism and robustness tables present67- [ ] Event-study/DiD figures with pre-trends and bands68- [ ] Every exhibit self-contained; Highlights drafted6970## Anti-patterns7172- **Raw software dumps** with unlabeled columns.73- **No clustering/FE disclosure** in table notes.74- **Stars without magnitudes.**75- **Undefined variables** or missing data-source attribution.76- **DiD with no event-time figure** to support parallel trends.777879## Exhibit pass for Journal of Accounting and Economics8081Use this as a second-pass capability check. First lock the economic mechanism, accounting setting, identification or model, and market/contracting consequence; then test whether the manuscript addresses accounting-economics reviewers who expect economics discipline, identification, and market or contracting implications.8283- **Primary move:** For every table or figure, state the object, sample/case base, uncertainty display, and one sentence the exhibit proves for this venue.84- **Decision ledger:** return `claim / evidence / blocker / next edit` rows so the next pass can patch the manuscript directly.85- **Neighbor test:** compare against JAR for accounting research breadth, TAR for accounting flagship breadth, Review of Accounting Studies for archival/accounting focus; if the neighboring outlet has the stronger audience claim, recommend re-routing before polishing.86- **Verification floor:** before submission-ready advice, re-open `resources/official-source-map.md` for volatile rules and name the one unresolved fact that could change the recommendation.8788## Output format8990```91【Exhibit list】vars / sample / descriptives / corr / main / mechanism / robustness / figures92【Each main table note】sample, period, FE, SE clustering, sig. definitions93【Figures】event-study CARs / DiD dynamics / comparative statics94【Highlights drafted?】2-5 bullets ≤125 chars95【Next step】jae-writing-style96```9798---99100**Source:** [`brycewang-stanford/Awesome-Journal-Skills`](https://github.com/brycewang-stanford/Awesome-Journal-Skills) → `Journal-of-Accounting-and-Economics-Skills/skills/jae-tables-figures/SKILL.md`