Assumptions of the Multiple Regression Model
Statistics • Multiple Regression
Frequently Asked Questions
Which multiple regression assumptions does this calculator check?
It checks linearity (residuals vs fitted), normality (Q-Q plot), constant variance (scale-location), independence (Durbin-Watson when an order variable is provided), multicollinearity (correlation heatmap and VIF), and influential points (leverage and Cook's distance).
How do I enable the Durbin-Watson test for independence?
Provide a column that represents the observation order (time, index, or trial number) and select it as the Order variable. Without an order variable, the calculator cannot compute the Durbin-Watson check.
What is the difference between standardized and studentized residuals?
Standardized residuals scale residuals by an overall estimate of error spread, while studentized residuals adjust using a leave-one-out type scaling and are often more sensitive to outliers. Both are used for diagnostics and can highlight unusual observations.
What does VIF mean and when is it a problem?
VIF (variance inflation factor) measures how much a predictor's coefficient variance is inflated by multicollinearity with other predictors. Large VIF values suggest strong redundancy among predictors and unstable coefficient estimates.
Why were some rows removed before the diagnostics were computed?
Rows with missing or non-numeric values in the selected response, predictors, or order column are removed automatically. This ensures the regression and diagnostics are computed on a consistent numeric dataset.