• Descriptive
    • Moments
    • Concentration
    • Central Tendency
    • Variability
    • Stem-and-Leaf Plot
    • Histogram & Frequency Table
    • Data Quality Forensics
    • Conditional EDA
    • Quantiles
    • Kernel Density Estimation
    • Normal QQ Plot
    • Bootstrap Plot

    • Multivariate Descriptive Statistics
  • Distributions
    • Binomial Probabilities
    • Geometric Probabilities
    • Negative Binomial Probabilities
    • Hypergeometric Probabilities
    • Multinomial Probabilities
    • Dirichlet
    • Poisson Probabilities

    • Exponential
    • Gamma
    • Erlang
    • Weibull
    • Rayleigh
    • Maxwell-Boltzmann
    • Lognormal
    • Pareto
    • Inverse Gamma
    • Inverse Chi-Square

    • Beta
    • Power
    • Beta Prime (Inv. Beta)
    • Triangular

    • Normal (area)
    • Logistic
    • Laplace
    • Cauchy (standard)
    • Cauchy (location-scale)
    • Gumbel
    • Fréchet
    • Generalized Extreme Value

    • Normal RNG
    • ML Fitting
    • Tukey Lambda PPCC
    • Box-Cox Normality Plot
    • Noncentral t
    • Noncentral F
    • Sample Correlation r

    • Empirical Tests
  • Hypotheses
    • Theoretical Aspects of Hypothesis Testing
    • Bayesian Inference
    • Minimum Sample Size

    • Empirical Tests
    • Multivariate (pair-wise) Testing
  • Models
    • Manual Model Building
    • Guided Model Building
  • Time Series
    • Time Series Plot
    • Decomposition
    • Exponential Smoothing

    • Blocked Bootstrap Plot
    • Mean Plot
    • (P)ACF
    • VRM
    • Standard Deviation-Mean Plot
    • Spectral Analysis
    • ARIMA

    • Cross Correlation Function
    • Granger Causality
  1. Hypothesis Testing
  2. 118  Unpaired Two Sample t-Test
  • Preface
  • Getting Started
    • 1  Introduction
    • 2  Why Do We Need Innovative Technology?
    • 3  Basic Definitions
    • 4  The Big Picture: Why We Analyze Data
  • Introduction to Probability
    • 5  Definitions of Probability
    • 6  Jeffreys’ axiom system
    • 7  Bayes’ Theorem
    • 8  Sensitivity and Specificity
    • 9  Naive Bayes Classifier
    • 10  Law of Large Numbers

    • 11  Problems
  • Probability Distributions
    • 12  Bernoulli Distribution
    • 13  Binomial Distribution
    • 14  Geometric Distribution
    • 15  Negative Binomial Distribution
    • 16  Hypergeometric Distribution
    • 17  Multinomial Distribution
    • 18  Poisson Distribution

    • 19  Uniform Distribution (Rectangular Distribution)
    • 20  Normal Distribution (Gaussian Distribution)
    • 21  Gaussian Naive Bayes Classifier
    • 22  Chi Distribution
    • 23  Chi-squared Distribution (1 parameter)
    • 24  Chi-squared Distribution (2 parameters)
    • 25  Student t-Distribution
    • 26  Fisher F-Distribution
    • 27  Exponential Distribution
    • 28  Lognormal Distribution
    • 29  Gamma Distribution
    • 30  Beta Distribution
    • 31  Weibull Distribution
    • 32  Pareto Distribution
    • 33  Inverse Gamma Distribution
    • 34  Rayleigh Distribution
    • 35  Erlang Distribution
    • 36  Logistic Distribution
    • 37  Laplace Distribution
    • 38  Gumbel Distribution
    • 39  Cauchy Distribution
    • 40  Triangular Distribution
    • 41  Power Distribution
    • 42  Beta Prime Distribution
    • 43  Sample Correlation Distribution
    • 44  Dirichlet Distribution
    • 45  Generalized Extreme Value (GEV) Distribution
    • 46  Frechet Distribution
    • 47  Noncentral t Distribution
    • 48  Noncentral F Distribution
    • 49  Inverse Chi-Squared Distribution
    • 50  Maxwell-Boltzmann Distribution
    • 51  Distribution Relationship Map

    • 52  Problems
  • Descriptive Statistics & Exploratory Data Analysis
    • 53  Types of Data
    • 54  Datasheets

    • 55  Frequency Plot (Bar Plot)
    • 56  Frequency Table
    • 57  Contingency Table
    • 58  Binomial Classification Metrics
    • 59  Confusion Matrix
    • 60  ROC Analysis

    • 61  Stem-and-Leaf Plot
    • 62  Histogram
    • 63  Data Quality Forensics
    • 64  Quantiles
    • 65  Central Tendency
    • 66  Variability
    • 67  Skewness & Kurtosis
    • 68  Concentration
    • 69  Notched Boxplot
    • 70  Scatterplot
    • 71  Pearson Correlation
    • 72  Rank Correlation
    • 73  Partial Pearson Correlation
    • 74  Simple Linear Regression
    • 75  Moments
    • 76  Quantile-Quantile Plot (QQ Plot)
    • 77  Normal Probability Plot
    • 78  Probability Plot Correlation Coefficient Plot (PPCC Plot)
    • 79  Box-Cox Normality Plot
    • 80  Kernel Density Estimation
    • 81  Bivariate Kernel Density Plot
    • 82  Conditional EDA: Panel Diagnostics
    • 83  Bootstrap Plot (Central Tendency)
    • 84  Survey Scores Rank Order Comparison
    • 85  Cronbach Alpha

    • 86  Equi-distant Time Series
    • 87  Time Series Plot (Run Sequence Plot)
    • 88  Mean Plot
    • 89  Blocked Bootstrap Plot (Central Tendency)
    • 90  Standard Deviation-Mean Plot
    • 91  Variance Reduction Matrix
    • 92  (Partial) Autocorrelation Function
    • 93  Periodogram & Cumulative Periodogram

    • 94  Problems
  • Hypothesis Testing
    • 95  Normal Distributions revisited
    • 96  The Population
    • 97  The Sample
    • 98  The One-Sided Hypothesis Test
    • 99  The Two-Sided Hypothesis Test
    • 100  When to use a one-sided or two-sided test?
    • 101  What if \(\sigma\) is unknown?
    • 102  The Central Limit Theorem (revisited)
    • 103  Statistical Test of the Population Mean with known Variance
    • 104  Statistical Test of the Population Mean with unknown Variance
    • 105  Statistical Test of the Variance
    • 106  Statistical Test of the Population Proportion
    • 107  Statistical Test of the Standard Deviation \(\sigma\)
    • 108  Statistical Test of the difference between Means -- Independent/Unpaired Samples
    • 109  Statistical Test of the difference between Means -- Dependent/Paired Samples
    • 110  Statistical Test of the difference between Variances -- Independent/Unpaired Samples

    • 111  Hypothesis Testing for Research Purposes
    • 112  Decision Thresholds, Alpha, and Confidence Levels
    • 113  Bayesian Inference for Decision-Making
    • 114  One Sample t-Test
    • 115  Skewness & Kurtosis Tests
    • 116  Paired Two Sample t-Test
    • 117  Wilcoxon Signed-Rank Test
    • 118  Unpaired Two Sample t-Test
    • 119  Unpaired Two Sample Welch Test
    • 120  Two One-Sided Tests (TOST) for Equivalence
    • 121  Mann-Whitney U test (Wilcoxon Rank-Sum Test)
    • 122  Bayesian Two Sample Test
    • 123  Median Test based on Notched Boxplots
    • 124  Chi-Squared Tests for Count Data
    • 125  Kolmogorov-Smirnov Test
    • 126  One Way Analysis of Variance (1-way ANOVA)
    • 127  Kruskal-Wallis Test
    • 128  Two Way Analysis of Variance (2-way ANOVA)
    • 129  Repeated Measures ANOVA
    • 130  Friedman Test
    • 131  Testing Correlations
    • 132  A Note on Causality

    • 133  Problems
  • Regression Models
    • 134  Simple Linear Regression Model (SLRM)
    • 135  Multiple Linear Regression Model (MLRM)
    • 136  Logistic Regression
    • 137  Generalized Linear Models
    • 138  Multinomial and Ordinal Logistic Regression
    • 139  Cox Proportional Hazards Regression
    • 140  Conditional Inference Trees
    • 141  Leaf Diagnostics for Conditional Inference Trees
    • 142  Conditional Random Forests
    • 143  Hypothesis Testing with Linear Regression Models (from a Practical Point of View)

    • 144  Problems
  • Introduction to Time Series Analysis
    • 145  Case: the Market of Health and Personal Care Products
    • 146  Decomposition of Time Series
    • 147  Ad hoc Forecasting of Time Series
  • Box-Jenkins Analysis
    • 148  Introduction to Box-Jenkins Analysis
    • 149  Theoretical Concepts
    • 150  Stationarity
    • 151  Identifying ARMA parameters
    • 152  Estimating ARMA Parameters and Residual Diagnostics
    • 153  Forecasting with ARIMA models
    • 154  Intervention Analysis
    • 155  Cross-Correlation Function
    • 156  Transfer Function Noise Models
    • 157  General-to-Specific Modeling
  • Model Building Strategies
    • 158  Introduction to Model Building Strategies
    • 159  Manual Model Building
    • 160  Model Validation
    • 161  Regularization Methods
    • 162  Hyperparameter Optimization Strategies
    • 163  Guided Model Building in Practice
    • 164  Diagnostics, Revision, and Guided Forecasting
    • 165  Leakage, Target Encoding, and Robust Regression
  • References
  • Appendices
    • Appendices
    • A  Method Selection Guide
    • B  Presentations and Teaching Materials
    • C  R Language Concepts for Statistical Computing
    • D  Matrix Algebra
    • E  Standard Normal Table (Gaussian Table)
    • F  Critical values of Student’s \(t\) distribution with \(\nu\) degrees of freedom
    • G  Upper-tail critical values of the \(\chi^2\)-distribution with \(\nu\) degrees of freedom
    • H  Lower-tail critical values of the \(\chi^2\)-distribution with \(\nu\) degrees of freedom

