Say I have these two models:
$y = \beta_0 +\beta_1x_1 + u$
$y = \beta_0 +\beta_1x_1 +\beta_2x_2 + u$
and the $p$ value for $H_0:\beta_1 = 0 $ with $\alpha = 10\%$ for both is less than 0.001, but the $t$ statistic in model 1 is less than the $t$ statistic in model 2.
Does this suggest that model 1 has better evidence for rejecting $H_0:\beta_1 = 0 $ ?
My suspicion is that it doesn't because the whole point of the $p$ value is to have the least level of significance at which at which the null would be rejected, and therefore the concept of "less" or "more" evidence for rejecting becomes meaningless.
Am I totally off or somewhat correct?
Thanks in advance for any help!