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 12 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.633,0.299,0.328,0.073,0.451,0.383,0.166,0.332,0.392,0.576,0.598,0.262)
y = c(15.5,18.3,15.1,20.5,14.4,17.0,17.1,17.0,14.6,13.6,15.8,19.5)
Data set, lysine.csv, can be downloaded.
Obtain the estimated linear regression.
y = 19.981 − 0.745x y = 19.981 − 9.209x x = 1.37 − 0.06y x = 1.37 − 0.745x
Find the standard errors for parameters.
1.066 for intercept, and 2.609 for slope. 3.515 for intercept, and 0.211 for slope. 0.086 for intercept, and 0.211 for slope. 0.284 for intercept, and 0.017 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.01
Since the test statistic is -3.529, there is evidence to support the linear relationship. Since the test statistic is 18.746, there is evidence to support the linear relationship. Since the test statistic is -3.529, there is no evidence to support the linear relationship. Since the test statistic is 18.746, there is no evidence to support the linear relationship.
Find 99% confidence interval for the expected weight gain when the amount of lysine eaten is 0.315
[ 15.643 , 18.518 ] [ 16.928 , 17.233 ] [ 0.103 , 0.408 ] [ -1.182 , 1.694 ]
If the amount of lysine eaten by a chicken is 0.315 then the expected weight gain of chicken could be 18.5. 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.