When conducting a hypothesis test with a binomial distribution (sometimes called a Binomial Test), there are three ways to calculate the P-value (with additional variations possible).  The only exact calculation is to use the binomial probability distribution.  The other methods are approximations using the standardized normal distribution (when certain criteria have been achieved).  Of these two methods, one can use the sample counts or one can use the sample proportions.  Furthermore, it is possible in both of these approximating cases to apply a continuity correction to account for the use of a continuous distribution to approximate a discrete distribution. This problem introduces the method to obtain an exact P-value using the binomial distribution.  Also, this method uses Excel to obtain the answers. For this demonstration problem, we will test a hypothesis that a population proportion has increased since the last time it was measured.  Previously, the population proportion was measured at 20%.  For the current analysis, a sample of n=150n=150 randomly chosen subjects was obtained, and 37 of those demonstrated the observation of interest (i.e., a success). To start, we clearly construct the hypotheses for this problem.  Because the researcher suggested the proportion has increased, this would suggest a one-tailed test (as can be seen in the choice of HaHa):       Ho:p=0.2Ho:p=0.2       Ha:p>0.2Ha:p>0.2 Using the binomial distribution, the test statistic from the sample would simply be the sample count (the number of successful observations):       k=37k=37 The P-value for this scenario would be observing this count or one more extreme.  With the alternative hypothesis suggesting that values at or below 20% would be unsurprising, this would suggest that the observed count or larger would constitute the potentially extreme responses.  Thus, the P-value would be:       P(X≥37∣p=0.2,n=150)P(X≥37∣p=0.2,n=150) Using Excel, this value can be calculated exactly:=1-BINOMDIST(36,150,20%,TRUE)which should return a P-value of 0.0945.  Thus, with a traditional significance level of either α=0.05α=0.05 or α=0.01α=0.01, this P-value would result in failing to reject the null hypothesis.  Thus, there is not enough sample evidence to support the claim that the population proportion has increased. Note:  For a two-tailed hypothesis test, the calculation can become a bit tricky.  In this case, it is necessary to take the counts at and above the sample count, but it is also necessary to determine comparable counts below the hypothesized population count.  This would be obtained using the formulan⋅p−(k−n⋅p)n⋅p-(k-n⋅p)This value is the count below the hypothesized mean count by the same distance as the sample count was above the mean count.  For this demonstration example, this value would be 23.  To obtain the P-value from Excel, you would use the following formula:=BINOMDIST(23,150,20%,TRUE)+1-BINOMDIST(36,150,20%,TRUE)Though, it is recommended that the two-tailed test only be used with one of the approximation methods as the calculations are less cumbersome. Exercise Problem In 1977, only 10% of the students in the city school district were classified as being learning disabled.  A school psychologist suspects that the proportion of learning-disabled children has increased dramatically over the years.  To demonstrate this point, a random sample of n=200n=200 students is selected.  In this sample there are 27 students who have been identified as learning-disabled.  You will use this information to determine if the sample indicates a change in the proportion of learning-disabled students at a 0.02 level of significance. With these hypotheses, the p-value for this test is (assuming HoHo is true) the probability of observing... at most 27 learning-disabled students at least 27 learning-disabled students more than 27 learning-disabled students at least 20 learning-disabled students This P-value (and test statistic) leads to a decision to... reject the null accept the null fail to reject the null reject the alternative Incorrect

