There are generally two purposes for regression analysis. The first is to understand the relationship between variables such as advertising expenditures and sales. The second purposes is to predict the value of one variable based on the value of the other.
The simple linear regression model will first be developed, and then a more complex multiple regression model will be used to incorporate even more variables into our model. In any regression model, the variable to be predicted is called the dependent variable or response variable. The value of this is said to be dependent upon the value of an independent variable, which is sometimes called an explanatory variable or a predictor variable.
In any regression model, there is an implicit assumption (which can be tested) that a relationship exist between the variables. There is also some random error that cannot be predicted. The underlying simple linear regression model is:
Y = b0 + b1X + error
where:
Y = dependent variable (response variable)
X = independent variable (predictor variable or explanatory variable)
bo = intercept (value of Y when X = 0)
b1 = slope of regression line
error = random error
Download statistics handout of Simple Linear Regression, here. Full version and it's free.
Distance Learning Business and Management on Statistics object.
Y = dependent variable (response variable)
X = independent variable (predictor variable or explanatory variable)
bo = intercept (value of Y when X = 0)
b1 = slope of regression line
error = random error
Download statistics handout of Simple Linear Regression, here. Full version and it's free.
Distance Learning Business and Management on Statistics object.