Question

In: Statistics and Probability

Which prediction equation will describe the below experimental data the best? Explain why. Y=0.35+1.15x1+0.75x2 Y=0.35+1.15x1-0.75x2 Y=0.35+1.15x2+0.75x1...

Which prediction equation will describe the below experimental data the best? Explain why.

Y=0.35+1.15x1+0.75x2

Y=0.35+1.15x1-0.75x2

Y=0.35+1.15x2+0.75x1

Y=0.35+1.15x2-0.75x1

Here is the data for question3

Which prediction equation will describe the below experimental data the best? Explain why.

Y=0.35+1.15x1+0.75x2

Y=0.35+1.15x1-0.75x2

Y=0.35+1.15x2+0.75x1

Y=0.35+1.15x2-0.75x1

y

x1

x2

1

1

1

1

2

2

2

3

2

2

4

4

4

5

3

Solutions

Expert Solution

Sol:

In R studio fit a linear regression of y on x1 and x2 using lm function

linmod is a linear model fit of y on x1 and x2

coefficients to get the coefficients

Rcode:

df1 =read.table(header = TRUE, text ="
y x1 x2
1 1 1
1 2 2
2 3 2
2 4 4
4 5 3
"
)
df1
linmod <- lm(y~x1+x2,data=df1)
coefficients(linmod)

Output:

(Intercept) x1 x2
0.35 1.15 -0.75

Rscreenshot:

y^=0.35+1.15x1-0.75x2

The prediction equation that best fit the data is

Y=0.35+1.15x1-0.75x2

OPTION B


Related Solutions

Construct the indicated prediction interval for an individual y. The equation of the regression line for...
Construct the indicated prediction interval for an individual y. The equation of the regression line for the paired data below is \hat{y}=6.1829+4.3394x and the standard error of estimate is se=1.6419. Find the 99% prediction interval of y for x=14. x: 9 7 2 3 4 22 17 y: 43 35 16 21 23 102 81
choose the best answer and explain why. Which of the following statements below is consistent with...
choose the best answer and explain why. Which of the following statements below is consistent with glycosaminoglycans? A. They are homopolysaccharides B. They have very high density of negative charges due to their carboxyl and sulfate groups C. They are a key component of the membrane bilayer
1. Use the data below to find the linear regression equation that best represents the given...
1. Use the data below to find the linear regression equation that best represents the given data and predict the revenue in 2013 (Copy data to Excel) 2. Then create Two new columns that represent the predication y =mx+b for each year and percent of growth for each year = (Revenue/Predication)*100 3. Use Excel to graph the linear model (x-axis years, y-axis revenue) and the linear equation of best fit. Year Revenue Predication Percent of growth (%) 2001 3665 2002...
1. Use the data below to find the linear regression equation that best represents the given...
1. Use the data below to find the linear regression equation that best represents the given data and predict the revenue in 2013 (Copy data to Excel) 2. Then create Two new columns that represent the predication y =mx+b for each year and percent of growth for each year = (Revenue/Predication)*100 3. Use Excel to graph the linear model (x-axis years, y-axis revenue) and the linear equation of best fit. Year Revenue Predication Percent of growth (%) 2001 3665 2002...
Briefly describe each element of the accounting equation. Explain why it is necessary for the equation...
Briefly describe each element of the accounting equation. Explain why it is necessary for the equation to remain in balance.
Which of the following is the best hypothesis and explain for each why it is a...
Which of the following is the best hypothesis and explain for each why it is a good or bad hypothesis Let’s see what happens when we add a free trial in our ad copy If we put ‘free shipping’ in our ads, we will get better results Adding ‘Free Shipping’ to our branded ad campaigns will generate a higher CTRs and a better Quality Score
Describe a real-world prediction problem using urban data for which interpretability of your models and results...
Describe a real-world prediction problem using urban data for which interpretability of your models and results is essential, and for which it might be preferable to use decision trees rather than random forests. Argue why this is the case.
Describe a real-world prediction problem using urban data for which accuracy is paramount and interpretability may...
Describe a real-world prediction problem using urban data for which accuracy is paramount and interpretability may be less important, and for which it might be preferable to use random forests rather than decision trees. Argue why this is the case.
Suppose you were presented with the following prediction regression equation: Y= 30,000 + 2,000 (X) where...
Suppose you were presented with the following prediction regression equation: Y= 30,000 + 2,000 (X) where the dependent variable is annual salary and the independent variable is years on the job. Interpret the value of the y-intercept (i.e., constant) and the value of the slope. Suppose you were presented with the following prediction regression equation: Yhat = 30,000 + 2,000 (X) where the dependent variable is annual salary and the independent variable is years on the job. If an individual...
Which equation and statement below best illustrates the concept of crowding out? Group of answer choices...
Which equation and statement below best illustrates the concept of crowding out? Group of answer choices a) Budget Surplus = TA - TR - G. If G increases, BS decreases. b) I = S + BS. If G increases, BS decreases and I, therefore, decreases. c) Y = C + I + G. If G increases, Y increases. d) S = Y - C - T. G has no impact on S.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT