Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use when constructing or revising regression tables, descriptive statistics tables, or figures after results are estimated and before submission for an AER, AER:Insights, or AEJ manuscript. Implements AER booktabs house style, regression-table layout, and figure-note conventions.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | 47% | 0% |
| case-01 | ✗→✓ | ▲ Improved | 31% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 20% | 0% |
| case-11 | ✗→✓ | ▲ Improved | 29% | 0% |
| case-14 | ✗→✓ | ▲ Improved | 55% | 0% |
Reviewers in economics read tables first. A misformatted, overstuffed, or note-bloated table signals carelessness and increases desk rejection probability independently of the result quality. This skill enforces AER house style and the "one claim per exhibit" discipline.
Hard AER conventions:
tablenotes / figurenotes environment.Every empirical AER paper has approximately:
If your paper needs more than ~7 main-text tables, the contribution is unfocused. Move secondary tables to the appendix.
Standard AER regression table:
(1) (2) (3) (4) (5)
OLS OLS OLS IV IV
Treatment 0.123*** 0.118*** 0.115*** 0.142*** 0.138***
(0.041) (0.040) (0.039) (0.052) (0.051)
Controls No Yes Yes Yes Yes
Unit FE No No Yes Yes Yes
Year FE No No Yes Yes Yes
Sample Full Full Full Full Balanced
Observations 12,453 12,453 12,453 12,453 11,892
R-squared 0.024 0.118 0.341 0.310 0.317
First-stage F 42.3 41.1
Notes: Standard errors in parentheses, clustered at the [unit] level. *** p<0.01, ** p<0.05, * p<0.1.AER convention: *** p<0.01, ** p<0.05, * p<0.1. Some authors and Angrist-Pischke prefer letter superscripts (a, b, c) to save space. Either is acceptable; the journal does not enforce a single convention. Do not mix.
estout / esttab — the canonical AER pipeline. esttab using table.tex, b(3) se(3) star(* 0.10 ** 0.05 *** 0.01) booktabs alignment(D{.}{.}{-1}) ...outreg2 — older, still commoncoefplot — for figure-based coefficient presentationfixest::etable — produces near-AER tables out of the box; supports \textsf{...} styling and booktabsmodelsummary — flexible, supports gt/kable/LaTeX backends; explicit options for AER conventionsstargazer — older; works but less customizablestargazer-py or pystata — for users mirroring Stata outputcoefplot (Stata) or ggplot2 + geom_pointrange (R).rdplot (Stata/R).latex\begin{figure}[t] \centering \includegraphics[width=0.8\textwidth]{fig_event_study.pdf} \caption{Event-Study Estimates of the Effect of Policy on Outcome} \label{fig:event} \begin{figurenotes} Notes: This figure plots Callaway-Sant'Anna ATT(g,t) estimates aggregated by event time. The omitted period is $t = -1$. Bars show 95\% confidence intervals based on the multiplier bootstrap. Sample restricted to [...]. N = [...]. \end{figurenotes} \end{figure}
Bundled with the installed skill, no repository checkout needed --- read it before the repo resources below:
references/exhibit-cookbook.md --- booktabs anatomy, export snippets, notes template, figure rulesWhen working from the AER-skills repository or plugin bundle, load only the relevant table/figure scaffold:
templates/stata/06_tables.dotemplates/r/06_tables.Rtemplates/python/tables.pytextMAIN TABLES: <count> APPENDIX TABLES: <count> FIGURES: <count> STYLE COMPLIANT: <yes / list of remaining fixes> NEXT SKILL: <aer-consistency | aer-replication>
Other measured skills in the registry, with their headline benchmark lift.