One Sample Proportion Test with JMP
What is the One Sample Proportion Test?
One sample proportion test is a hypothesis test to compare the proportion of one certain outcome (e.g. the number of successes per the number of trials, or the number of defects per the total number of opportunities) occurring in a population following the binomial distribution with a specified proportion.
- Null Hypothesis (H0): p = p0
- Alternative Hypothesis (Ha): p ≠ p0
One Sample Proportion Test Assumptions
- The sample data drawn from the population of interest are unbiased and representative
- There are only two possible outcomes in each trial: success/failure, yes/no, and defective/non-defective etc.
- The underlying distribution of the population is binomial distribution
- When np ≥ 5 and np(1 – p) ≥ 5, the binomial distribution can be approximated by the normal distribution
How the One Sample Proportion Test Works
When np ≥ 5 and np(1 – p) ≥ 5, we use normal distribution to approximate the underlying binomial distribution of the population.
Test Statistic
Where:
- p ̂ is the observed probability of one certain outcome occurring
- p0 is the hypothesized probability
- n is the number of trials
- When |Zcalc| (absolute value of the calculated test statistic) is smaller than Zcrit (critical value), we fail to reject the null hypothesis and claim that there is no statistically significant difference between the population proportion and the hypothesized proportion
Use JMP to Run a One Sample Proportion Test
Case study: We are interested in comparing the exam pass rate of a high school this month against a specified rate (70%) using a non-parametric (i.e. distribution-free) hypothesis test: one sample proportion test.
Data File: "OneSampleProportion.jmp”
- Null Hypothesis (H0): p = 70%
- Alternative Hypothesis (Ha): p ≠ 70%
Steps to run a one sample proportion test in JMP:
- Click Analyze -> Distribution
- Select “Result” as “Y, Columns”
Select “Count” as “Freq”
Click “OK” - Click on the red triangle button next to “Result”
- Click “Test Probabilities”
- In the new pop-up window, enter the hypothesized passing rate and failing rate.
- Select the alternative hypothesis. In this case, we select “probabilities not equal to hyothesized value (two-sided chi-square test)
- Click “Done”
Model summary: The p-value of the one sample proportion test is 0.460, greater than the alpha level (0.05), and we fail to reject the null hypothesis. We conclude that the exam pass rate of the high school this month is not statistically different from 70%. In the output from the test we see the p-value is higher than the alpha value of 0.05; therefore, we fail to reject the null hypothesis and claim there is not a difference between the schools exam pass rate and 70%.