Generating... |                     | quiz05f_n0 |
A researcher conducts an experiment to examine the relationship between the weight gain of chickens whose diets had been supplemented by different amounts of amino acid lysine and the amount of lysine ingested. Since the percentage of lysine is known, and we can monitor the amount of feed consumed, we can determine the amount of lysine eaten. A random sample of 16 chickens was selected for the study. Data summarizing weight gains and amounts of lysine eaten over the test period are given here. (In the data, y represents weight gain in grams, and x represents the amount of lysine ingested in grams.)
x = c(0.46,0.189,0.47,0.525,0.358,0.245,0.367,0.278,0.337,0.272,0.182,0.378,0.367,0.43,0.188,0.372)
y = c(28.6,28.8,37.5,28.2,29.0,24.4,25.8,16.1,20.9,26.8,18.3,22.1,25.1,24.0,16.1,25.4)
Data set, lysine.csv, can be downloaded.
Obtain the estimated linear regression.
y = 0.57x + 14.856 x = 0.011y + 0.065 y = 29.421x + 14.856 x = 0.57x + 0.065
Find the standard errors for parameters.
0.078 for intercept, and 0.22 for slope. 0.108 for intercept, and 0.004 for slope. 4.011 for intercept, and 11.344 for slope. 5.573 for intercept, and 0.22 for slope.
Conduct a hypothesis test for a linear relationship between weight gain and the amount of lysine eaten, and complete the test with significance level 0.1
Since the test statistic is 3.703, there is evidence to support the linear relationship. Since the test statistic is 2.594, there is no evidence to support the linear relationship. Since the test statistic is 3.703, there is no evidence to support the linear relationship. Since the test statistic is 2.594, there is evidence to support the linear relationship.
Find 90% confidence interval for the expected weight gain when the amount of lysine eaten is 0.503
[ 0.291 , 0.37 ] [ -3.534 , 4.195 ] [ 25.791 , 33.519 ] [ 29.615 , 29.695 ]
If the amount of lysine eaten by a chicken is 0.503 then the expected weight gain of chicken could be 24.1. Is this claim reasonable?
The claim is not reasonable in the linear regression. The claim is not validated by the linear regression. The claim is reasonable in the linear regression.