| DF |
INTEGER |
Degrees of freedom for
model. |
| Fmodel |
FLOAT |
F statistic for model. |
| DFErr |
INTEGER |
Degrees of freedom for
error. |
| DF_1 |
INTEGER |
Degrees of freedom for first
variable (v1). |
| F1 |
FLOAT |
F statistic for v1. |
| DF_2 |
INTEGER |
Degrees of freedom for second
variable (v2). |
| F2 |
FLOAT |
F statistic for v2. |
| DF_3 |
INTEGER |
Degrees of freedom for third
variable (v3). |
| F3 |
FLOAT |
F statistic for v3. |
| DF_12 |
INTEGER |
Degrees of freedom for interaction
of v1 and v2. |
| F12 |
FLOAT |
F statistic for interaction of v1
and v2. |
| DF_13 |
INTEGER |
Degrees of freedom for interaction
of v1 and v3. |
| F13 |
FLOAT |
F statistic for interaction of v1
and v3. |
| DF_23 |
INTEGER |
Degrees of Freedom for interaction
of v2 and v3 |
| F23 |
FLOAT |
F statistic for interaction of v2
and v3. |
| DF_123 |
INTEGER |
Degrees of freedom for interaction
of v1, v2, and v3. |
| F123 |
FLOAT |
F statistic for interaction of v1,
v2 and v3. |
| Fmodel_PValue |
FLOAT |
Probability associated with F
statistic for model. |
| Fmodel_PText |
CHAR |
If not NULL, the output appears in text format in the column. |
| Fmodel_callP_0.05 |
CHAR |
F-test result for model:- a=accept null hypothesis
- p=reject null hypothesis
|
| F1_PValue |
FLOAT |
Probability associated with F
statistic for v1. |
| F1_PText |
CHAR |
If not NULL, the output appears in text format in the column. |
| F1_callP_0.05 |
CHAR |
F-test result for v1:- a=accept null hypothesis
- p=reject null hypothesis
|
| F2_PValue |
FLOAT |
Probability associated with F
statistic for second variable. |
| F2_PText |
CHAR |
If not NULL, the output appears in text format in the column. |
| F2_callP_0.05 |
CHAR |
F-test result for v2:- a=accept null hypothesis
- p=reject null hypothesis
|
| F3_PValue |
FLOAT |
Probability associated with F
statistic for v3. |
| F3_PText |
CHAR |
If not NULL, the output appears in text format in the column. |
| F3_callP_0.05 |
CHAR |
F-test result for v3:- a=accept null hypothesis
- p=reject null hypothesis
|
| F12_PValue |
FLOAT |
Probability associated with F
statistic for interaction of v1 and v2. |
| F12_PText |
CHAR |
If not NULL, the output appears in text format in the column. |
| F12_callP_0.05 |
CHAR |
F-test result for interaction of v1 and v2:- a=accept null hypothesis
- p=reject null hypothesis
|
| F13_PValue |
FLOAT |
Probability associated with F
statistic for interaction of v1 and v3. |
| F13_PText |
CHAR |
If not NULL, the output appears in text format in the column. |
| F13_callP_0.05 |
CHAR |
F test result for interaction of v1 and v3:- a=accept null hypothesis
- p=reject null hypothesis
|
| F23_PValue |
FLOAT |
Probability associated with F
statistic for interaction of v2 and v3. |
| F23_PText |
CHAR |
If not NULL, the output appears in text format in the column. |
| F23_callP_0.05 |
CHAR |
F-test result for interaction of v2 and v3:- a=accept null hypothesis
- p=reject null hypothesis
|
| F123_PValue |
FLOAT |
Probability associated with F
statistic for interaction of v1, v2 and v3. |
| F123_PText |
CHAR |
If not NULL, the output appears in text format in the column. |
| F123_callP_0.05 |
CHAR |
F-test result for interaction of v1, v2 and v3:- a=accept null hypothesis
- p=reject null hypothesis
|