Question

Consider the following data for a dependent variable y and two independent variables, 21 and 22. 94 118 143 212 Round your al
a. Develop an estimated regression equation relating y to 21. Predict y if x1 = 45. b. Develop an estimated regression equati
0 0
Add a comment Improve this question Transcribed image text
Answer #1

the R coding for following model buildings are provided:

> y <- c(94,108,112,178,94,175,170,118,143,212)
> x1 <- c(29,46,25,51,40,51,74,36,60,77)
> x2 <- c(13,10,17,17,5,9,7,13,13,16)
> mod1 <- lm(y~x1)
> mod1

Call:
lm(formula = y ~ x1)

Coefficients:
(Intercept) x1
46.346 1.923

> mod2 <- lm(y~x2)
> mod2

Call:
lm(formula = y ~ x2)

Coefficients:
(Intercept) x2
109.32 2.59

> mod3 <- lm(y~x1+x2)
> mod3

Call:
lm(formula = y ~ x1 + x2)

Coefficients:
(Intercept) x1 x2
-2.835 2.032 3.658

Ctrl by least Sanare neltod dlu the niodels parauce ley au ettimalod 46-346t 1.923Xi 45 46.346 t1:923 X45 132-881. mad2 109:3

Add a comment
Know the answer?
Add Answer to:
Consider the following data for a dependent variable y and two independent variables, 21 and 22....
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Consider the following data for a dependent variable y and two independent variables, 31 and 22....

    Consider the following data for a dependent variable y and two independent variables, 31 and 22. 94 175 171 118 143 211 Round your all answers to two decimal places. Enter negative values as negative numbers, if necessary. a. Develop an estimated regression equation relating y to 21. y = Predict y if x1 = 45. b. Develop an estimated regression equation relating y to 22. ŷ= + 12 Predict y if x2 = 15. = c. Develop an estimated...

  • Consider the following data for a dependent variable y and two independent variables, 21 and 22....

    Consider the following data for a dependent variable y and two independent variables, 21 and 22. 108 112 179 170 118 143 211 Round your all answers to two decimal places. Enter negative values as negative numbers, if necessary. a. Develop an estimated regression equation relating y to X1. û = 11 Predict y if x1 = 45. ŷ= b. Develop an estimated regression equation relating y to 22. Predict y if X2 = 15. ŷ= c. Develop an estimated...

  • Consider the following data for a dependent variable y and two independent variables, x1 and x2....

    Consider the following data for a dependent variable y and two independent variables, x1 and x2. x1 x2 y 29 13 94 46 10 109 24 17 112 50 17 178 40 6 94 52 19 176 75 8 171 36 13 118 60 13 143 76 17 212 Round your all answers to two decimal places. Enter negative values as negative numbers, if necessary. a. Develop an estimated regression equation relating y to x1 . y = __ +...

  • are these right? Consider the following data for a dependent variable y and two independent variables,...

    are these right? Consider the following data for a dependent variable y and two independent variables, 31 and 22. 94 108 112 179 95 175 170 118 143 211 Round your all answers to two decimal places. Enter negative values as negative numbers, if necessary. a. Develop an estimated regression equation relating y to X1. ŷ = 44.62 + 1.95 21 Predict y if x1 = 45. ŷ = 132.37 b. Develop an estimated regression equation relating y to 22....

  • Consider the following data for a dependent variable y and two independent variables, 21 and 22....

    Consider the following data for a dependent variable y and two independent variables, 21 and 22. 94 211 Round your all answers to two decimal places. Enter negative values as negative numbers, if necessary. a. Develop an estimated regression equation relating y to 21. Predict y if x1 = 35. y = b. Develop an estimated regression equation relating y to 22. Predict y if x2 = 15. c. Develop an estimated regression equation relating y to X1 and 22....

  • Consider the following data for a dependent variable y and two independent variables, 31 and 22....

    Consider the following data for a dependent variable y and two independent variables, 31 and 22. 108 113 178 94 176 170 118 142 211 Round your all answers to two decimal places. Enter negative values as negative numbers, if necessary. a. Develop an estimated regression equation relating y to Xi. Predict y if Xı = 35. y = b. Develop an estimated regression equation relating y to 22. ĝ= + x2 Predict y if x2 = 15. ŷ =...

  • Consider the following data for a dependent variable y and two independent variables, 21 and 22....

    Consider the following data for a dependent variable y and two independent variables, 21 and 22. 94 108 112 179 94 176 170 118 142 211 Round your all answers to two decimal places. Enter negative values as negative numbers, if necessary. a. Develop an estimated regression equation relating y tox1. 21 y = Predict y if c1 = 35. b. Develop an estimated regression equation relating y to 22. Predict y if .22 = 15. y = c. Develop...

  • Consider the following data for a dependent variable y and two independent variables, 21 and 22....

    Consider the following data for a dependent variable y and two independent variables, 21 and 22. Round your all answers to two decimal places. Enter negative values as negative numbers, if necessary. a. Develop an estimated regression equation relating y to 21. 11 Predict y if x1 = 35. ỹ = b. Develop an estimated regression equation relating y to 22. 12 + Predict y if x2 = 15. c. Develop an estimated regression equation relating y to 31 and...

  • Consider the following data for a dependent variable y and two independent variables, x1 and 2...

    Consider the following data for a dependent variable y and two independent variables, x1 and 2 30 12 94 46 11 108 25 17 112 179 51 17 41 95 52 19 175 74 7 170 37 13 118 13 60 143 76 17 211 Round your all answers to two decimal places. Enter negative values as negative numbers, if necessary. a. Develop an estimated regression equatin relating y to axi y = Predict y if xi = 45. y...

  • Consider the following data for a dependent variable y and two independent variables, 21 and 32....

    Consider the following data for a dependent variable y and two independent variables, 21 and 32. Round your all answers to two decimal places. Enter negative values as negative numbers, if necessary. a. Develop an estimated regression equation relating y to 21. y = Predict y if Xi = 45. b. Develop an estimated regression equation relating y to:22. y = Predict y if x2 = 15. y = c. Develop an estimated regression equation relating y to X1 and...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT