| 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_3 |
INTEGER |
Degrees of Freedom for third variable |
| F3 |
Float |
The computed value of the F statistic for the third variable |
| DF_12 |
INTEGER |
Degrees of Freedom for interaction of v1 and v2 |
| F12 |
Float |
The computed value of the F statistic for interaction of v1 and v2 |
| DF_13 |
INTEGER |
Degrees of Freedom for interaction of v1 and v3 |
| F13 |
Float |
The computed value of the F statistic for interaction of v1 and v3 |
| DF_23 |
INTEGER |
Degrees of Freedom for interaction of v2 and v3 |
| F23 |
Float |
The computed value of the F statistic for interaction of v2 and v3 |
| DF_123 |
INTEGER |
Degrees of Freedom for three-way interaction of v1, v2, and v3 |
| F123 |
Float |
The computed value of the F statistic for three-way interaction of v1, v2 and v3 |
| 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 |
| F3_PValue |
Float |
The probability associated with the F statistic for the third variable |
| F3_PText |
Char |
If not NULL, the probability is less than the smallest or more than the largest table value |
| F3_callP_0.05 |
Char |
The F test result: a=accept, p=reject for the third variable |
| F12_PValue |
Float |
The probability associated with the F statistic for the interaction of v1 and v2 |
| 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 of v1 and v2 |
| F13_PValue |
Float |
The probability associated with the F statistic for the interaction of v1 and v3 |
| F13_PText |
Char |
If not NULL, the probability is less than the smallest or more than the largest table value |
| F13_callP_0.05 |
Char |
The F test result: a=accept, p=reject for the interaction of v1 and v3 |
| F23_PValue |
Float |
The probability associated with the F statistic for the interaction of v2 and v3 |
| F23_PText |
Char |
If not NULL, the probability is less than the smallest or more than the largest table value |
| F23_callP_0.05 |
Char |
The F test result: a=accept, p=reject for the interaction of v2 and v3 |
| F123_PValue |
Float |
The probability associated with the F statistic for the three-way interaction of v1, v2 and v3 |
| F123_PText |
Char |
If not NULL, the probability is less than the smallest or more than the largest table value |
| F123_callP_0.05 |
Char |
The F test result: a=accept, p=reject for the three-way interaction of v1, v2 and v3 |