Table of contents

  • 118.1 Hypotheses – Examples
  • 118.2 Analysis based on p-values
    • 118.2.1 Software
    • 118.2.2 Data & Parameters
    • 118.2.3 Output
  • 118.3 Assumptions
  • 118.4 Alternatives
  1. Hypothesis Testing
  2. 118  Unpaired Two Sample t-Test

118  Unpaired Two Sample t-Test

The Unpaired Two Sample t-Test is sometimes called “Independent Samples t-Test” and represents the default test used when the means of two independent samples are compared. When valid pairing is available with positive within-pair correlation, the paired test is usually more powerful (smaller type II error \(\beta\)) than the unpaired test (cfr. Chapter 116).

Note: when performing the Unpaired Two Sample t-Test, it is not required that the samples sizes are the same even though a highly unbalanced design (i.e. \(|n_1 - n_2|\) is large) might lead to problems when we wish to assess whether or not the underlying assumptions are satisfied.

118.1 Hypotheses – Examples

Suppose we wish to test the following two-sided statistical hypothesis for a bivariate, quantitative dataset:

\[ \begin{cases}\text{H}_0: \mu_1 - \mu_2 = \mu_0 \\\text{H}_A: \mu_1 - \mu_2 \neq \mu_0\end{cases} \]

where \(\mu_0 = 0\) which is equivalent to testing

