

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Assignment; Class: STAT METH FOR RSRCH; Subject: STATISTICS; University: Iowa State University; Term: Unknown 1989;
Typology: Assignments
1 / 2
This page cannot be seen from the preview
Don't miss anything!


Stat 401, Section F Homework 2 Due Date: Wednesday, September 5
Please do not include any computer output besides graphs. All other information should be copied from R into your written answer.
(a) The mean area of the several thousand apartments in a new development is advertised to be 1250 square feet. A tenant group thinks that the apartments are smaller than advertised. They hire an engineer to measure a sample of apartments to test their suspicion. (b) Larry’s car averages 32 miles per gallon on the highway. He now switches to a new motor oil that is advertised as increasing gas mileage. After driving 3000 highway miles with the new oil, he wants to determine if his gas mileage actually has increased. (c) The diameter of a spindle in a small motor is supposed to be 5 millimeters. If the spindle is either too small or too large, the motor will not perform properly. The manufacturer measures the diameter in a sample of motors to determine whether the mean diameter has moved away from the target.
(a) Write down the null and alternative hypotheses. (b) Compute a test statistic (t−ratio). (c) Determine the p-value. (d) Provide a conclusion.
(a) If the authors wished to directly convey information about the variation among the weights of the sixteen rats in the sample, should 10 g represent the sample standard deviation or the standard error of the sample mean/average? (b) Suppose 10 g really represented the standard error of the sample mean. What must have been the sample standard deviation of the 16 rats? (c) Suppose 150 ± 10 g really represented a 95% confidence interval for the mean weight of a population of rats. What must have been the sample standard deviation of the 16 rats?
A plant physiologist grew 13 individually potted soybean seedlings of the type called Wells II. She raised the plants in a greenhouse under identical environmental conditions. She measured the total stem length (in cm) for each plant after 16 days of growth. The data are provided below.
2 22. 0 19. 7 22. 9 22. 1 21. 5 23. 3 22. 0 20. 9 20. 0 21. 9 19. 4 21. 5
Suppose we regard the 13 plants as being like a random sample from some larger population of soy- bean plants (e.g., Wells II soybean seedlings after 16 days of growth under the same environmental conditions). Use R to answer the questions below. One useful R function is t.test(). You will need to supply the name of the data set and the value of μ under the null hypothesis. For example, if you wanted to perform a one-sample t-test with a data set named leaf and a value of 20.5 for H 0 you would type t.test(leaf,mu=20.5). This command performs a two-sided test by de- fault. If you wanted a one-sided test, you could add the following option: alternative="less" or alternative="greater", i.e. t.test(leaf,mu=20.5,alternative="greater").
(a) Provide an estimate of the population mean. (b) Provide an estimate of the population standard deviation. (c) Determine the standard error for the estimate from part (a). (d) Find a 95% confidence interval for the mean of the stem length of all Wells II soybean seedlings after 16 days of growth under the environmental conditions used in this study. (e) Suppose the plant physiologist wished to test that the population mean of the stem length of all Wells II soybean seedlings (after 16 days of growth under the environmental conditions used in this study) equals 20.5 cm against the alternative that the population mean is not equal to 20.5 cm. What would be the exact p-value of this two-sided test? (f) Suppose the plant physiologist wished to test that the population mean of the stem length of all Wells II soybean seedlings (after 16 days of growth under the environmental conditions used in this study) equals 20.5 cm against the alternative that the population mean is greater than 20.5 cm. What would be the exact p-value of this one-sided test?