0
8.5kviews
Multiple Linear Regression Problem.

Predict the value of Y for subject 6 from the given dataset that contains values for X1, X2, and Y by using a Multiple Regression Model.

Subject Y X1 X2
1 -3.7 3 8
2 3.5 4 5
3 2.5 5 7
4 11.5 6 3
5 5.7 2 1
6 ? 3 2
1 Answer
0
1.4kviews

The Multiple Linear Regression Model with n independent variables is written as follows:

$$Y = a + b_1X_1 + b_2X_2 + b_3X_3 + ................ + b_nX_n + u$$

Where,

Y = The variable needs to be predicted (dependent variable)

X = The variable used to predict Y (independent variable)

a …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.