Objective of regression analysis
Objective of regression analysis
Conducting empirical research projects - steps
Simple Linear regression
y = regressand, dependent variable x = regressor, independent variable
structural term: b0 + b1x describes the ystematic influence of x on y
stochastic term: u (error term, disturbance term, noise) describes the non-systematic/ random influence on y
–> also covers measurement errors
OLS estimator
why? –> the true coefficients in the regr equation are unknown and have to be estimated based on the sample
how?
–> selects the regr parameters in a way minimizing the sum of squared residuals
sum of squared residuals
measure of the discrepancy between the data and an estimation model.
A small indicates a tight fit of the model to the data.
Multiple Linear Regression
why?
–> more than one independent variable is needed
Interpretation of coefficients
t-test for coefficients
- H0
t-test: know how well the model fits the data and the contribution of individual predictors
–> linear regression
H0: bj = 0 /
xj has no influence / effect on y.
–> if H0 is rejected, the slope bj is sufficiently high and contributes to y
Goodness of fit
–> The higher R², the better (if R² = 1, than the residuals are 0)
Omitted variable bias