Each option in the Save Columns menu adds one or more new columns 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.
Mean Confidence Interval
Creates two new columns called Lower 95% Mean <colname> and Upper 95% Mean <colname>. These columns contain the lower and upper 95% confidence limits for the mean response. These intervals include the variation in the estimation, but not in the response.
Indiv Confidence Interval
(Available for models that contain only G-side effects.) Creates two new columns called Lower 95% Indiv <colname> and Upper 95% Indiv <colname>. These columns contain lower and upper 95% confidence limits for individual response values. These intervals include the variation in both the response and its estimation.
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 Mean CI
(Available for models that contain a G-side effect.) Creates two new columns called Lower 95% Cond Mean <colname> and Upper 95% Cond Mean <colname>. These columns contain the lower and upper 95% confidence limits for the expected value from conditional prediction. The confidence intervals include random effect estimates for models with random effects. See Conditional Model Inference.
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.
Save Simulation Formula
(Available only for variance component and random coefficient models.) Saves a column to the data table that contains a formula that generates simulated values using the estimated parameters for the model that you fit. This column can be used in the Simulate utility as a Column to Switch In. See Simulate in Basic Analysis.