| Characteristics of an adequate regression model | Check using | Possible solutions | 
|---|---|---|
| Functional form accurately models any curvature that is present. | Lack-of-fit-test Residuals vs variables plot | Add higher-order term to model Transform variables Nonlinear regression | 
| Residuals have constant variance. | Residuals vs fits plot | Transform variables Weighted least squares | 
| Residuals are independent of (not correlated with) each other. | Durbin-Watson statistic Residuals vs order plot | Add new predictor Use time series analysis Add lag variable | 
| Residuals are normally distributed. | Histogram of residuals Normal plot of residuals Residuals vs fit plot Normality test | Transform variables Check for outliers | 
| No unusual observations or outliers. | Residual plots Leverages Cook's distance DFITS | Transform variables Remove outlying observation | 
| Data are not ill-conditioned. | Variance inflation factor (VIF) Correlation matrix of predictors | Remove predictor Partial least squares regression Transform variables |