Tables & Figures (car-tables-figures)
When to trigger
- Exhibits are cluttered, not self-contained, or off CAR house style
- A variable-definitions appendix is missing (an archival reviewer staple)
- Experimental results lack a clean cell-means / contrast table
- You are paginating exhibits for the 50-page limit and online appendix
CAR Style Guide exhibit rules
CAR's format rules (author guidelines + CAR Style Guide) govern exhibits directly:
- Each exhibit (appendix, table, figure) begins on a new page.
- In-text notes are footnotes, not endnotes; tables use table notes to define every variable, sample, and significance convention.
- Pages are numbered sequentially after the abstract page; the manuscript itself is blind (no author identifiers in exhibit titles, file names, or footnotes).
- The main text is held to 30 pages within a 50-page overall limit; push large or supplementary exhibits into the online-only supplementary appendix rather than padding the main body.
- LaTeX authors may use Wiley's New Journal Design (NJD) template for accepted papers; confirm exact table/figure formatting against the current CAR Style Guide.
Build exhibits the reviewers expect, by tradition
- Archival / capital-markets. Provide (1) a variable-definitions appendix with exact construction and data sources — this is mandatory in spirit under the Data Integrity policy; (2) a descriptive-statistics table (N, mean, median, SD, key percentiles), noting winsorizing/truncating; (3) a correlation table (Pearson/Spearman); (4) results tables with coefficients, standard errors (clustered), and the SE-clustering and fixed-effects structure stated in the notes. Report economic magnitude, not just stars.
- Experimental. Provide a cell-means table (means, SDs, n per condition), the ANOVA/contrast table, and manipulation-check results; a figure of the predicted interaction aids interpretation.
- Analytical. Present propositions/results cleanly; figures should illustrate comparative statics or equilibrium regions, with parameter assumptions noted.
Self-containment
Every exhibit must be readable without the text: title, sample/period, variable definitions, units, and the meaning of each significance marker all appear in the notes.
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. CAR is archival/empirical accounting; the DiD / IV / RDD chain serves its causal designs around reporting and regulation.
- 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
- Stars without magnitudes; endnotes where CAR requires footnotes.
- Undefined variables or a missing definitions appendix.
- Author identifiers leaking into exhibit titles or file names.
- Padding the main body past 30/50 pages instead of using the online appendix.
Exhibit pass for Contemporary Accounting Research
Use this as a second-pass capability check. First lock the accounting construct, setting, identification or theory, and disclosure/market/organizational implication; then test whether the manuscript addresses accounting reviewers who expect accounting-specific constructs, credible design, and contribution to reporting, auditing, tax, or governance debates.
- 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 The Accounting Review for US flagship breadth, JAR for Chicago-style accounting research, JAE for economics/accounting interface; 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】tables/figures/appendices; each on a new page?
【Variable definitions】appendix present, sources/construction stated?
【Results table】clustered SEs, FE structure, magnitudes shown?
【Experiment】cell means / ANOVA / manipulation checks tabulated?
【Style】footnotes (not endnotes), blind, page budget (30/50) ...
【Next step】car-writing-style
Source: brycewang-stanford/Awesome-Journal-Skills → Contemporary-Accounting-Research-Skills/skills/car-tables-figures/SKILL.md
1---2name: car-tables-figures3description: Use when building the exhibits of a Contemporary Accounting Research (CAR) manuscript — descriptive/correlation/results tables for archival work, experimental cell-means and ANOVA tables, model figures, and appendices — formatted to the CAR Style Guide (each exhibit on a new page, variable definitions, footnotes not endnotes). Builds exhibits; it does not run the analysis (car-data-analysis).4---567# Tables & Figures (car-tables-figures)89## When to trigger1011- Exhibits are cluttered, not self-contained, or off CAR house style12- A variable-definitions appendix is missing (an archival reviewer staple)13- Experimental results lack a clean cell-means / contrast table14- You are paginating exhibits for the 50-page limit and online appendix1516## CAR Style Guide exhibit rules1718CAR's format rules (author guidelines + CAR Style Guide) govern exhibits directly:1920- **Each exhibit (appendix, table, figure) begins on a new page.**21- In-text notes are **footnotes, not endnotes**; tables use table notes to define every variable, sample, and significance convention.22- Pages are numbered sequentially after the abstract page; the manuscript itself is **blind** (no author identifiers in exhibit titles, file names, or footnotes).23- The main text is held to **30 pages** within a **50-page overall** limit; push large or supplementary exhibits into the **online-only supplementary appendix** rather than padding the main body.24- LaTeX authors may use Wiley's New Journal Design (NJD) template for accepted papers; confirm exact table/figure formatting against the current CAR Style Guide.2526## Build exhibits the reviewers expect, by tradition2728- **Archival / capital-markets.** Provide (1) a **variable-definitions appendix** with exact construction and data sources — this is mandatory in spirit under the Data Integrity policy; (2) a descriptive-statistics table (N, mean, median, SD, key percentiles), noting winsorizing/truncating; (3) a correlation table (Pearson/Spearman); (4) results tables with coefficients, standard errors (clustered), and the SE-clustering and fixed-effects structure stated in the notes. Report economic magnitude, not just stars.29- **Experimental.** Provide a cell-means table (means, SDs, n per condition), the ANOVA/contrast table, and manipulation-check results; a figure of the predicted interaction aids interpretation.30- **Analytical.** Present propositions/results cleanly; figures should illustrate comparative statics or equilibrium regions, with parameter assumptions noted.3132## Self-containment3334Every exhibit must be readable without the text: title, sample/period, variable definitions, units, and the meaning of each significance marker all appear in the notes.3536## Execution bridge (StatsPAI / Stata MCP)3738Generate exhibits from the fitted result, not by retyping numbers (the usual source of39body-vs-appendix drift). Full map: [`execution-with-mcp`](../../../shared-resources/empirical-methods/execution-with-mcp.md). CAR is archival/empirical accounting; the DiD / IV / RDD chain serves its causal designs around reporting and regulation.4041- **Tables:** `etable` (multi-model columns) or `did_summary_to_latex` straight from the42 `result_id`.43- **Figures:** `plot_from_result` / `enhanced_event_study_plot` / `event_study_table` —44 axis units and the SE/clustering note baked in.45- **Every note** names the estimator + clustering and states the effect size in46 interpretable units.4748See a full fitted-result → exhibit chain in the [JF execution walkthrough](../../../Journal-of-Finance-Skills/resources/worked-examples/02-execution-walkthrough.md).49## Checklist5051- [ ] Each exhibit starts on a new page; footnotes (not endnotes) used throughout52- [ ] Variable-definitions appendix present (archival) with sources and construction53- [ ] Descriptive, correlation, and results tables report clustered SEs and FE structure54- [ ] Experimental cell-means, ANOVA/contrasts, and manipulation checks tabulated55- [ ] Economic magnitudes (not only significance) reported56- [ ] Exhibits blind; supplementary material routed to the online-only appendix57- [ ] Numbers reconcile exactly with the code repository and the text5859## Anti-patterns6061- **Stars without magnitudes**; **endnotes** where CAR requires footnotes.62- **Undefined variables** or a missing definitions appendix.63- **Author identifiers** leaking into exhibit titles or file names.64- **Padding the main body** past 30/50 pages instead of using the online appendix.656667## Exhibit pass for Contemporary Accounting Research6869Use this as a second-pass capability check. First lock the accounting construct, setting, identification or theory, and disclosure/market/organizational implication; then test whether the manuscript addresses accounting reviewers who expect accounting-specific constructs, credible design, and contribution to reporting, auditing, tax, or governance debates.7071- **Primary move:** For every table or figure, state the object, sample/case base, uncertainty display, and one sentence the exhibit proves for this venue.72- **Decision ledger:** return `claim / evidence / blocker / next edit` rows so the next pass can patch the manuscript directly.73- **Neighbor test:** compare against The Accounting Review for US flagship breadth, JAR for Chicago-style accounting research, JAE for economics/accounting interface; if the neighboring outlet has the stronger audience claim, recommend re-routing before polishing.74- **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.7576## Output format7778```79【Exhibit list】tables/figures/appendices; each on a new page?80【Variable definitions】appendix present, sources/construction stated?81【Results table】clustered SEs, FE structure, magnitudes shown?82【Experiment】cell means / ANOVA / manipulation checks tabulated?83【Style】footnotes (not endnotes), blind, page budget (30/50) ...84【Next step】car-writing-style85```8687---8889**Source:** [`brycewang-stanford/Awesome-Journal-Skills`](https://github.com/brycewang-stanford/Awesome-Journal-Skills) → `Contemporary-Accounting-Research-Skills/skills/car-tables-figures/SKILL.md`