How it works?

Sign up, learn at your own pace, and receive an internationally recognized certificate. Our experts are here to provide personal guidance whenever you need it.

How it works?

Sign up, learn at your own pace, and receive an internationally recognized certificate. Our experts are here to provide personal guidance whenever you need it.

5s

5s

Two Proportion Test

Introduction: Two Proportion Test

The Two Proportion Test, also known as the two-proportion z-test, is a statistical method used to determine whether there is a significant difference between the proportions of two independent groups. It is widely used in marketing, healthcare, and quality control to compare outcomes, such as response rates, defect rates, or success percentages, and to assess whether observed differences are due to chance or real effects.

Background

The test is part of inferential statistics and extends the logic of hypothesis testing to proportions rather than averages. Instead of comparing means, the Two Proportion Test evaluates whether the proportion of “successes” (for example, purchases, recoveries, or defects) differs between two groups. It uses the normal approximation of the binomial distribution when sample sizes are large enough. This makes it a simple yet powerful tool for evaluating process improvements, treatment effects, or campaign performance with statistical confidence.

Key Elements / Features

The Two Proportion Test follows a structured sequence:

1: Set Hypotheses:

  • Null hypothesis (H0): p1 = p2 (the proportions are equal)
  • Alternative hypothesis (Ha): p1 ≠ p2 (the proportions differ)

2: Collect Data: Record the sample sizes (n1, n2) and number of successes (x1, x2) for both groups.

3: Calculate Proportions:

\(
\hat{p}_1 = \dfrac{x_1}{n_1}, \quad
\hat{p}_2 = \dfrac{x_2}{n_2}
\)

4: Calculate  the Pooled Proportion:

\(
\hat{p} = \dfrac{x_1 + x_2}{n_1 + n_2}
\)

5: Calculate the Standard Error (SE):

\(
SE = \sqrt{\hat{p}(1 – \hat{p})\left(\dfrac{1}{n_1} + \dfrac{1}{n_2}\right)}
\)

6: Calculate  the Z-Statistic:

\(
z = \dfrac{\hat{p}_1 – \hat{p}_2}{SE}
\)

7: Determine the P-Value: Compare the p-value to the significance level (often 0.05). If p<0.05, reject H0 and conclude the proportions are significantly different.

Applications / Examples

  • Marketing: Comparing click-through or conversion rates between two ad campaigns.
  • Healthcare: Evaluating whether two treatments have different success or recovery rates.
  • Quality Control: Testing if defect rates differ between two production lines or shifts.
  • Customer Research: Analysing satisfaction levels across demographic groups or locations.

Relevance / Impact

The Two Proportion Test enables evidence-based decision-making by quantifying differences between groups. It eliminates reliance on intuition or visual observation, helping organisations validate process changes, assess risk, and confirm the effectiveness of strategies. Because of its simplicity, the test is one of the most practical tools in both experimental design and business analytics.

See also

Start today. Join over 4,125 professionals.

Support from experienced Lean specialists
One fixed price, no hidden costs
Achieve your certification, guaranteed
Earn an internationally recognised certificate
Study anytime, anywhere, at your own pace.
Start free with our White Belt.
Support from experienced Lean specialists
One fixed price, no hidden costs
Achieve your certification, guaranteed
Earn an internationally recognised certificate
Study anytime, anywhere, at your own pace.
Start free with our White Belt.
HomeWikiTwo Proportion Test