What do the coefficients of a linear regression line tell you?

1 Answer
Nov 6, 2015

ˆy=b0x+b1

Explanation:

A simple least square regression line with an independent and dependent variable will have just two coefficients (b0andb1)

b0 represents the slope of the regression line. For every 1 unit change in the independent variable (x), the dependent variable (ˆy) will change by b0 units.

b1 represents the y-intercept and may or may not represent valid information. May times, the y-intercept ( when x = 0 ) is simply meaningless.

hope that helps