Introduction To Econometrics: Bivariate Regression Models
Introduction To Econometrics: Bivariate Regression Models
Lecture2
Bivariate regression models
Yi = b0 + b1 Xi + ui for i = 1,2,...,n
Computer regression software will generate sample values for the least
squares estimates ̂ 0 and ˆ1 together with a lot of additional statistical
output.
Note: we use the term ESTIMATOR for the function (e.g. ˆ1
xy
x 2
and ESTIMATE for the actual value that we get when we put sample
data on X and Y into this formula.
Re g r e s s i o n S t a t i s t i cs
Mu l t i p l e R 0. 983130884
R Sq u a r e 0. 966546336
Ad j u s t e d R Sq u a r e 0. 963200969
St a n d a r d Er r o r 2. 443603959
Ob s e r v a t i o n s 12
ANOVA
df SS MS F Si gni f i c anc e F
Re g r e s s i o n 1 1725. 204664 1725. 205 288. 9209 1 . 0 4 5 8 3 E- 0 8
Re s i d u a l 10 59. 71200311 5. 9712
To t a l 11 1784. 916667
Co e f f i c i e n t s S t a n d a r d Er r o r t St at P- v a l u e Lo we r 9 5 % Up p e r 9 5 %
I nt e r c e pt - 75. 00001438 7 . 5 3 9 0 0 4 1 2 2 - 9 . 9 4 8 2 7 1 . 6 7 E- 0 6 - 91. 79796528 - 58. 2020635
X Va r i a b l e 1 1. 929183685 0 . 1 1 3 4 9 6 9 2 3 1 6 . 9 9 7 6 7 1 . 0 5 E- 0 8 1. 676296737 2. 182070633
80
70
sales (Y)
60
50
40
30
20
50 55 60 65 70 75 80
ads (X)
ECONMET [U13783] Guy Judge February 2010
Analysis of Variance (ANOVA) and Sums of Squares
As you can see from the ANOVA table we can decompose the Total Sum
of Squares (of the dependent variable Y around its mean) into two parts:
• the Explained (or Regression) Sum of Squares and
• the Residual Sum of Squares.
(Y Y ) 2
(Yˆ Y ) 2 (Y Yˆ ) 2
y 2
yˆ 2 uˆ 2
R2
yˆ 2 R2 1
ˆ
u 2
y 2
y 2
Or, as the second equation has it (1 – the proportion of the variation that is not explained
by the regression).
0 R2 1
The closer to 1 is R squared, the better the fit.