Chapter 0_Multiple Regression Models
Chapter 0_Multiple Regression Models
Chapter 0
What is Econometrics?
• Econometrics = Economics + Metric (using math and statistics)
• Econometrics is a combination of economics, math and statistics to quantify,
testing and forecasting economic relations.
Mathematical Modeling
Case study
Case study
Research question:
What is the impact of VAT on the poverty rate in Vietnam?
Case study
Qualitative or
quantitative?
1 Quantitative methods
Case study
Research question:
What is the impact of VAT on the poverty rate in Vietnam?
1 Basic concepts
State Hypotheses
Theoretical model
Model Setting
Econometric Model
Data Collection
Parameter Estimate
Forecast
Conclusions
1 Data classification
❖ Data Structures:
✓ Cross sectional data;
✓ Time series;
✓ Panel data.
❖ Data fomat:
✓ Quantitative;
✓ Qualitative
❖ Data source:
✓ Primary;
✓ Secondary.
2 Simple Regression Model
Coefficient of determination:
❖ The coefficient
2 σ𝑛𝑖=1 𝑒
2
𝑅 =1− σ𝑛 ത 2
𝑖=1 𝑌𝑖 −𝑌
indicates the rate (%) of the variation the dependent variable in the sample is
explained by the model (by the volatility of the independent variables).
❖ Adjuted R-squared coefficient:
𝑅ത 2 = 1 − (1 − 𝑅2 ) 𝑛−1
𝑛−𝑘
3 Multiple regression models
𝒀 = 𝜷𝟎 + 𝜷𝟐 𝑫𝟐 + ⋯ + 𝜷𝒎 𝑫𝒎 + 𝜷𝑿 + 𝒖
At 𝐷1 : 𝑌 = 𝛽0 + 𝛽𝑋 + 𝑢
At 𝐷2 : 𝑌 = (𝛽0 +𝛽2 ) + 𝛽𝑋 + 𝑢
…
At 𝐷𝑚 : 𝑌 = (𝛽0 +𝛽𝑚 ) + 𝛽𝑋 + 𝑢
6 Model Tests
❖ T - test
𝒀 = 𝜷𝟎 + 𝜷𝟏 𝑿𝟏 + ⋯ + 𝜷𝒋 𝑿𝒋 + ⋯ + 𝜷𝒎 𝑿𝒎 + 𝒖
𝐻0 : 𝛽𝑗 = 0
o Hypotheses : ൝
𝐻1 : 𝛽𝑗 ≠ 0
o 𝑇 statistics: 𝑇0 = 𝛽መ𝑗 /𝑠𝑒(𝛽መ𝑗 )
𝑛−𝑘
o If 𝑇0𝑞𝑠 > 𝑡𝛼/2 then 𝐻0 is rejected
❖ 𝑷-value
o If P-value < 𝛼 ∗ then 𝐻0 is rejected
o If P-value > 𝛼 ∗ then there is no evidence to reject
Some defects in the regression
7
model
Omitted variable
❖ The omitted variable is available on the data:
regress Y X1 X2 … Xk X => test X
If P-value << then the variable X is missing => Add variable X to the model
If P-value >> then the variable X does not explain the change of the mean
value of the dependent variable => It is possible to remove the variable X from
the model.
Some Disabilities
Heterogeneous variance
regress Y X1 X2 … Xk X
estat imtest, white
If P-value << then the variance is heterogeneous
=> regress Y X1 X2 … Xk X, robust
Some Disabilities
Multicollinearity
vif
Variable | VIF 1/VIF
-------------+----------------------
X1 | 1.09 0.918716
X2 | 1.14 0.876805
X3 | 12.37 0.030858
If VIF > 10 (or 1/VIF < 0.1) then there is multicollinearity
Multicollinearity should be considered before choosing a variable
PRACTICE