For the latest version of JMP Help, visit JMP.com/help.

Creates a new column called Pred Formula <colname> that contains both the formula and the predicted values. A Predicting column property is added, noting the source of the prediction.
Note: Pred Formula <colname> inherits certain properties from <colname>. These include Response Limits, Spec Limits, and Control Limits. If you change these properties for <colname> after saving Pred Formula <colname>, they will not update in Pred Formula <colname>.
See Prediction Formula for more details.
Creates a new column called Predicted <colname> that contains the predicted values computed by the specified model. Both a Notes and a Predicting column property are added, noting the source of the prediction.
Note: Predicted <colname> inherits certain properties from <colname>. These include Response Limits, Spec Limits, and Control Limits. If you change these properties for <colname> after saving Predicted <colname>, they will not update in Predicted <colname>.
Creates a new column called Residual <colname> that contains the observed response values minus their predicted values.
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.
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.
Creates a new column called Studentized Resid <colname>, which contains the residuals divided by their standard errors.
Creates a new column called h <colname>. The column values are the diagonal values of the matrix , sometimes called hat values.
Creates a new column called StdErr Pred <colname> that contains the standard errors of the predicted mean response.
Creates a new column called StdErr Resid <colname> that contains the standard errors of the residual values.
Creates a new column called StdErr Indiv <colname> that contains the standard errors of the individual predicted response values.
Creates a new column called Cook’s D Influence <colname>, which contains values of the Cook’s D influence statistic.
Creates a new column called PredSE <colname> that contains both the formula and the values for the standard error of the predicted values.
Creates two new columns called Lower 95% Mean <colname> and Upper 95% Mean <colname>. These columns contain both the formulas and the values for lower and upper 95% confidence limits for the mean response.
Creates two new columns called Lower 95% Indiv <colname> and Upper 95% Indiv <colname>. These columns contain both the formulas and the values for lower and upper 95% confidence limits for individual response values.

Help created on 3/19/2020