The Role of P-values in Hypothesis Testing
In significance testing, the p-value measures the statistical likelihood of observing the computed test statistic (or a more extreme outcome) under the assumption that the null hypothesis (H₀) is true.
Interpreting Results
p-value ≤ 0.05
Indicates strong evidence against the null hypothesis. The result is considered statistically significant. You reject the null hypothesis.
p-value > 0.05
Indicates weak evidence against the null hypothesis. The result is not statistically significant. You fail to reject the null hypothesis.
One-Tailed vs. Two-Tailed
Two-tailed tests evaluate deviations in either direction and split alpha in half. One-tailed tests evaluate only one specific direction, which increases the power of the test but ignores opposite outcomes.