<model name>_MODEL table
This table contains model coefficients and statistics.
The following table shows the table columns:
| Column name | Data type | Description |
|---|---|---|
| VAR_ID | INTEGER | Index of the attribute in the table that is used for the model creation The following special variables are encoded by using negative values:
|
| VAR_NAME | VARCHAR(1024) | Name of the attribute in the input table or name of the special
variable Special variables are (Intercept), [R²], [RSS], and [Y_VAR_EST]. |
| LEVEL_ID | INTEGER | Identifier of the predictor level in the directory that is created for nominal
attributes For continued attributes, the value is always set to 1. For the model diagnostics variable, the value is set to 0. |
| LEVEL_NAME | VARCHAR(1024) | Name of the nominal variable level |
| PREDICTED_ID | INTEGER | Index of the predicted variable |
| PREDICTED_NAME | VARCHAR(1024) | Name of the predicted variable |
| PREDICTED_LEVEL | INTEGER | Always 1 |
| PREDICTED_LEVEL_NAME | VARCHAR(1024) | Not used |
| VALUE | DOUBLE | Value of the coefficient or special variable |
| ST_DEV | DOUBLE | Standard deviation of the model coefficient value if the calculation of the
diagnostics is requested If the calculation of the diagnostics is not requested, the value is -1. |
| TVAL | DOUBLE | The value of the T test statistics for the model coefficient if the
calculation of the diagnostics is requested If the calculation of the diagnostics is not requested, the value is -1. |
| PVAL | DOUBLE | The p-value of the two sided T test for the model coefficient if the
calculation of the diagnostics is requested If the calculation of the diagnostics is not requested, the value is -1. |