From jae-skills
Runs and reports empirical analysis for JAE manuscripts: builds archival samples, specifies fixed effects and clustered standard errors, executes identification (DiD, IV, matching), and demonstrates robustness.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jae-skills:jae-data-analysisThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- The sample is built and it is time to estimate and report
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.
【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
npx claudepluginhub brycewang-stanford/awesome-journal-skills --plugin jae-skillsHelps design empirical or analytical approaches for JAE manuscripts, choosing identification strategies (DiD, IV, RD) for archival data and structuring economic models.
Runs and reports empirical archival analysis for JAR manuscripts: standard-error clustering, endogeneity, construct measurement, robustness battery, and reproducible data-and-code package.
Runs and documents empirical finance analysis for JFQA papers: data construction (CRSP/Compustat/TAQ/IBES), winsorizing, fixed effects, clustered/Newey-West standard errors, robustness, and reproducibility.