All Flashcards
Explain the purpose of hypothesis testing for two proportions.
To determine if there is a statistically significant difference between the proportions of two populations based on sample data.
Explain how the p-value is used to make a conclusion in a hypothesis test.
The p-value is compared to the significance level (α). If the p-value is less than α, we reject the null hypothesis. If the p-value is greater than or equal to α, we fail to reject the null hypothesis.
Explain why we 'fail to reject' instead of 'accept' the null hypothesis.
Failing to reject the null hypothesis means we don't have enough evidence to say it's false, not that it's necessarily true. We haven't proven it, just failed to disprove it.
Describe the relationship between the z-score and the p-value.
The z-score is used to calculate the p-value. A larger absolute z-score corresponds to a smaller p-value, indicating stronger evidence against the null hypothesis.
What are the conditions for inference when comparing two proportions?
- Random samples from each population. 2. Independent samples. 3. Large samples: n₁p₁, n₁(1-p₁), n₂p₂, n₂(1-p₂) all greater than or equal to 10.
Define null hypothesis (H₀) in the context of two proportions.
Statement that there is no difference between the two population proportions being compared (p₁ = p₂).
Define alternative hypothesis (Hₐ) in the context of two proportions.
Statement that there is a difference between the two population proportions (p₁ ≠ p₂ , p₁ > p₂, or p₁ < p₂).
What is a z-score in hypothesis testing for two proportions?
A test statistic that measures how many standard deviations the observed difference in sample proportions is from the hypothesized difference (usually zero).
What is a p-value?
The probability of observing a sample difference as extreme as, or more extreme than, the one observed, assuming the null hypothesis is true.
Define significance level (α).
The probability of rejecting the null hypothesis when it is actually true (Type I error). Common values are 0.05 or 0.01.
What does it mean to 'reject the null hypothesis'?
It means there is sufficient evidence to conclude that there is a statistically significant difference between the two population proportions.
What is the formula for the z-score when testing the difference of two population proportions?
z = \frac{(\hat{p}_1 - \hat{p}_2) - (p_1 - p_2)}{\sqrt{\frac{\hat{p}_1(1-\hat{p}_1)}{n_1} + \frac{\hat{p}_2(1-\hat{p}_2)}{n_2}}}
What do and represent in the z-score formula?
: Sample proportion for group 1. : Sample proportion for group 2.
What do and represent in the z-score formula?
: Sample size for group 1. : Sample size for group 2.
In the z-score formula, what is the typical value for (p₁ - p₂)?
Usually 0, representing the null hypothesis that there is no difference between the population proportions.
What conditions must be met to use the z-score formula for two proportions?
Random samples, independence, and large enough sample sizes (np ≥ 10 and n(1-p) ≥ 10 for each group).