A p-value is the probability of getting a test statistic at least as extreme as what we observed if the null hypothesis was true.
- The p-value measures how likelihood of the data are if \(H_0\) were true.
- It is not the probability that \(H_0\) is true.
- A small p-value would mean the data is unlikely under \(H_0\). A large p-value would mean the data looks typical under \(H_0\).
- You compare \(p\) to a chosen threshold \(\alpha\) (usually 0.05) to make a decision with the data givens.