\[ \begin{cases}\text{H}_0: \mu_1 = \mu_2 \\\text{H}_A: \mu_1 \neq \mu_2\end{cases} \]

In case we wish to perform a one-sided test, we can formulate the following hypotheses:

\[ \begin{cases}\text{H}_0: \mu_1 - \mu_2 \leq \mu_0 \\\text{H}_A: \mu_1 - \mu_2 > \mu_0 \end{cases} \]

or

\[ \begin{cases}\text{H}_0: \mu_1 - \mu_2 \geq \mu_0 \\\text{H}_A: \mu_1 - \mu_2 < \mu_0 \end{cases} \]

The underlying theory is described in Chapter 108 (Statistical Test of the difference between Means – Independent/Unpaired Samples). The chosen type I error \(\alpha\) is 5%.

As explained in Chapter 108 there are four cases that can be considered:

  • Case 1: \(\sigma_1\) and \(\sigma_2\) are known and unequal
  • Case 2: \(\sigma_1\) and \(\sigma_2\) are known and equal
  • Case 3: \(\sigma_1\) and \(\sigma_2\) are unknown but equal
  • Case 4: \(\sigma_1\) and \(\sigma_2\) are unknown and unequal

In practice, however, the first two cases are not commonly encountered. This means that we only need to concentrate on cases 3 & 4. The Unpaired Two Sample t-Test corresponds to case 3 whereas the Welch Test is used when the variances are unequal (i.e. case 4).

