Linear Regression

Fit a linear regression (OLS) on tabular data and produce a rigorous report — coefficient table with confidence intervals, standardized betas, plain-English interpretation of each coefficient (transform-aware), fit statistics, and a standalone HTML report. Use this skill whenever the user wants to model a continuous outcome from one or more predictors, asks to "fit a regression" or "run OLS" or "model Y from X", or hands over tabular data with a continuous target. Outputs are both a structured JSON (LinearRegressionReport) and a self-contained HTML deliverable. Pair this skill with the diagnostics skill to check assumptions and identify influential observations.

WindcleaverDev 1ffca1e 7 files · 29.1 KB Updated

File contents

WindcleaverDev/regkit/tree/main/.agents/skills/linear-regression commit 1ffca1e6d4

Frequently asked questions

npx skillmds@latest add windcleaverdev/linear-regression