Test Statistic Formula:
From: | To: |
Definition: This statistical test compares two independent proportions to determine if they are significantly different from each other.
Purpose: Used in A/B testing, medical trials, social sciences, and any research comparing proportions between two groups.
The calculator uses the formula:
Where:
Explanation: The difference between proportions is divided by the standard error of the difference to get a Z-score.
Details:
Tips: Enter proportions as decimals (e.g., 0.25 for 25%) and sample sizes as whole numbers. All values must be valid (0 ≤ p ≤ 1, n ≥ 1).
Q1: What's the difference between one-tailed and two-tailed tests?
A: Two-tailed tests check for any difference, while one-tailed tests check if one proportion is specifically greater than the other.
Q2: When is this test appropriate?
A: When you have two independent samples with binary outcomes (success/failure) and sample sizes are large enough (n*p > 5 and n*(1-p) > 5).
Q3: What's the pooled proportion?
A: It's the combined success rate across both samples, used to calculate the standard error under the null hypothesis of equal proportions.
Q4: How do I get p-values from the Z-score?
A: Use a Z-table or normal distribution calculator. For example, Z=1.96 corresponds to p=0.05 in a two-tailed test.
Q5: What are alternatives for small samples?
A: Fisher's exact test is better for small sample sizes where normal approximation may not hold.