What problem does it solve?
This Skill turns an academic research question into an end-to-end R analysis by coordinating data loading, exploratory diagnostics, regression modeling, and publication-ready tables and figures.
Core Features & Use Cases
- End-to-end R workflow: guides setup, exploratory data analysis, main estimation, and exportable outputs in a consistent structure.
- Publication-ready outputs: produces regression tables (via modelsummary/stargazer) and figures (ggplot2 with project theme) in export-friendly formats.
- Reproducible artifacts: saves computed objects with saveRDS(), organizes outputs under output/, and enforces R code conventions for repeatability.
- Use Case: You have a county panel CSV and need to regress wages on education with fixed effects, generate diagnostics, and export tables/figures for a paper or report.
Quick Start
Ask the AI to run the data-analysis skill to analyze a dataset you provide and produce regression tables and diagnostic figures following the repository workflow.