Vibe-Skills performing-regression-analysis
install
source · Clone the upstream repo
git clone https://github.com/foryourhealth111-pixel/Vibe-Skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/foryourhealth111-pixel/Vibe-Skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/bundled/skills/performing-regression-analysis" ~/.claude/skills/foryourhealth111-pixel-vibe-skills-performing-regression-analysis && rm -rf "$T"
manifest:
bundled/skills/performing-regression-analysis/SKILL.mdsource content
Regression Analysis Tool
Purpose
Use this skill when regression is the task owner, not just one small step inside a bigger workflow.
When to Use
Use this skill when:
- Fitting and diagnosing a regression model on a given dataset
- Predicting future values from existing data with regression models
- Interpreting relationships between independent and dependent variables through model coefficients
- Evaluating regression-model residuals, assumptions, and fit quality
Not For / Boundaries
- Causal identification or policy-effect claims: use
performing-causal-analysis - Pairwise screening before modeling: use
correlation-analyzer - Inline regression help inside a broader ML workflow: use
regression-analysis-helper - Final deliverable writing and packaging: use
scientific-reporting
Typical Outputs
- Model specification options and assumptions checklist
- Coefficient, residual, and fit interpretation notes
- Next-step recommendations for validation or reporting
Related Skills
for pre-model screeningcorrelation-analyzer
for lightweight inline support inside a larger ML workflowregression-analysis-helper
when the regression needs to become a deliverable reportscientific-reporting