Agent skill · Data & Analytics

econometrics

description: Econometric methods — regression, panel data, IV. Cover OLS, panel (FE/RE), instrumental variables, VAR.'

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill econometrics --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Path: skills/analysis/econometrics/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

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

From the SKILL.md

# Econometrics name: econometrics description: Econometric methods — regression, panel data, IV. Cover OLS, panel (FE/RE), instrumental variables, VAR. ## When to Activate - Specifying and estimating regression models for economic and financial data - Choosing between OLS, panel data (fixed/random effects), and IV approaches - Diagnosing and correcting econometric issues (heteroskedasticity, autocorrelation, endogeneity) - Estimating vector autoregression (VAR) models for time series forecasting - Interpreting regression results and assessing statistical significance - Causal inference using instrumental variables, difference-in-differences, or RDD - Forecasting financial or macroeconomic variables using econometric models - Evaluating published empirical research for methodological soundness ## Core Concepts ### Ordinary Least Squares (OLS) **Model:** ``` Y = beta_0 + beta_1 * X_1 + beta_2 * X_2 + ... + beta_k * X_k + epsilon OLS minimizes: Sum of squared residuals = Sum(Y_i - Y_hat_i)^2 ``` **Gauss-Markov assumptions (for OLS to be BLUE — Best Linear Unbiased Estimator):** 1. **Linearity:** Y is a linear function of the parameters (not necessarily of X — log, polynomial OK) 2. **

What's inside
Steps it walks through
  1. When to Activate
  2. Core Concepts
  3. Ordinary Least Squares (OLS)
  4. Panel Data Methods
  5. Instrumental Variables (IV)
  6. Vector Autoregression (VAR)
  7. Difference-in-Differences (DiD)
  8. Methodology
  9. Templates
  10. Regression Results Table
  11. Diagnostic Checklist
  12. Quality Gate
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the econometrics skill do?

description: Econometric methods — regression, panel data, IV. Cover OLS, panel (FE/RE), instrumental variables, VAR.'

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill econometrics --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 majiayu000/claude-skill-registry, a repository with 534 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