Generating...                               quiz05f_n29

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 8 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.358,0.309,0.368,0.46,0.365,0.354,0.229,0.222)

y = c(15.1,16.1,19.4,18.1,17.7,16.8,16.0,14.4)

Data set, lysine.csv, can be downloaded.

  1. Obtain the estimated linear regression.

    y = 14.109x + 12.0 x = 0.673x − 0.203 x = 0.032y − 0.203 y = 0.673x + 12.0

  2. Find the standard errors for parameters.

    5.063 for intercept, and 0.302 for slope. 2.159 for intercept, and 6.328 for slope. 0.103 for intercept, and 0.302 for slope. 0.242 for intercept, and 0.014 for slope.

  3. 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 5.559, there is no evidence to support the linear relationship. Since the test statistic is 2.23, there is evidence to support the linear relationship. Since the test statistic is 2.23, there is no evidence to support the linear relationship. Since the test statistic is 5.559, there is evidence to support the linear relationship.

  4. Find 99% confidence interval for the expected weight gain when the amount of lysine eaten is 0.184

    [ -0.174 , 0.467 ] [ 14.276 , 14.916 ] [ 10.696 , 18.496 ] [ -3.753 , 4.047 ]

  5. If the amount of lysine eaten by a chicken is 0.184 then the expected weight gain of chicken could be 10.9. Is this claim reasonable?

    The claim is reasonable in the linear regression. The claim is not validated by the linear regression. The claim is not reasonable in the linear regression.



Department of Mathematics
Last modified: 2026-03-24