The result table returned is built in the requested Output Database by the F-test analysis. DF is the UPI.
Name | Type | Definition |
---|---|---|
DF | INTEGER | Degrees of Freedom for the model |
Fmodel | Float | The computed value of the F statistic for the model |
DFErr | INTEGER | Degrees of Freedom for Error term |
DF_1 | INTEGER | Degrees of Freedom for first variable |
F1 | Float | The computed value of the F statistic for the first variable |
DF_2 | INTEGER | Degrees of Freedom for second variable |
F2 | Float | The computed value of the F statistic for the second variable |
DF_12 | INTEGER | Degrees of Freedom for interaction |
F12 | Float | The computed value of the F statistic for interaction |
Fmodel_PValue | Float | The probability associated with the F statistic for the model |
Fmodel_PText | Char | If not NULL, the probability is less than the smallest or more than the largest table value |
Fmodel_CallP_0.05 | Char | The F test result: a=accept, p=reject for the model |
F1_PValue | Float | The probability associated with the F statistic for the first variable |
F1_PText | Char | If not NULL, the probability is less than the smallest or more than the largest table value |
F1_callP_0.05 | Char | The F test result: a=accept, p=reject for the first variable |
F2_PValue | Float | The probability associated with the F statistic for the second variable |
F2_PText | Char | If not NULL, the probability is less than the smallest or more than the largest table value |
F2_callP_0.05 | Char | The F test result: a=accept, p=reject for the second variable |
F12_PValue | Float | The probability associated with the F statistic for the interaction |
F12_PText | Char | If not NULL, the probability is less than the smallest or more than the largest table value |
F12_callP_0.05 | Char | The F test result: a=accept, p=reject for the interaction |