Each option in the Save Columns menu adds a new column to the data table.
Prediction Formula
Creates a new column called Pred Formula <colname> that contains both the formula and the marginal mean predicted values. A Predicting column property is added, noting the source of the prediction. See Marginal Model Inference.
Standard Error of Predicted
Creates a new column called StdErr Pred <colname> that contains standard errors for the predicted marginal mean responses.
Residuals
Creates a new column called Residual <colname> that contains the observed response values minus their marginal mean predicted values. See Marginal Model Inference.
Conditional Prediction Formula
Creates a new column called Cond Pred Formula <colname> that contains both the formula and the conditional mean predicted values. A Predicting column property is added, noting the source of the prediction. See Conditional Profilers.
Standard Error of Conditional Predicted
Creates a new column called StdErr Cond Pred <colname> that contains standard errors for the predicted conditional mean responses.
Conditional Residuals
Creates a new column called Cond Residual <colname> that contains the observed response values minus their conditional mean predicted values. See Conditional Model Inference.