What are the differences between the null and alternative hypotheses?

Null Hypothesis: Assumes no difference between population proportions. | Alternative Hypothesis: Claims there is a significant difference between population proportions.

Flip to see [answer/question]
Flip to see [answer/question]

All Flashcards

What are the differences between the null and alternative hypotheses?

Null Hypothesis: Assumes no difference between population proportions. | Alternative Hypothesis: Claims there is a significant difference between population proportions.

What are the differences between Type I and Type II errors?

Type I error: Rejecting a true null hypothesis. | Type II error: Failing to reject a false null hypothesis.

What are the differences between one-sided and two-sided alternative hypotheses?

One-sided: Tests for difference in a specific direction (p1>p2p_1 > p_2 or p1<p2p_1 < p_2). | Two-sided: Tests for any difference (p1p2p_1 \neq p_2).

What are the differences between random sampling and random assignment?

Random Sampling: Selecting a sample randomly from a population. | Random Assignment: Assigning participants to treatment groups randomly in an experiment.

What are the differences between the z-test and t-test?

Z-test: Used when the population standard deviation is known or sample size is large. | T-test: Used when the population standard deviation is unknown and sample size is small.

Explain the purpose of the random condition in a two-proportion z-test.

Ensures the samples are representative of the populations, avoiding bias and allowing for generalization of results.

Explain the purpose of the independence condition in a two-proportion z-test.

Ensures that the observations within each sample are independent of one another. Often checked using the 10% condition.

Explain the purpose of the normal condition (large counts) in a two-proportion z-test.

To ensure that the sampling distribution of the difference in sample proportions is approximately normal, allowing us to use the z-distribution for inference.

Explain what a p-value represents in the context of a significance test.

The probability of observing a test statistic as extreme as, or more extreme than, the one calculated, assuming the null hypothesis is true.

Explain the meaning of rejecting the null hypothesis.

Rejecting the null hypothesis means there is sufficient evidence to support the alternative hypothesis. The observed difference is statistically significant.

What is the formula for the pooled proportion (p^c\hat{p}_c)?

p^c=x1+x2n1+n2\hat{p}_c = \frac{x_1 + x_2}{n_1 + n_2}, where x1x_1 and x2x_2 are the number of successes, and n1n_1 and n2n_2 are the sample sizes.

What is the formula for the two-proportion z-test statistic?

z=(p^1p^2)0p^c(1p^c)(1n1+1n2)z = \frac{(\hat{p}_1 - \hat{p}_2) - 0}{\sqrt{\hat{p}_c(1-\hat{p}_c)(\frac{1}{n_1} + \frac{1}{n_2})}}

How do you calculate expected successes and failures for the large counts condition?

Calculate: n1p^cn_1\hat{p}_c, n1(1p^c)n_1(1-\hat{p}_c), n2p^cn_2\hat{p}_c, and n2(1p^c)n_2(1-\hat{p}_c).

What condition must be met to proceed after calculating n1p^cn_1\hat{p}_c, n1(1p^c)n_1(1-\hat{p}_c), n2p^cn_2\hat{p}_c, and n2(1p^c)n_2(1-\hat{p}_c)?

All must be greater than or equal to 10 to satisfy the Normal condition.

What is the formula for the test statistic?

z=(p^1p^2)p^(1p^)(1n1+1n2)z = \frac{(\hat{p}_1 - \hat{p}_2)}{\sqrt{\hat{p}(1-\hat{p})(\frac{1}{n_1} + \frac{1}{n_2})}}