T Tests

โ† Back to Index (๐Ÿ”ข Statistics)

Basic Concept and Statistical Rationale

The t-Distribution

General Assumptions for Parametric t-Tests

Types of t-Tests and Clinical Applications

Type of t-Test Clinical Indication / Usage Null Hypothesis (H0) Degrees of Freedom (df) Non-Parametric Equivalent
One-Sample t-Test Used to compare the mean of a single sample to a fixed, known population value or a established "gold standard". ฮผ=ฮผ0 (The population mean represented by the sample equals the known hypothesized value). nโˆ’1 (where n = sample size). Sign test or Wilcoxon signed rank-sum test.
Independent-Samples (Two-Sample) t-Test Used to compare the means of a particular variable between two completely independent and unrelated groups. ฮผ1=ฮผ2 (There is no difference between the means of the two independent populations). n1+n2โˆ’2 (where n1 and n2 are the sample sizes of the two groups). Mann-Whitney U test (also known as Wilcoxon rank sum test).
Paired-Samples (Dependent) t-Test Used to compare two related or matched samples, such as measurements taken from the same individual before and after a specific treatment. ฮผd=0 (The mean of the paired differences between the two conditions is zero). nโˆ’1 (where n = total number of matched pairs). Wilcoxon matched-pairs signed-rank test.