You can use the Output Variables tab to add analysis variables to the data table. (See FigureĀ 22.5.) 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 RobP_
Y.
adds the final weights used in the iteratively reweighted least squares algorithm. The variable is named RobWt_
Y.
adds residuals, which are calculated as observed values minus predicted values. The variable is named RobR_
Y.
adds internally studentized residuals, which are the residuals divided by their standard errors. The variable is named RobIntR_
Y.
adds a robust measure of distance between an observation and a robust estimate of location. The variable is named RobRD_
Y.
adds the Mahalanobis distance between an observation and the multivariate mean of the data. The variable is named RobMD_
Y.
adds an indicator variable for outliers. The variable is named RobOut_
Y.
adds an indicator variable for leverage points. The variable is named RobLev_
Y.