Null Hypothesis (H0): A simple default, assumed true until contradicted. Cannot be accepted or proven.
Alternative Hypothesis (H<em>1 or H</em>A): States a difference or effect exists.
Logic: Assume H<em>0 is true. If data significantly contradicts H</em>0, reject H<em>0. Otherwise, fail to reject H</em>0.
Four Parts: Null (and Alternative) Hypothesis, Test Statistic, P-Value, Conclusion.
Test Statistic (Z): Measures how many standard errors the sample proportion is from the hypothesized population proportion.
P-Value: Probability of observing data as extreme or more extreme than the sample data, assuming H<em>0 is true. A smaller P-value provides stronger evidence against H</em>0.
Conclusion: Reject H<em>0 if ∣Z∣extextgreaterZ∗ (e.g., 1.96 for 95% confidence) OR P-value extextless=extα (significance level, e.g., 0.05). Fail to reject H</em>0 otherwise.
Statistical Significance: When H0 is rejected, the results are statistically significant (likely a real difference, not just sampling noise).
Inconclusive: When H0 is not rejected, the difference is indistinguishable from sampling noise.
Direction of Difference: If H<em>0 is rejected, the direction (e.g., greater or smaller) is indicated by the sample measurement's sign relative to the hypothesized value (e.g., extp^−p</em>0 or extp^<em>1−p^</em>2).
One-Sample Z-Test for Proportions
Purpose: Test if a population proportion (p) is equal to a hypothesized value (p0).
Null Hypothesis (H<em>0): p=p</em>0
Alternative Hypothesis (H<em>A): p=p</em>0
Test Statistic (Z-score): Z=np</em>0(1−p0)p^−p<em>0 where p^ is the sample proportion and n is the sample size.
P-Value Calculation: For a two-tailed test, 2×extNORM.S.DIST(−ABS(Z),TRUE).
Two-Sample Z-Test for Proportions
Purpose: Test if two population proportions (p<em>1, p</em>2) are equal.
Alternative Hypothesis (H<em>A): p</em>1=p<em>2 (or p</em>1−p2=0)
Test Statistic (Z-score): Z=p^<em>pooled(1−p^</em>pooled)(n<em>11+n</em>21)(p<em>1^−p</em>2^)−0 where p^<em>pooled=n</em>1+n2x</em>1+x<em>2 is the pooled sample proportion.