ImportantDecision Threshold Choice
  • Main role (mean comparison): usually confirmatory. Choose and justify the significance level for the mean-difference claim (often 1% to 5% in confirmatory work).
  • Supporting role (variance ratio / F-test): diagnostic, not a strict gatekeeper. If used as an assumption check, a higher diagnostic alpha (e.g. 10% to 20%) may be reasonable to reduce false reassurance.
  • Interpretation caution: a non-significant F-test does not prove equal variances.
  • Robust alternative: Welch’s test (Chapter 119) is often a safer default and reduces dependence on a fragile gatekeeping diagnostic.
  • Reporting: for the mean test, report p-value, confidence interval, and an effect size (e.g. Cohen’s \(d\) or Hedges’ \(g\)).

For the general role-based framework, see Chapter 112.

118.2 Analysis based on p-values

118.2.1 Software

The software is the same as in Chapter 116.

118.2.2 Data & Parameters

This R module contains the following fields:

  • Data X: a multivariate dataset containing quantitative data
  • Names of X columns: a space delimited list of names (one name for each column)
  • Column number of first sample: a positive integer value of the column in the multivariate dataset which corresponds to the first sample
  • Column number of second sample: a positive integer value of the column in the multivariate dataset which corresponds to the second sample
  • Confidence: this is \(1 - \alpha\) (i.e. 1 minus the chosen type I error)
  • Alternative: parameter which defines the type of Hypothesis Test to be computed. This parameter can be set to the following values:
    • two.sided
    • less
    • greater
  • Are observations paired?: This parameter can be set to the following values:
    • unpaired
    • paired
  • Null Hypothesis: this is the value of \(\mu_0\) against which the hypothesis is tested (often it is the case that \(\mu_0 = 0\))

118.2.3 Output

The following analysis shows the Unpaired Two Sample t-Test, comparing glucose levels of patients with and without diabetes type II, assuming equal variances:

Interactive Shiny app (click to load).
Open in new tab

The p-value for the two-sided hypothesis is smaller than the chosen type I error, i.e. \(p = 7.075e-13 < 0.05\). As a consequence we reject the Null Hypothesis.

The same conclusion can be drawn from the two-sided confidence interval, i.e. \(\mu_0 = 0 \notin [-40.15520,-23.75033]\).

The classical Unpaired Two Sample t-Test assumes that the Variances of both populations are equal. Therefore, it is useful to inspect the F-test in the lower part of the output table, but this should not be treated as a strict decision gate for selecting the mean test.

The assumption of equal Variances cannot be tested directly (we are treating case 3 where \(\sigma_1\) and \(\sigma_2\) are unknown). Hence, we have to rely on the sample Variances \(s_1^2\) and \(s_2^2\) instead. The Hypothesis Test for the Variances can be formulated as follows:

\[ \begin{cases}\text{H}_0: \sigma_1^2 = \sigma_2^2 \\\text{H}_A: \sigma_1^2 \neq \sigma_2^2\end{cases} \]

which can be solved with an F-Test as described in Chapter 110).

From the statistical output it can be concluded that the Null Hypothesis \(\text{H}_0: \sigma_1^2 = \sigma_2^2\) cannot be rejected because the null value (=1) is contained in the interval [0.5069535, 1.1724351]. Alternatively, one can use the p-value and compare it with a chosen type I error. In this case the p-value = 0.2336, so we fail to reject the Null Hypothesis of equal variances. This does not prove that the population variances are equal; it only indicates that this sample does not provide strong evidence against equality.

The conclusion is that: (a) this sample does not show strong evidence of unequal variances, so the classical Unpaired Two Sample t-Test may be reasonable, while Welch’s test remains a robust default; and (b) the means of both samples are significantly different from each other.

If we specify Alternative = "greater", we are testing \(\text{H}_A: \mu_1 > \mu_2\).

If we specify Alternative = "less", we are testing \(\text{H}_A: \mu_1 < \mu_2\). In this example, the p-value for less is 3.538e-13, so we reject the Null Hypothesis in that pre-specified direction.

The one-sided direction (less or greater) must be chosen a priori based on substantive theory, not selected after inspecting sample means.

The right-sided confidence interval allows us to draw the same conclusion because \(\mu_0 = 0 \notin [-\infty,-25.07898]\), which implies that we should reject the Null Hypothesis.

For reporting, include an effect size for mean differences (e.g. Cohen’s \(d\) (Cohen 2013) or Hedges’ \(g\) (Hedges 1981)), not only p-values:

\[ d = \frac{\bar{x}_1 - \bar{x}_2}{s_p}. \]

Note: it is common to inspect whether the Variances of both populations appear equal using the F-Test (as in the two-sided case), but a non-significant result does not establish equality.

