What Is a P Value?
The p-value was formalized by statistician Ronald Fisher in the 1920s as part of his null hypothesis significance testing framework. Its formal definition requires understanding one concept first: the null hypothesis (H).
The null hypothesis is the assumption of no effect that your treatment and control groups come from the same population, that the intervention made no difference, that the correlation you observed is zero. The p-value is then calculated by asking: if the null hypothesis were completely true, what is the probability of observing data at least as extreme as what we actually observed?
It is NOT the probability that the null hypothesis is true or false.
That definition seems technical, but it has a concrete implication: the p-value is a statement about your data given an assumed world, not a statement about the truth of your hypothesis. A low p-value does not mean your hypothesis is correct. It means your data would be very unlikely to occur in a world where your treatment had no effect at all.
Why Researchers Misunderstand P Value
In 2016, the American Statistical Association published an official statement on p-values an unprecedented move that reflected how widespread misinterpretation had become. Studies have shown that misunderstanding extends into published literature, with errors appearing in journals ranging from student theses to major clinical trials.
The root of the problem is that the p-value answers a question researchers did not actually ask. Researchers want to know: "Is my hypothesis true?" The p-value answers: "If my hypothesis were false, would my data look like this?" These are very different questions, and the cognitive leap between them creates a predictable set of misconceptions.
"p = 0.03 means there is a 3% probability that our result is due to chance."
"If there were truly no effect, we would see results this extreme 3% of the time."
"p = 0.03 means there is a 97% probability that the treatment is effective."
"The p-value says nothing about the probability that the treatment is effective. That requires Bayesian methods and prior probability estimates."
"p = 0.06 means the treatment does not work the result is non-significant."
"p = 0.06 means the evidence against H did not reach the arbitrary 0.05 threshold. The study may simply be underpowered. No conclusion about the absence of effect is justified."
"p = 0.001 means the treatment effect is large and clinically important."
"p = 0.001 in a trial of 10,000 patients might reflect a mean difference of 0.3 mmHg in blood pressure. Small p-values in large samples say nothing about effect magnitude."
What Does P < 0.05 Mean?
The 0.05 threshold is the most influential number in the history of medical research and one of the most misunderstood. Its origin is often traced to Fisher himself, who wrote in 1925 that a result could be considered "significant" if it would occur by chance fewer than 1 in 20 times. This was intended as a rough practical guideline, not a universal law. Fisher himself later clarified that the threshold should vary by context and that p-values should be reported exactly, not categorized as pass/fail.
What p < 0.05 means in practice: if the null hypothesis is true (no real treatment effect), there is less than a 5% probability of observing data as extreme as yours. It is a threshold for statistical surprise, not a threshold for truth. Cross it and the convention says you can reject the null hypothesis. Fail to cross it and you do not reject it but you have not proven it either.
Statistical Significance vs Clinical Significance
This is the most important distinction you can make in medical research, and it is the one most often collapsed into a single yes/no interpretation. Statistical significance tells you whether an observed effect is larger than what random variation would typically produce. Clinical significance tells you whether that effect is large enough to matter for patient care, treatment decisions, or health policy.
These two dimensions are entirely independent. A result can be:
- Statistically significant and clinically significant a blood pressure reduction of 22 mmHg (p < 0.001) in a hypertension trial
- Statistically significant but clinically trivial a blood pressure reduction of 0.4 mmHg (p = 0.002) in a 10,000-patient trial
- Not statistically significant but potentially clinically important a mortality reduction of 18% (p = 0.09) in an underpowered pilot study of 40 patients
- Neither statistically nor clinically significant a blood pressure change of 0.2 mmHg, p = 0.74
The reason statistical significance can mislead is sample size. In a trial with 15,000 participants, even a difference so small it would never influence a prescribing decision can produce p < 0.001. The mathematics of the t test or chi-square guarantee this: as n grows, the standard error shrinks, and even tiny signal-to-noise ratios become "detectable." Meanwhile, a properly designed pilot study showing a 15 mmHg blood pressure reduction might return p = 0.07 simply because it enrolled 32 patients instead of 120.
Practical Medical Research Examples
Example 1: A Clear Significant Result
A cardiologist randomizes 120 hypertensive patients to either amlodipine 5 mg (treatment group, n = 60) or placebo (control group, n = 60). Systolic blood pressure (SBP) is measured after 8 weeks.
Treatment group: Mean SBP = 136 +/- 12 mmHg. Control group: Mean SBP = 158 +/- 14 mmHg. Mean difference = 22 mmHg (95% CI: 27 to 17). Independent t-test: t(118) = 8.5, p < 0.001, Cohen's d = 1.7.
Example 2: Statistically Significant but Clinically Trivial
A large multinational trial randomizes 8,000 patients with Type 2 diabetes to a new oral antidiabetic agent (n = 4,000) versus standard care (n = 4,000). Primary outcome: HbA1c at 6 months.
Treatment group: Mean HbA1c = 7.42%. Control group: Mean HbA1c = 7.51%. Mean difference = 0.09% (95% CI: 0.14 to 0.04). t(7998) = 3.6, p = 0.0003, Cohen's d = 0.08.
Example 3: Non-Significant but Clinically Important
An intensive care physician runs a small pilot RCT testing a new sepsis management protocol in 48 patients (treatment n = 24, control n = 24). Primary outcome: 28-day mortality.
Treatment group: Mortality = 5/24 (20.8%). Control group: Mortality = 9/24 (37.5%). Absolute risk reduction = 16.7 percentage points (95% CI: 6.2 to +39.6). Chi-square: 2(1) = 2.4, p = 0.12.
Example 4: Borderline P Value What to Do
A microbiologist compares antibiotic resistance rates between two hospital wards. Ward A: 31% resistant (n = 42). Ward B: 17% resistant (n = 42). Difference = 14 percentage points. Chi-square: 2(1) = 2.8, p = 0.051.
Common Interpretation Mistakes
These errors appear in student dissertations, conference presentations, and published papers alike. Recognizing them will make you a sharper reader of the literature and a more credible researcher.
Mistake 1: Treating p < 0.05 as proof of an effect
A p-value below 0.05 means the result is statistically unusual under the null hypothesis not that the treatment definitively works. Type I errors (false positives) occur 5% of the time by definition. In a field publishing thousands of papers per year, a meaningful proportion of "significant" findings are false positives, particularly in small, single-centre studies.
Mistake 2: Treating p > 0.05 as proof that there is no effect
A non-significant result is frequently described as "the treatment had no effect" or "no difference was found." This is a logical error known as accepting the null hypothesis. A non-significant p-value means only that the data did not provide enough evidence to reject H not that H is true.
Mistake 3: P-hacking running multiple tests until significance appears
Testing 20 different outcomes, subgroups, or time points without pre-specification virtually guarantees that at least one will return p < 0.05 by chance alone (1 in 20 false positives at alpha = 0.05). This practice whether deliberate or naive is a major driver of irreproducible research in medicine.
Mistake 4: Ignoring effect size and reporting only the p-value
"The new drug significantly reduced cholesterol (p = 0.001)" is an incomplete and potentially misleading statement. Without the mean reduction, confidence interval, and effect size, the reader cannot judge whether the result is clinically meaningful or powered-up noise.
Mistake 5: Comparing p-values to rank treatment effects
Researchers sometimes write "Drug A was more effective than Drug B because its p-value was smaller (p = 0.001 vs p = 0.04)." This is invalid. The p-value is influenced by sample size: a study with 5,000 patients will produce smaller p-values than one with 50 patients, regardless of which drug works better.
How to Report P Value in Research Papers
Correct reporting of p-values is a journal requirement and an ethical standard. The following rules reflect APA 7th edition standards, CONSORT guidelines for clinical trials, and the current consensus from the American Statistical Association.
Report exact p-values, not inequalities
Write p = 0.032, not p < 0.05. Write p = 0.008, not p < 0.01. The convention of "p < 0.05" conceals whether you actually found p = 0.049 or p = 0.00001 information that matters to readers and reviewers.
Use p < 0.001 for very small values only
When your software returns p = 0.0000 or p < 0.0001, the conventional reporting is p < 0.001. Never write p = 0.000 this implies impossible certainty. p < 0.001 is both accurate and conventional.
Always report the full statistical result, not just the p-value
Pair the p-value with the test statistic, degrees of freedom, mean difference or effect measure, and 95% confidence interval. This is now a standard requirement for most high-impact journals.
Avoid binary language in the results section
Do not write "the result was significant" without context. Write "the treatment group showed a significantly greater reduction in SBP (mean difference 22 mmHg, 95% CI 27 to 17, p < 0.001, Cohen's d = 1.7)." The number does the work the word "significant" is secondary.
APA 7th Edition Reporting Examples
Frequently Asked Questions
Final Summary
The p-value is a tool that answers one narrow question: how often would data this extreme arise if there were truly no effect? It does not tell you whether your hypothesis is correct, how large an effect is, or whether a result is clinically meaningful. These are the questions that matter most and they require additional information that the p-value alone cannot provide.
Use the p-value as one component of a complete result: pair it with the mean difference or effect measure, the 95% confidence interval, and the effect size. Interpret the confidence interval against the threshold of clinical relevance for your specific outcome. Resist binary thinking a result of p = 0.051 in a well-designed study with a large effect size carries more scientific weight than p = 0.049 in an underpowered study finding a trivial difference.
Report exact p-values, contextualize every result, and let the clinical interpretation not the number guide your conclusions.
Need help interpreting your statistical results?
Use StatClinic AI Statistical Assistant run your analysis, get APA-formatted output, and receive a written interpretation of your p-values, effect sizes, and confidence intervals.
Analyze My Study