Regression analysis does not end once the regression model is fit. You should examine residual plots and other diagnostic statistics to determine whether your model is adequate and the assumptions of regression have been met. If your model is inadequate, it will not correctly represent your data. For example:
Use the table below to determine whether your model is adequate.
Characteristics of an adequate regression model |
Check using... |
Possible solutions |
Functional form accurately models any curvature that is present. |
| |
Residuals have constant variance. |
| |
Residuals are independent of (not correlated with) one another. |
| |
Residuals are normally distributed. |
| |
No unusual observations or outliers. |
| |
Data are not ill-conditioned. |
|
If you determine that your model does not meet the criteria listed above, you should :
1 Check to see whether your data are entered correctly, especially observations identified as unusual.
2 Try to determine the cause of the problem. You may want to see how sensitive your model is to the issue. For example, if you have an outlier, run the regression without that observation and see how the results differ.
3 Consider using one of the possible solutions listed above. See [11], [35] for more information.