/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} Problem 8 Sometimes experiments involving ... [FREE SOLUTION] | 91Ó°ÊÓ

91Ó°ÊÓ

Sometimes experiments involving success or failure responses are run in a paired or before/after manner. Suppose that before a major policy speech by a political candidate, \(n\) individuals are selected and asked whether \((S)\) or not \((F)\) they favor the candidate. Then after the speech the same \(n\) people are asked the same question. The responses can be entered in a table as follows: After \(S \quad F\) where \(x_{1}+x_{2}+x_{3}+x_{4}=n\). Let \(p_{1}, p_{2}, p_{3}\), and \(p_{4}\) denote the four cell probabilities, so that \(p_{1}=P(S\) before and \(S\) after), and so on. We wish to test the hypothesis that the true proportion of supporters \((S)\) after the speech has not increased against the alternative that it has increased. a. State the two hypotheses of interest in terms of \(p_{1}, p_{2}, p_{3}\), and \(p_{4}\). b. Construct an estimator for the after/before difference in success probabilities. c. When \(n\) is large, it can be shown that the rv \(\left(X_{f}-X_{j}\right) / n\) has approximately a normal distribution with variance given by \(\left[p_{i}+p_{j}-\left(p_{j}-p_{j}\right)^{2}\right] / n\). Use this to construct a test statistic with approximately a standard normal distribution when \(H_{0}\) is true (the result is called McNemar's test). d. If \(x_{1}=350, \quad x_{2}=150, \quad x_{3}=200\), and \(x_{4}=300\), what do you conclude?

Short Answer

Expert verified
The proportion of supporters decreased after the speech. Null hypothesis rejected.

Step by step solution

01

State the Hypotheses

We need to consider the probabilities for before and after responses: - Let \(p_{1} = P(S \text{ before and } S \text{ after})\),- \(p_{2} = P(F \text{ before and } S \text{ after})\),- \(p_{3} = P(S \text{ before and } F \text{ after})\),- \(p_{4} = P(F \text{ before and } F \text{ after})\).The null hypothesis \( H_0 \) is that the proportion of supporters has not increased: \( p_1 + p_2 \leq p_1 + p_3 \).The alternative hypothesis \( H_a \) is that the proportion of supporters has increased: \( p_1 + p_2 > p_1 + p_3 \), which simplifies to \( p_2 > p_3 \).
02

Construct Estimator for Success Probability Difference

We want to estimate the difference in success probabilities, which is the difference in proportions after and before the speech:\[\hat{d} = \frac{x_2 + x_1}{n} - \frac{x_3 + x_1}{n} = \frac{x_2 - x_3}{n}\]This estimator represents the difference in the proportion of individuals who supported the candidate after and before the speech, ignoring the constant support row.
03

Construct Test Statistic (McNemar's Test)

To test the hypothesis, we use the given variance to form a test statistic with a standard normal distribution. The test statistic for McNemar's test is:\[Z = \frac{x_2 - x_3}{\sqrt{x_2 + x_3}}\]Under the null hypothesis, this statistic is approximately normally distributed with mean 0 and standard variance 1.
04

Calculate Test Statistic with Given Data

Given \(x_1 = 350\), \(x_2 = 150\), \(x_3 = 200\), and \(x_4 = 300\), we calculate the test statistic using the formula:\[Z = \frac{150 - 200}{\sqrt{150 + 200}} = \frac{-50}{\sqrt{350}} \approx \frac{-50}{18.71} \approx -2.67\]
05

Decision and Conclusion

The calculated test statistic \(Z \approx -2.67\) is compared to a critical value from the standard normal distribution, typically \(\pm 1.96\) for a 5% significance level. Since \(-2.67 < -1.96\), it falls beyond the critical region, leading us to reject the null hypothesis. This suggests that the proportion of supporters for the candidate actually decreased rather than increased after the speech.

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!

Key Concepts

These are the key concepts you need to understand to accurately answer the question.

Hypothesis Testing
Hypothesis testing is a fundamental concept in statistics used to make decisions based on data. It involves formulating two opposing hypotheses and using data to determine which one is more plausible.
  • The **null hypothesis** (\( H_0 \)): This is a statement that indicates no effect or no change in the population parameter. In our case, it suggests that the proportion of supporters after the speech has not increased.
  • The **alternative hypothesis** (\( H_a \)): This hypothesis contradicts the null and is what the researcher aims to prove. Here, it claims that the proportion of supporters has increased.

We make decisions by comparing the calculated test statistics against a critical value, derived from a probability distribution, such as the standard normal distribution. If the test statistic is in the critical region, we reject the null hypothesis.
Success Probability
Success probability pertains to the likelihood of a favorable outcome in a trial. In this exercise, it refers to the probability that individuals will support the candidate before and after a speech. These probabilities can be denoted as:
  • \( p_1 \): Probability of supporting both before and after.
  • \( p_2 \): Probability of opposing before but supporting after.
  • \( p_3 \): Probability of supporting before but opposing after.
  • \( p_4 \): Probability of opposing both before and after.
Estimating these probabilities provides insights into change in support.

The difference in these probabilities, notably \( p_2 - p_3 \), forms the basis to determine if the speech had a positive impact on the number of supporters.
Standard Normal Distribution
The standard normal distribution is a key tool in hypothesis testing. It is a normal distribution with a mean of 0 and a standard deviation of 1. Many test statistics, including those in McNemar's test, are designed to follow this distribution under the null hypothesis.

For McNemar’s test, the test statistic \( Z \) is calculated as \( \frac{x_2 - x_3}{\sqrt{x_2 + x_3}} \). Under the null hypothesis, \( Z \) follows a standard normal distribution, which allows us to determine the critical values.
  • A test statistic lying within critical values (e.g., at \( \pm 1.96 \) for a 5% significance level) supports the null hypothesis.
  • Falling outside these bounds suggests rejection of the null, indicating statistical significance.
Experimental Design
Experimental design provides structure to experiments to ensure valid and reliable results. In paired experiments, like the before-and-after study about a political speech, each subject acts as their own control.

Such designs help in:
  • **Reducing variability:** By comparing each individual against their own baseline, external influences are minimized.
  • **Increasing accuracy:** This method emphasizes changes due to the intervention (e.g., the speech) rather than individual differences.
Through careful design and analysis, researchers ensure that observed changes are due to the experiment, not extraneous factors.

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

Let \(\mu_{1}\) and \(\mu_{2}\) denote true average densities for two different types of brick. Assuming normality of the two density distributions, test \(H_{0}: \mu_{1}-\mu_{2}=0\) versus \(H_{\mathrm{a}}: \mu_{1}-\mu_{2} \neq 0\) using the following data: \(m=6, \bar{x}=22.73, s_{1}=.164\), \(n=5, \bar{y}=21.95\), and \(s_{2}=.240\).

The following data refers to airborne bacteria count (number of colonies \(/ \mathrm{ft}^{3}\) ) both for \(m=8\) carpeted hospital rooms and for \(n=8\) uncarpeted rooms ("Microbial Air Sampling in a Carpeted Hospital," J. of Environmental Health, 1968: 405). Does there appear to be a difference in true average bacteria count between carpeted and uncarpeted rooms? \(\begin{array}{lrrrrrrrr}\text { Carpeted } & 11.8 & 8.2 & 7.1 & 13.0 & 10.8 & 10.1 & 14.6 & 14.0 \\ \text { Uncarpeted } & 12.1 & 8.3 & 3.8 & 7.2 & 12.0 & 11.1 & 10.1 & 13.7\end{array}\) Suppose you later learned that all carpeted rooms were in a veterans' hospital, whereas all uncarpeted rooms were in a children's hospital. Would you be able to assess the effect of carpeting? Comment.

The article "Pine Needles as Sensors of Atmospheric Pollution" (Environ. Monitoring, 1982: 273-286) reported on the use of neutron-activity analysis to determine pollutant concentration in pine needles. According to the article's authors, "These observations strongly indicated that for those elements which are determined well by the analytical procedures, the distribution of concentration is lognormal. Accordingly, in tests of significance the logarithms of concentrations will be used." The given data refers to bromine concentration in needles taken from a site near an oil-fired steam plant and from a relatively clean site. The summary values are means and standard deviations of the log-transformed observations. \begin{tabular}{lccc} Site & Sample Size & Mean Log Concentration & SD of Log Concentration \\ \hline Steam plant & 8 & \(18.0\) & \(4.9\) \\ Clean & 9 & \(11.0\) & \(4.6\) \\ \hline \end{tabular} Let \(\mu_{1}^{*}\) be the true average log concentration at the first site, and define \(\mu_{2}^{*}\) analogously for the second site. a. Use the pooled \(t\) test (based on assuming normality and equal standard deviations) to decide at significance level .05 whether the two concentration distribution means are equal. b. If \(\sigma_{1}^{*}\) and \(\sigma_{2}^{*}\) (the standard deviations of the two log concentration distributions) are not equal, would \(\mu_{1}\) and \(\mu_{2}\) (the means of the concentration distributions) be the same if \(\mu_{1}^{*}=\mu_{2}^{*}\) ? Explain your reasoning.

It has been estimated that between 1945 and 1971 , as many as 2 million children were born to mothers treated with diethylstilbestrol \((\mathrm{DES})\), a nonsteroidal estrogen recommended for pregnancy maintenance. The FDA banned this drug in 1971 because research indicated a link with the incidence of cervical cancer. The article "Effects of Prenatal Exposure to Diethylstilbestrol (DES) on Hemispheric Laterality and Spatial Ability in Human Males" (Hormones and Behavior, 1992: 62-75) discussed a study in which 10 males exposed to \(\mathrm{DES}\), and their unexposed brothers, underwent various tests. This is the summary data on the results of a spatial ability test: \(\bar{x}=12.6\) (exposed), \(\bar{y}=13.7\), and standard error of mean difference \(=.5\). Test at level .05 to see whether exposure is associated with reduced spatial ability by obtaining the P-value.

Teen Court is a juvenile diversion program designed to circumvent the formal processing of first-time juvenile offenders within the juvenile justice system. The article "An Experimental Evaluation of Teen Courts" ( \(J\). of Experimental Criminology, 2008: 137-163) reported on a study in which offenders were randomly assigned either to Teen Court or to the traditional Department of Juvenile Services method of processing. Of the 56 TC individuals, 18 subsequently recidivated (look it up!) during the 18-month follow-up period, whereas 12 of the 51 DJS individuals did so. Does the data suggest that the true proportion of TC individuals who recidivate during the specified follow-up period differs from the proportion of DJS individuals who do so? State and test the relevant hypotheses by obtaining a \(P\)-value and then using a significance level of 10 .

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.