Skip to main content

Mutiple Linear Regression and Estimation

Multiple Linear Regression analysis can be looked upon as an extension of simple linear regression analysis to the situation in which more than one independent variables must be considered.

The general model with response Y and regressors X1, X2,... Xp:

image-1663279551985.png

Suppose we observe data for n subjects with p variables. The data might be presented in a matrix or table like:

image-1663279646413.png

We could then write the model as:

image-1663279874599.png

We can think of Y and E as (n x 1) vectors when transposed, and β as a ((p + 1) x 1) vector. X would be:

image-1663279974357.png

Thus the general linear regression may be written as:

image-1663280050486.png

Or     yi = xi|*β + Ei