BackTesting a Claim About a Proportion (Hypothesis Testing for Proportions)
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
Testing a Claim About a Proportion
Overview
This topic explains how to test a claim about a population proportion using hypothesis testing. To perform a hypothesis test about a proportion, several conditions must be met:
The sample must be a simple random sample.
The conditions for a binomial distribution must be satisfied:
Fixed number of trials
Independent outcomes
Each outcome is classified as success or failure
Constant probability of success for each trial
The normality conditions must be met: both and , where .
Key Concepts
When testing a claim about a population proportion, two main methods are used:
p-Value Method: Compares the area (probability) under the curve for the test statistic to the significance level.
Critical Value Method: Compares a standardized test statistic to a critical region.
Both methods lead to the same conclusion.
The significance level () is the maximum probability of making a Type I error (rejecting a true null hypothesis).
Test Statistic Formula
The test statistic for a proportion is calculated as:
= sample proportion =
= claimed population proportion (from the null hypothesis)
= sample size
Calculator Functions (TI-83/84)
For hypothesis testing involving proportions, the following calculator functions are used:
"normalcdf": Converts a z-score to an area (for p-value method).
"invNorm": Converts an area to a z-score (for critical value method).
"1-PropZTest": Shortcut method to calculate the test statistic and p-value directly.
Example 1 – OxyContin Study
Scenario: OxyContin is tested for pain but can cause nausea. In a clinical trial, 227 subjects were surveyed, and 32 developed nausea. Test at a 0.05 significance level whether more than 20% of OxyContin users develop nausea.
State the Claim: The claim: More than 20% develop nausea.
Opposite of the Claim:
Define Hypotheses: Null hypothesis (): ; Alternative hypothesis (): (right-tailed test)
Significance Level:
Identify Test Statistic: Use the formula above.
Check Conditions: ; (both > 5)
Compute the Test Statistic:
Calculate z:
Determine the Critical Value: (right-tailed test),
Compare Results: Since , fail to reject .
p-Value Method: -value = P() = 0.981; , fail to reject .
Conclusion: There is insufficient evidence to support the claim that more than 20% of OxyContin users experience nausea.
Example 2 – Stem Cell Survey
Scenario: Adults were randomly selected for a Newsweek poll about stem cell funding. 481 were in favor, 401 against, and 120 unsure. A politician claimed that responses were random (like a coin toss). Exclude unsure participants and test at whether the proportion in favor equals 0.5.
State the Claim: Proportion in favor ;
Opposite of the Claim:
Test Statistic: ;
Calculate z:
p-Value: -value = 0.0076
Decision Rule: Since , reject .
Conclusion: There is sufficient evidence to reject the claim that responses are random (like flipping a coin). Therefore, the politician's claim is not supported.
Summary of Steps for Testing a Claim About a Proportion
State the claim (in words and symbols).
State the null and alternative hypotheses.
Identify the test statistic and significance level.
Check the normality conditions (, ).
Compute the test statistic ().
Use either the p-value method or the critical value method.
Compare the test statistic or p-value to or .
State the conclusion in nontechnical terms.
Key Formulas and Calculator Tips
Test Statistic:
Calculator Functions (TI-83/84):
"normalcdf": z-score to area (for p-value method)
"invNorm": area to z-score (for critical value method)
"1-PropZTest": shortcut for test statistic and p-value