Jones473 wrote:
Sorry, but it seems to be some disagreement here. Tickersu says a significant F-stat requires at least one bi not equal to zero and Air writes you can have a significant F-test and zero significant t-tests. What is the truth? Is it only in the case of multicollinearity you can have significant F-stat and no significant t-tests?
Allow me to try clarifying what I said and meant. What I said is that when you conduct this type of
F-test, the null and alternative hypotheses are as follows:
Ho: b1=b2=…=bi=0 (all coefficients are not different from zero/ the group of independent variables is not statistically significant for predicting the DV)
Ha: at least 1 bi is not equal to zero (if you reject Ho, this is the only conclusion that you can make from this test of hypothesis– as a group, the terms are statistically useful in the prediction of the DV. However, we only know that at least one bi is not equal to zero).
Notice that I’m not saying what the t-tests
must be, because the F-test isn’t addressing that question. It’s very important to understand what question each type of test answers.
The F-test answers the question of
group significance, while a t-test answers the question of individual significance (holding all else constant and assuming all other terms are in the model).
Let’s pretend we have X1 and X2, and the respective betas are b1 and b2. Assume that this is the correct model:
E

= b0 + b1x1 +b2x2
The F-test would be:
Ho: b1=b2=0
Ha: at least 1 of the tested betas not equal to zero
Suppose we reject Ho. This means that we have sufficient evidence (at some chosen significance level) to conclude that at least one of the coefficients is nonzero (at least one of those variables is statistically significant for predicting the DV).
Now, let’s imagine that X1 and X2 have a sufficiently high pairwise correlation to cause each t-test to appear nonsignificant. The null and alternative for these t-tests, generically (practical interpretation in parentheses):
Ho: bi = 0 (assuming all else is held constant, and that all other variables remain in the model, xi is not statistically useful for predicting the DV).
Ha: bi not equal to zero (assuming all else is held constant, and that all other variables remain in the model, xi is statistically useful for predicting the DV).
Now, what would this mean in our example where we have a significant F-test, but multicollinearity has caused the t-tests to appear nonsignificant? Is this contradictory?
What it means:
-the F-test told us that at least one of the variables, X1, X2, or both are useful for predicting the DV. Note, though, that it didn’t tell us which variable(s)– it only said you need at least one from the group.
- the t-tests each said, “When testing the null of b2=0:
if X1 is in the model, and all else is held constant, X2 does not contribute in a statistically significant manner to predicting the DV.”
AND “When testing the null of b1=0:
if X2 is in the model, and all else is held constant, X1 does not contribute in a statistically significant manner to predicting the DV.”
This should make sense since we already said that X1 and X2 exhibit a high pairwise correlation (in this example, a fair indication of collinearity). If these variables contribute a lot of the same information to predicting the DV, then do we really need both of them? According to (either of) the t-tests, we don’t, and this is congruent with the F-test saying that we need at least one of the terms/variables.
Are the F-test and t-test results contradictory?
-Absolutely not. Remember, the F-test answers the question of
group or
joint significance, while the t-test says, “if we have the other variables, does this one add anything extra (all else constant)?” If it still seems contradictory, spend some time with it to see that it boils down to two different questions that aren’t contradictory.
Hopefully, this example shows you that the F-test alternative hypothesis is “at least one of the coefficients is nonzero” and that you can have a significant F-test with no significant t-tests.
Let me know if anything is still unclear.
Edited to (hopefully) add clarity.