Chapter 19: Hypothesis Testing for Proportions

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/11

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

12 Terms

1
New cards

What is a null hypothesis (H0)?

A statement of no effect or no difference; it assumes the status quo (e.g., H0: p = 0.5).

2
New cards

What is an alternative hypothesis (HA)?

A claim we test against the null; it represents the effect we’re looking for (e.g., HA: p > 0.5).

3
New cards

What is a p-value?

The probability of observing a statistic as extreme as the one obtained, assuming the null hypothesis is true.

4
New cards

What does a small p-value indicate?

Strong evidence against the null hypothesis — the result is unlikely by chance alone.

5
New cards

What is the general form of the test statistic for a proportion?

Where p0 is the null value.

<p><span>Where p0 is the null value.</span></p>
6
New cards

What conditions are needed for a valid hypothesis test about a proportion?

  1. Random sample

  2. 10% Condition (independence)

  3. Success/Failure: np0 >=10 and n(1 - p0) >= 10

7
New cards

What is a one-proportion z-test?

A statistical test used to test claims about population proportions using z-scores.

8
New cards

What are the steps of a hypothesis test?

  1. State H0 and HA

  2. Check conditions

  3. Calculate test statistic

  4. Compute p-value

  5. Make a conclusion (reject/fail to reject H0)

9
New cards

What does it mean to “fail to reject” H0?

There is not enough evidence to support the alternative hypothesis.

10
New cards

How is the conclusion of a test written?

Use context. Example: “There is sufficient evidence to suggest the proportion of voters is greater than 50%.”

11
New cards

Why do we never say “accept” the null?

Because the test only checks if data is inconsistent with H0, not proof that H0 is true.

12
New cards

When do you use the Normal model in a proportion test?

Only if the sample meets the Success/Failure and 10% conditions.