You can use the Output Variables tab to add analysis variables to the data table. (See Figure 21.17.) If you request a plot that uses one of the output variables, then that variable is automatically created even if you did not explicitly select the variable on the Output Variables tab.
The following list describes each output variable and indicates how the output variable is named. Y represents the name of the response variable.
adds predicted values. The variable is named RegP_Y. 
                     
adds 95% confidence limits for the expected value (mean). The variables are named RegLclm_Y and RegUclm_Y. 
                     
adds 95% confidence limits for an individual prediction. The variables are named RegLcli_Y and RegUcli_Y. 
                     
adds residuals, which are calculated as observed values minus predicted values. The variable is named RegR_Y. 
                     
adds internally studentized residuals, which are the residuals divided by their standard errors. (These correspond to the
                        STUDENT= option in the OUTPUT statement.) The variable is named RegIntR_Y. 
                     
adds externally studentized residuals, which are studentized residuals with the current observation deleted. (These correspond
                        to the RSTUDENT= option in the OUTPUT statement.) The variable is named RegExtR_Y. 
                     
adds Cook’s D influence statistic. The variable is named RegCooksD_Y. 
                     
adds the leverage statistic. The variable is named RegH_Y. 
                     
adds the PRESS residuals. This is the ith residual divided by 
, where h is the leverage and where the model has been refit without the ith observation. The variable is named RegPRESS_Y. 
                     
adds the covariance ratio. This is the ith residual divided by 
, where h is the leverage and where the model has been refit without the ith observation. The variable is named RegCovRatio_Y. 
                     
adds the standard influence of observation on the predicted value. The variable is named RegDFFITS_Y. 
                     
adds p variables, where p is the number of parameters in the model. The variables are scaled measures of the change in each parameter estimate and
                        are calculated by deleting the ith observation. Large values of DFBETAS indicate observations that are influential in estimating a given parameter. Belsley,
                        Kuh, and Welsch (1980) recommend 
 as a size-adjusted cutoff. The variables are named DFB_
, where 
 is the name of the jth regressor (including the intercept). 
                     
Figure 21.17: The Output Variables Tab
