Model Fitting: Linear Regression

The Plots Tab

You can use the Plots tab (Figure 21.15) to create plots that graphically display results of the analysis. There are plots that help you to visualize the fit, the residuals, and various influence diagnostics.

Creating a plot often adds one or more variables to the data table. The following plots are available:

Observed vs. Predicted
creates a scatter plot of the Y variables versus the predicted values, overlaid with the diagonal line that represents a perfect fit.
Partial leverage
creates a partial leverage plot for each regressor and for the intercept. A line in the plot has a slope equal to the parameter estimate in the full model. Confidence limits for each regressor are related to the confidence limits for parameter estimates
Raw residuals vs. Predicted
creates a scatter plot of the residuals versus the predicted values.
Raw residuals vs. Explanatory
creates scatter plots of the residuals versus the X variables.
Externally studentized residuals vs. Predicted
creates a scatter plot of the studentized residuals versus the predicted value.
Externally studentized residuals vs. Leverage (H)
creates a scatter plot of the studentized residuals versus the leverage statistic.
Residual normal QQ
creates a normal Q-Q plot of the residuals.
Cook's D vs. Observation number
creates a scatter plot of Cook's d statistic for each observation.
Leverage (H) vs. Observation number
creates a scatter plot of the leverage statistic for each observation.
PRESS residuals vs. Observation number
creates a scatter plot of the PRESS residual for each observation.
COVRATIO vs. Observation number
creates a scatter plot of the covariance ratio for each observation.
DFFITS vs. Observation number
creates a scatter plot of the DFFIT statistic for each observation.


ugfitregplotstab2.png (10389 bytes)

Figure 21.15: The Plots Tab

Previous Page | Next Page | Top of Page