What problem does it solve?
This Skill orchestrates end-to-end empirical data analysis workflows so researchers can load datasets, explore distributions and missingness, estimate regressions with appropriate fixed effects and clustered standard errors, and produce publication-ready tables and figures without manual pipeline assembly.
Core Features & Use Cases
- Language-aware scripting: Produce Stata .do files or R scripts depending on user preference, defaulting to Stata for regressions and R for visualizations.
- Structured workflow phases: Follow conventions for setup, exploratory analysis, main regressions (county+year fixed effects), publication-ready output, and verification.
- Reproducible outputs: Export regression results to CSV, generate .tex tables (esttab/modelsummary), and save figures with explicit dimensions for Overleaf and Quarto workflows.
- Use Case: Run a panel regression with clustered standard errors, export the regression table to .tex, and save diagnostic plots to the output/ directory for inclusion in the manuscript.
Quick Start
Run the data-analysis skill on a dataset path and specify Stata or R to generate scripts, run regressions, and export tables and figures.