Creates a new column called Mean. The new column contains the predicted values for the mean, as computed by the specified model.
Creates a new column called Variance. The new column contains the predicted values for the variance, as computed by the specified model.
Creates a new column called Std Dev. The new column contains the predicted values for the standard deviation, as computed by the specified model.
Creates a new column called Residual that contains the residuals, which are the observed response values minus predicted values. See Examining the Residuals.
Creates a new column called Studentized Resid. The new column values are the residuals divided by their standard error.
Creates a new column called Std Err Pred. The new column contains the standard errors of the predicted values.
Creates a new column called Std Err Indiv. The new column contains the standard errors of the individual predicted values.
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.
Creates two new columns, Lower 95% Indiv and Upper 95% Indiv. The new columns contain confidence limits for individual response values.

Help created on 7/12/2018