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.
Creates a new column called StdErr Pred <colname> that contains standard errors for the predicted marginal mean responses.
Creates a new column called Residual <colname> that contains the observed response values minus their marginal mean predicted values. See Marginal Model Inference.
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.
Creates a new column called StdErr Cond Pred <colname> that contains standard errors for the predicted conditional mean responses.
Creates a new column called Cond Residual <colname> that contains the observed response values minus their conditional mean predicted values. See Conditional Model Inference.