MATLAB: An Introduction with Applications
6th Edition
ISBN:9781119256830
Author:Amos Gilat
Publisher:Amos Gilat
Chapter1: Starting With Matlab
Section: Chapter Questions
Problem 1P
icon
Related questions
icon
Concept explainers
Question
  1. When conducting a hypothesis test with a binomial distribution (sometimes called a Binomial Test), there are three ways to calculate the P-value (with additional variations possible).  The only exact calculation is to use the binomial probability distribution.  The other methods are approximations using the standardized normal distribution (when certain criteria have been achieved).  Of these two methods, one can use the sample counts or one can use the sample proportions.  Furthermore, it is possible in both of these approximating cases to apply a continuity correction to account for the use of a continuous distribution to approximate a discrete distribution.

    This problem introduces the method to obtain an exact P-value using the binomial distribution.  Also, this method uses Excel to obtain the answers.

    For this demonstration problem, we will test a hypothesis that a population proportion has increased since the last time it was measured.  Previously, the population proportion was measured at 20%.  For the current analysis, a sample of n=150n=150 randomly chosen subjects was obtained, and 37 of those demonstrated the observation of interest (i.e., a success).

    To start, we clearly construct the hypotheses for this problem.  Because the researcher suggested the proportion has increased, this would suggest a one-tailed test (as can be seen in the choice of HaHa):
          Ho:p=0.2Ho:p=0.2
          Ha:p>0.2Ha:p>0.2

    Using the binomial distribution, the test statistic from the sample would simply be the sample count (the number of successful observations):
          k=37k=37

    The P-value for this scenario would be observing this count or one more extreme.  With the alternative hypothesis suggesting that values at or below 20% would be unsurprising, this would suggest that the observed count or larger would constitute the potentially extreme responses.  Thus, the P-value would be:
          P(X≥37∣p=0.2,n=150)P(X≥37∣p=0.2,n=150)

    Using Excel, this value can be calculated exactly:=1-BINOMDIST(36,150,20%,TRUE)which should return a P-value of 0.0945.  Thus, with a traditional significance level of either α=0.05α=0.05 or α=0.01α=0.01, this P-value would result in failing to reject the null hypothesis.  Thus, there is not enough sample evidence to support the claim that the population proportion has increased.

    Note:  For a two-tailed hypothesis test, the calculation can become a bit tricky.  In this case, it is necessary to take the counts at and above the sample count, but it is also necessary to determine comparable counts below the hypothesized population count.  This would be obtained using the formulan⋅p−(k−n⋅p)n⋅p-(k-n⋅p)This value is the count below the hypothesized mean count by the same distance as the sample count was above the mean count.  For this demonstration example, this value would be 23.  To obtain the P-value from Excel, you would use the following formula:=BINOMDIST(23,150,20%,TRUE)+1-BINOMDIST(36,150,20%,TRUE)Though, it is recommended that the two-tailed test only be used with one of the approximation methods as the calculations are less cumbersome.

    Exercise Problem
    In 1977, only 10% of the students in the city school district were classified as being learning disabled.  A school psychologist suspects that the proportion of learning-disabled children has increased dramatically over the years.  To demonstrate this point, a random sample of n=200n=200 students is selected.  In this sample there are 27 students who have been identified as learning-disabled.  You will use this information to determine if the sample indicates a change in the proportion of learning-disabled students at a 0.02 level of significance.
  2. With these hypotheses, the p-value for this test is (assuming HoHo is true) the probability of observing...
    • at most 27 learning-disabled students
    • at least 27 learning-disabled students
    • more than 27 learning-disabled students
    • at least 20 learning-disabled students
    • This P-value (and test statistic) leads to a decision to...
      • reject the null
      • accept the null
      • fail to reject the null
      • reject the alternative
      Incorrect


      As such, the final conclusion is that...
      • There is sufficient evidence to warrant rejection of the claim that the proportion of learning-disabled students has increased.
      • There is not sufficient evidence to warrant rejection of the claim that the proportion of learning-disabled students has increased
      •  
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Continuous Probability Distribution
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, statistics and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
MATLAB: An Introduction with Applications
MATLAB: An Introduction with Applications
Statistics
ISBN:
9781119256830
Author:
Amos Gilat
Publisher:
John Wiley & Sons Inc
Probability and Statistics for Engineering and th…
Probability and Statistics for Engineering and th…
Statistics
ISBN:
9781305251809
Author:
Jay L. Devore
Publisher:
Cengage Learning
Statistics for The Behavioral Sciences (MindTap C…
Statistics for The Behavioral Sciences (MindTap C…
Statistics
ISBN:
9781305504912
Author:
Frederick J Gravetter, Larry B. Wallnau
Publisher:
Cengage Learning
Elementary Statistics: Picturing the World (7th E…
Elementary Statistics: Picturing the World (7th E…
Statistics
ISBN:
9780134683416
Author:
Ron Larson, Betsy Farber
Publisher:
PEARSON
The Basic Practice of Statistics
The Basic Practice of Statistics
Statistics
ISBN:
9781319042578
Author:
David S. Moore, William I. Notz, Michael A. Fligner
Publisher:
W. H. Freeman
Introduction to the Practice of Statistics
Introduction to the Practice of Statistics
Statistics
ISBN:
9781319013387
Author:
David S. Moore, George P. McCabe, Bruce A. Craig
Publisher:
W. H. Freeman