Estimated Regression Equation

How to write estimated regression equation from SPSS output:

For this you need to refer to the Coefficients table as shown in the SPSS regression output.

Here we have two x variables that’s why the estimated regression equation looks like:

Y hat = b0 + b1 x1 + b2 x2

In case of just one x variable the equation would like this:

y hat = b0 + b1 x1

b0 is the constant (also called line intercept).

b1 is the slope of the regression line for the x1 variable.

Note that we use “y hat” as opposed to “y”. Y hat signifies predicted y value, where as “y” signifies actual y value.

The estimated regression equations show the equation for y hat i.e. predicted y.

The regression model on the other hand shows equation for the actual y. This is an abstract model and uses population terms (which are specified in Greek symbols).

Regression model:

y = beta 0 + beta 1 x1 + beta 2 x2 + epsilon

epsilon is the error term.

Leave a Reply

Your email address will not be published. Required fields are marked *