Diagnosing the need for WLS
- To run an initial Linear Regression analysis,
from the menus choose:
Note: This feature requires the Statistics Base option.
Figure 1. Linear Regression main dialog box - Select Adjusted Cost of Construction as the dependent variable.
- Select Square Footage through Years of Experience of Architect as independent variables.
- Click Plots.
Figure 2. Plots dialog box - Select *ZRESID as the Y variable.
- Select *ZPRED as the X variable.
- Click Continue.
- Click Save in the Linear Regression dialog box.
Figure 3. Save dialog box - Select Standardized in the Residuals group.
- Click Continue.
- Click OK in the Linear Regression dialog box.

At first, the resulting OLS model appears to be reasonable. The model summary reports an R2 of 0.662.

The significance values for the estimates of the Square Footage and Indoor/Outdoor Mall coefficients are both less than 0.05, indicating that their effects are not due to chance. Somewhat surprisingly, the coefficient for architect's experience is not significant.

However, the scatterplot of standardized residuals versus standardized predicted values shows heteroscedasticity; that is, the variance of the residuals is not constant across values of the predicted values. In this plot, the spread of the residuals increases with increasing predicted values. This violates the assumptions of the OLS model, so you will need to compute a WLS model in order to obtain valid estimates.