To compute the Unpaired Two Sample t-Test on your local machine, the following script can be used in the R console.

Note: this local script is a synthetic template. The embedded app example above uses the Pima.tr dataset and therefore has different numeric output.

set.seed(123)
A <- runif(15, 1, 7)
B <- runif(15, 1, 7)
x <- cbind(A, B)
par1 = 1 #column number of first sample
par2 = 2 #column number of second sample
par3 = 0.95 #confidence (= 1 - alpha)
par4 = 'two.sided'
par5 = 'unpaired'
par6 = 0.0 #Null Hypothesis
if (par5 == 'unpaired') paired <- FALSE else paired <- TRUE
(t.test(x[,par1], x[,par2], var.equal=TRUE, alternative=par4, paired=paired, mu=par6, conf.level=par3))
(var.test(x[,par1], x[,par2], conf.level=par3))

    Two Sample t-test

data:  x[, par1] and x[, par2]
t = -0.049545, df = 28, p-value = 0.9608
alternative hypothesis: true difference in means is not equal to 0
95 percent confidence interval:
 -1.362858  1.298488
sample estimates:
mean of x mean of y 
 4.418309  4.450493 


    F test to compare two variances

data:  x[, par1] and x[, par2]
F = 0.91398, num df = 14, denom df = 14, p-value = 0.8687
alternative hypothesis: true ratio of variances is not equal to 1
95 percent confidence interval:
 0.3068516 2.7223826
sample estimates:
ratio of variances 
         0.9139844 

In most datasets, unpaired groups are ordered in a long format. In this sense the previous R code is not representative because we created a dataset in wide format. Therefore the R module shown below uses two different variables (i.e. X and Y): the first variable (X) is a quantitative variable and the second (Y) contains the grouping (for a two sided test this grouping must be binary). Here is an example of how the test works in long format (note: observe how the t.test and `var.test” functions use “formulas” in the case of long format data):

x = data.frame(measurement = c(A, B), group = c(rep("A", 15), rep("B", 15)))
par3 = 0.95 #confidence (= 1 - alpha)
par4 = 'two.sided'
# par5 = 'unpaired'
par6 = 0.0 # Null Hypothesis
# if (par5 == 'unpaired') paired <- FALSE else paired <- TRUE
(t.test(measurement ~ group, var.equal=TRUE, alternative=par4, mu=par6, conf.level=par3, data = x))
(var.test(measurement ~ group, conf.level=par3, data = x))

    Two Sample t-test

data:  measurement by group
t = -0.049545, df = 28, p-value = 0.9608
alternative hypothesis: true difference in means between group A and group B is not equal to 0
95 percent confidence interval:
 -1.362858  1.298488
sample estimates:
mean in group A mean in group B 
       4.418309        4.450493 


    F test to compare two variances

data:  measurement by group
F = 0.91398, num df = 14, denom df = 14, p-value = 0.8687
alternative hypothesis: true ratio of variances is not equal to 1
95 percent confidence interval:
 0.3068516 2.7223826
sample estimates:
ratio of variances 
         0.9139844 

Note: in recent R versions, the argument paired must not be used in the t.test function when a formula is used because it is implicitly assumed to be unpaired.

118.3 Assumptions

The data from both samples are assumed to be independently and identically distributed. Similarly to the One Sample t-Test we either assume normality of the observations in the Populations or rely on the Central Limit Theorem to state that the sample means are normally distributed.

In addition, the Variances of both Populations are assumed to be equal (i.e. \(\sigma_1^2 = \sigma_2^2\)). In practice, these Variances are unknown which implies that the researcher must test this assumption based on the Sample Variances.

118.4 Alternatives

There are several alternatives for the Unpaired Two Sample t-Test:

  • The Wilcoxon rank-sum test (also known as the Mann-Whitney U Test)
  • Notched Boxplots
  • Bayesian tests
  • The Bootstrap Plot for differences in Central Tendency
Cohen, Jacob. 2013. Statistical Power Analysis for the Behavioral Sciences. Academic press.
Hedges, Larry V. 1981. “Distribution Theory for Glass’s Estimator of Effect Size and Related Estimators.” Journal of Educational Statistics 6 (2): 107–28. https://doi.org/10.2307/1164588.
117  Wilcoxon Signed-Rank Test
119  Unpaired Two Sample Welch Test

© 2026 Patrick Wessa. Provided as-is, without warranty.

Feedback: e-mail | Anonymous contributions: click to copy (Sats) | click to copy (XMR)

Cookie Preferences