JAE reviewers expect a transparent sample-construction waterfall: starting population (e.g., Compustat firm-years), each merge (CRSP, I/B/E/S, Execucomp, DealScan, Audit Analytics via WRDS), each exclusion (financials/utilities, missing data, penny stocks), and the final N at every step. Report descriptive statistics and a correlation table. Winsorize continuous variables (commonly at 1%/99%) and say so.
| Data structure / claim | Estimator / specification |
|---|---|
| Firm panel with unobserved heterogeneity | Firm and year fixed effects (e.g., reghdfe) |
| Inference with within-firm correlation | Standard errors clustered by firm; often two-way (firm & year) |
| Regulatory shock / treatment | Difference-in-differences; report pre-trends |
| Endogenous regressor | 2SLS/IV with first-stage diagnostics (F-stat, exclusion) |
| Self-selection | Heckman (report inverse Mills) or PSM (report balance) |
| Information event | Short-window CARs; cross-sectional regression of returns |
| Binary/limited outcome | Logit/probit/Tobit as the outcome dictates |
Match the clustering to where correlation lives in the data; a single firm-clustered SE may understate inference when shocks are common across firms in a year — two-way clustering is the JAE norm for many panels.
Run the battery, don't just enumerate it. Full map:
execution-with-mcp. JAE is empirical accounting with an economics lens; treat identification and weak-IV-robust inference as the binding constraints.
romano_wolf (step-down FWER) or
benjamini_hochberg — report the adjusted threshold.oster_delta / sensemakr.wild_cluster_bootstrap (few clusters), twoway_cluster / conley;
multilevel data → cluster at the right level.audit_result(result_id) lists the missing checks and the
exact suggest_function for each.etable / did_summary_to_latex from the handle — no retyped numbers.Keep the decisive checks in the body and the exhaustive battery in the appendix. See the executed chain in the JF execution walkthrough.
【Sample】population → merges → exclusions → final N; winsorized at ...
【Specification】FE (firm/year); SE clustering (firm / two-way)
【Identification executed】pre-trends / first-stage F / balance ...
【Main result】coefficient, t-stat, economic magnitude
【Mechanism (cross-section)】effect concentrated where friction severe
【Robustness】alt proxies / specs / placebo / sensitivity
【Open issues for reviewers】...
【Next step】jae-contribution-framing