The following Save Columns options are available:
Prediction Formula
Creates a new column called Mean. The new column contains the predicted values for the mean, as computed by the specified model.
Variance Formula
Creates a new column called Variance. The new column contains the predicted values for the variance, as computed by the specified model.
Std Dev Formula
Creates a new column called Std Dev. The new column contains the predicted values for the standard deviation, as computed by the specified model.
Residuals
Creates a new column called Residual that contains the residuals, which are the observed response values minus predicted values. See Examining the Residuals.
Studentized Residuals
Creates a new column called Studentized Resid. The new column values are the residuals divided by their standard error.
Std Error of Predicted
Creates a new column called Std Err Pred. The new column contains the standard errors of the predicted values.
Std Error of Individual
Creates a new column called Std Err Indiv. The new column contains the standard errors of the individual predicted values.
Mean Confidence Interval
Creates two new columns, Lower 95% Mean and Upper 95% Mean. The new columns contain the bounds for a confidence interval for the prediction mean.
Indiv Confidence Interval
Creates two new columns, Lower 95% Indiv and Upper 95% Indiv. The new columns contain confidence limits for individual response values.