Useful Data Tips

Understanding P-Values

⏱️ 25 sec read 📊 Statistics

What P-Values Actually Tell You

A p-value is NOT the probability that your hypothesis is true.

It's the probability of seeing your results (or more extreme) if the null hypothesis were true.

Example

You test if a new website design increases clicks. You get p = 0.03.

Wrong interpretation: "There's a 97% chance the new design is better."

Right interpretation: "If the designs were actually the same, there's a 3% chance I'd see this difference or greater."

Common Threshold

p < 0.05 = "statistically significant" is arbitrary. It means less than 5% chance under the null hypothesis.

What P-Values Don't Tell You

Key takeaway: P-values tell you about data probability, not hypothesis probability. Always report effect sizes and confidence intervals alongside p-values.

← Back to Data Analysis Tips