Medical Research Examples
Unpaired T Test: A trial compares systolic BP reduction with Drug A (n=25) vs. placebo (n=25): mean difference=8.2 mmHg (95% CI 3.1-13.3), t(48)=3.24, p=0.002.
Mann-Whitney U Test: Pain scores (0-10, non-normal) compared between two analgesic groups (n=20 each): median 3 vs. 5, U=120, p=0.03.
One-Way ANOVA: Three analgesic groups (n=20 each) compared on pain relief: F(2,57)=12.3, p<0.001, η²=0.30 -- Tukey HSD is needed to locate the specific pairwise differences.
Two-Way ANOVA: Systolic BP reduction across two drugs and two doses (n=12/cell): Drug×Dose interaction F(1,44)=7.3, p=0.010 -- Drug A shows greater benefit at high dose, Drug B is similar at both doses.
Repeated Measures ANOVA: Knee OA pain (VAS) at Baseline, Week 4, Week 8, and Week 12 in 12 patients: F(3,33)=24.6, p<0.001, η²p=0.69; treatment effect plateaus by Week 8.
MANOVA: Three MS treatments compared on 4 outcome measures in 90 patients: Wilks Λ=0.61, F(8,168)=4.83, p<0.001 -- a pattern of difference missed by separate ANOVAs.
Reporting Recommendations
Journals expect more than a p-value. For each test, report the effect estimate and its 95% confidence interval alongside the p-value:
Unpaired (Independent) T TestMean difference, 95% CI, t statistic, df, p-value, Cohen’s d
Paired T TestMean difference of pairs, 95% CI, t statistic, p-value, Cohen’s d
Mann-Whitney U TestMedians, IQR, U statistic, exact p-value, effect size r = Z/√N
Wilcoxon Signed-Rank TestMedian difference, W statistic, exact p-value, effect size r
Kruskal-Wallis TestH statistic, df, p-value, effect size epsilon-squared (ε²), group medians
Friedman TestChi-square (Friedman) statistic, df, p-value, Kendall's W (effect size)
One-Way ANOVAF statistic, df, p-value, eta-squared (η²), group means ± SD
Two-Way ANOVAF statistic, df, p-value, and partial eta-squared for each main effect and the interaction
Repeated Measures ANOVAF statistic, df, p-value, partial eta-squared, pairwise comparisons with Bonferroni correction
ANCOVAAdjusted F statistic, df, p-value, partial eta-squared, adjusted group means (estimated marginal means)
MANOVAWilks' Lambda, approximate F, df, p-value, multivariate eta-squared, followed by protected univariate ANOVAs per outcome
Post-Hoc TestsAdjusted p-value for each pairwise comparison, mean/rank difference, 95% CI
Frequently Compared Tests
One-Way ANOVA vs. Tukey vs. BonferroniANOVA gives one omnibus test across all groups; Tukey HSD and Bonferroni are post-hoc corrections used afterward to find which specific pairs differ.
Frequently Asked Questions
When do I use a t-test vs. ANOVA?
Use a t-test for exactly 2 groups. For 3 or more groups, use ANOVA -- running multiple t-tests instead inflates the false-positive rate.
What's the difference between paired and unpaired tests?
Paired tests compare the same subjects measured twice (or matched pairs); unpaired tests compare two completely independent groups of different subjects.
My data isn't normally distributed -- what do I use instead?
Use the non-parametric equivalent: Mann-Whitney U instead of unpaired t-test, Wilcoxon instead of paired t-test, Kruskal-Wallis instead of ANOVA, Friedman instead of repeated-measures ANOVA.
My ANOVA is significant -- what's next?
A significant ANOVA only tells you that at least one group differs. Run a post-hoc test (Tukey HSD after ANOVA, Dunn's after Kruskal-Wallis) to identify which specific pairs differ.
When do I need Two-Way ANOVA instead of One-Way?
When you have two categorical grouping factors (e.g. drug and dose) and want to test each factor's effect plus whether they interact.
When should I use ANCOVA instead of ANOVA?
When you have a continuous covariate (often a baseline measurement) that you want to statistically adjust for, increasing power and correcting for baseline imbalance.