Every feature from all five editions for 15 days.
Standard edition from US$ 155 a year · 30-day money-back guarantee.
Excel’s Analysis ToolPak fits a straight line by least squares and stops. No polynomial, logarithmic or power fits without transforming the data by hand; no categorical predictors without coding the dummy variables yourself; no VIF, no leverage, no Cook’s D. A regression result is only as good as the assumptions behind it. Influential observations pull the line towards themselves. Correlated predictors inflate the standard errors until nothing looks significant. Non-constant variance makes the confidence intervals meaningless at one end of the range. The coefficients can look fine while the conclusions are wrong — and without diagnostics, you will not know.
Which model form fits the relationship? Which predictors matter, and which are redundant? Are a few unusual observations driving the result? Regression is a cycle, not a single pass from data to p-value. Fit a model, check whether the assumptions hold, find what is distorting the result, adjust and re-fit, until the model can be trusted.
The model should follow the relationship, not force a shape onto it. Fit a straight line, a polynomial up to 6th order, or a logarithmic, exponential, power or probit curve. Transform X or Y directly when a raw fit is not adequate. The scatter plot with the fit line and confidence bands shows whether the model captures the pattern or forces a shape that is not there. The F-test for lack of fit checks whether a simple model captures the relationship or the data call for a more complex form. If a linear fit shows significant lack of fit, try a polynomial or a transform before reporting a result that does not match the data.
Real data have more than one predictor, and not all of them are numbers. Multiple regression takes any combination of continuous and categorical predictors, with crossed terms, polynomial terms and interactions — the same Fit Model that fits ANOVA and ANCOVA. Add categorical factors and the model reports adjusted effect means with confidence intervals for each level, with main effect and interaction plots showing how the factors combine. Five multiple comparison procedures — Tukey-Kramer, Dunnett, Hsu, Scheffé, Student’s t — test specific differences between levels, just as in ANOVA.
A model you cannot report and defend is not finished. Parameter estimates come with confidence intervals; VIF flags multicollinearity, and standardised betas compare the importance of predictors on a common scale. R², adjusted R², AIC and BIC compare candidate models. F-tests for the effect of the model and of each term — Type I sequential or Type III partial — show which terms matter. The model equation is there for documentation, and the predicted against actual plot shows how well the model reproduces the data.
Diagnostic plots show the assumption failures that the coefficients hide. A leverage plot for each term isolates that predictor’s contribution after accounting for all the others in the model. Raw and standardised residual plots reveal non-normality and heteroscedasticity; sequence and Lag-1 plots reveal autocorrelation. See the problem before it reaches the conclusion.
A few unusual cases can shift the fitted line and change the conclusion. The Outliers, Leverage, Influence plot shows the studentised residual against leverage for every observation, sized by Cook’s D. The plot shows immediately whether a few observations are distorting the model. Identify them, decide what to do about them and re-fit — the cycle of building and checking that regression needs.
The fitted model is for using, not only for reporting. Predict Y for new X values directly from the model, with no manual calculation from the coefficients. Save fitted values, residuals, standardised and studentised residuals, leverage and Cook’s D back to the dataset as new columns, ready for further investigation or reporting.
See regression results in detail — parameter estimates, leverage plots, residual diagnostics and influence analysis — using real datasets you can download and follow along with.
4 pages
Simple regression, power fit
4 pages
Multiple regressionRegression is one part of a complete statistical analysis toolkit. The Standard edition also includes ANOVA and ANCOVA, logistic regression, PCA and factor analysis, descriptive statistics, hypothesis testing, correlation and categorical data analysis. See everything in the Standard edition →
Related guides in the Learn section: fitting a calibration curve, why correlation is the wrong statistic for method comparison and choosing a regression for method comparison.
Try it on your own data first. The 15-day trial is every feature from all five editions — install it and start straight away.
Standard edition: US$ 155 per year or US$ 395 for a perpetual licence. Every purchase carries a 30-day money-back guarantee. Need a quote for purchasing? Add the licence to the cart and save it as a PDF quote.