Agent skill · Data & Analytics

jape-data-analysis

Use when running estimation and inference for a Journal of Applied Econometrics (JAE) manuscript so the analysis is reproducible and archive-ready — every table/figure regeneratable from plain-text data and programs you will deposit in the JAE Data Archive. Covers robust inference, master-script discipline, Monte Carlo evidence, and the archive's plain-ASCII/CSV format rule.

brycew6m878★ · +32/wk · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill jape-data-analysis --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Path: Journal-of-Applied-Econometrics-Skills/skills/jape-data-analysis/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 909 · +31 this week
Language: Stata
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Data Analysis for JAE (jape-data-analysis) ## When to trigger - Setting up the estimation pipeline for a JAE paper - Choosing inference (HAC, clustered, bootstrap) for real-data estimates - Making sure the analysis will satisfy the JAE Data Archive before you submit ## Analyze for reproducibility from day one JAE's identity is **replicable** applied work, and accepted papers must deposit data and (typically) programs in the **JAE Data Archive**. Structure the analysis as if a referee will rerun it: - One **master script** (`run_all.do` / `make` / `Snakefile`) regenerates **every** exhibit from raw inputs — no manual steps. - Pin software (`version` in Stata, `renv`/`sessionInfo()` in R, pinned `requirements.txt` in Python); fix and log all seeds. - Document sample construction, variable definitions, and estimation commands so the path from raw or documented restricted data to final exhibits is transparent. - Write intermediate and final results to **plain text** (CSV/TXT), matching the archive format — never let `.dta` be the only copy. ## Inference appropriate to real data Match inference to structure: HAC/Newey–West for serial correlation; cluster-robust SEs for panels; wild/cl

What's inside
Steps it walks through
  1. When to trigger
  2. Analyze for reproducibility from day one
  3. Inference appropriate to real data
  4. Monte Carlo, where used
  5. Claim-to-archive ledger
  6. Inference picker for archive-bound estimates
  7. Few-cluster and weak-instrument trip wires
  8. Worked numbers: a 13-state policy panel (illustrative)
  9. Monte Carlo specification block
  10. Execution bridge (StatsPAI / Stata MCP)
  11. Output format
  12. Supplementary resources
More from Awesome-Journal-Skills
All skills →
About this skill
What does the jape-data-analysis skill do?

Use when running estimation and inference for a Journal of Applied Econometrics (JAE) manuscript so the analysis is reproducible and archive-ready — every table/figure regeneratable from plain-text data and programs you will deposit in the JAE Data Archive. Covers robust inference, master-script discipline, Monte Carlo evidence, and the archive's plain-ASCII/CSV format rule.

How do I install it?

Run `npx skills add brycewang-stanford/Awesome-Journal-Skills --skill jape-data-analysis --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From brycewang-stanford/Awesome-Journal-Skills, a repository with 909 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going