robustness-table
Installation
SKILL.md
Generate Robustness Checks and Table
Given a baseline regression, generate code for standard robustness checks and format the results as a publication-ready table.
Arguments
$ARGUMENTS— notebook reference and baseline specification description (e.g., "notebook-02 baseline OLS with GDP on life expectancy")
Steps
- Read the specified notebook and locate the baseline regression:
- Look for estimation commands (Python:
statsmodels,linearmodels; R:lm,fixest,felm; Stata:reg,reghdfe,ivregress) - Identify the dependent variable, independent variables, fixed effects, and clustering
- Look for estimation commands (Python: