Question
stringlengths
35
1.85k
Answer
stringlengths
1
1.44k
We considered the change in the number of days exceeding 90°F from 1948 and 2018 at 197 randomly sampled locations from the NOAA database in Exercise 7.19. The mean and standard deviation of the reported differences are 2.9 days and 17.2 days. Calculate a 90% confidence interval for the average difference between numbe...
We checked conditions in an earlier exercise, so we'll jump right to the calculations. First we compute the standard error and find z*: SE = 17.2 / sqrt(197) = 1.23; Z* = 1.65. Next, we can compute the confidence interval: 2.9 ± 1.65 x 1:23 = (0.87; 4.93)
We considered the change in the number of days exceeding 90°F from 1948 and 2018 at 197 randomly sampled locations from the NOAA database in Exercise 7.19. The mean and standard deviation of the reported differences are 2.9 days and 17.2 days. Interpret the 90% interval in context.
We are 90% confident that there was an increase of 0.87 to 4.93 in the average number of days that hit 90°F in 2018 relative to 1948 for NOAA stations.
We considered the change in the number of days exceeding 90°F from 1948 and 2018 at 197 randomly sampled locations from the NOAA database in Exercise 7.19. The mean and standard deviation of the reported differences are 2.9 days and 17.2 days. Does the 90% confidence interval provide convincing evidence that there were...
Yes, since the interval lies entirely above 0.
We considered the differences between the reading and writing scores of a random sample of 200 students who took the High School and Beyond Survey in Exercise 7.20. The mean and standard deviation of the differences are x(read−write) = −0.545 and 8.887 points. Calculate a 95% confidence interval for the average differe...
A 95% confidence interval can be calculated using xdiff as follows: -0.545 ± 1:98 x 8.887 / sqrt(200) = (-1.79, 0.70)
We considered the differences between the reading and writing scores of a random sample of 200 students who took the High School and Beyond Survey in Exercise 7.20. The mean and standard deviation of the differences are x(read−write) = −0.545 and 8.887 points. Interpret the 95% confidence interval in context.
We are 95% confident that on the reading test students score, on average, 1.79 points lower to 0.70 points higher than they do on the writing test.
We considered the differences between the reading and writing scores of a random sample of 200 students who took the High School and Beyond Survey in Exercise 7.20. The mean and standard deviation of the differences are x(read−write) = −0.545 and 8.887 points. Does the 95% confidence interval provide convincing evidenc...
No, since 0 is included in the interval.
Casein is a common weight gain supplement for humans. Does it have an effect on chickens? Using data provided in Exercise 7.27, test the hypothesis that the average weight of chickens that were fed casein is different than the average weight of chickens that were fed soybean. If your hypothesis test yields a statistica...
The hypotheses are H0: µc = µs and HA: µc ≠ µs. We are told to assume that conditions for inference are satisfied. T = ((323.58 – 246.43) – 0) / sqrt((64.4322 / 12) + (54.1322 / 14)) = 3.48; df = 11; p-value = P(|T| > 3.27) < 0.01. Since p-value < 0:05, reject H0. The data provide strong evidence that the average weigh...
Subjects from Central Prison in Raleigh, NC, volunteered for an experiment involving an “isolation” experience. The goal of the experiment was to find a treatment that reduces subjects’ psychopathic deviant T scores. This score measures a person’s need for control or their rebellion against control, and it is part of a...
Let µdiff = µpre - µpost. Then, for each treatment the hypotheses are: H0: µdiff = 0: Treatment has no effect. HA: µdiff > 0: Treatment has an effect on P.D.T. scores, either positive or negative. The conditions that need to be satisfied are: 1. Independence: The subjects are randomly assigned to treatments, so indepen...
Determine if the following statement is true or false, and explain your reasoning for statements you identify as false: When comparing means of two samples where n1 = 20 and n2 = 40, we can use the normal model for the difference in means since n2 ≥ 30.
False, in order to be able to use a Z test both sample sizes need to be above 30.
Determine if the following statement is true or false, and explain your reasoning for statements you identify as false: As the degrees of freedom increases, the t-distribution approaches normality.
True.
Determine if the following statement is true or false, and explain your reasoning for statements you identify as false: We use a pooled standard error for calculating the standard error of the difference between means when sample sizes of groups are equal to each other.
False, we use the pooled standard deviation when the variability in groups is constant.
A large farm wants to try out a new type of fertilizer to evaluate whether it will improve the farm’s corn production. The land is broken into plots that produce an average of 1,215 pounds of corn with a standard deviation of 94 pounds per plot. The owner is interested in detecting any average difference of at least 40...
Difference we care about: 40. Single tail of 90%: 1.28 x SE. At the 5% significance level the rejection region bounds span ±1.96 x SE. 40 = 1.28 x SE + 1.96 x SE = 3.24 x SE; SE = 12.35 = sqrt(942 / n + 942 / n). n = 115.86. We will need 116 plots of land for each fertilizer.
A medical research group is recruiting people to complete short surveys about their medical history. For example, one survey asks for information on a person’s family history in regards to cancer. Another survey asks about what topics were discussed during the person’s last visit to a hospital. So far, as people sign u...
Difference we care about: 0.5. Single tail of 90%: 1.28 x SE. At the 5% significance level the rejection region bounds span ±1.96 x SE. 0.5 = 0.84 x SE + 1.96 x SE = 32.8 x SE; SE = 0.1786 = sqrt(2.22 / n + 2.22 / n). n = 303.47. We will need 304 plots of land for each fertilizer.