SlideShare a Scribd company logo
Niza Talukder
Lecture 6
Multiple Regression
In this lecture, we will deal with two independent variables for regression analysis. This would simply be an
extension of simple regression model but we shall face two problems:
- Discriminating between the influence of a given explanatory variable on a dependent variable and the effects
of other explanatory variables.
- Problem of model specification. All variables are not significant; we need to figure out which variables should
be included in the model.
We will be considering the determinants of earnings: years of schooling, cognitive ability (cognitive ability
refers to the individual's capacity to think, reason, and problem solved. Cognitive ability is measured through
tests of intelligence and cognitive skills)
Earnings
Years of Schooling: S
Cognitive ability: ASVABC
The true population relationship is: EARNINGS = β1 + β2S + β3ASVABC + u
where EARNINGS is hourly earnings, S is years of schooling (highest grade completed),
ASVABC is composite score on the cognitive tests and u is a disturbance term.
Predicted regression line: EARNINGS = b1 + b2 S + b3 ASVABC
EARNINGS = -4.26 + 0.74S + 0.15 ASVABC
• The equation should be interpreted as follows:
• For every additional grade completed, holding the ability score constant, hourly
earnings will increase by $0.74. For every point increase in the ability score,
holding schooling constant, earnings increase by $0.15. The constant has no
meaningful interpretation. Literally, it suggests that a respondent with 0 years of
schooling (no respondent had less than six) and an ASVABC score of 0 (impossible)
would earn minus $4.62 per hour.
Omitted Variable Bias:
If the regressor is correlated with a variable that has been omitted from the analysis and
that determines, in part, the dependent variable, then the OLS estimator will have
omitted variable bias.
Omitted variable bias occurs when two conditions are true:
(1) the omitted variable is correlated with the included regressor: and
(2) the omitted variable is a determinant of the dependent variable.
OVB and the First OLS Assumption
Recall the First OLS Assumption
E(𝑢𝑖|𝑋𝑖) = 0
- This assumption fails if Xi (the included regressor) and 𝑢𝑖 (other factors) are correlated.
- If the omitted variable is a determinant of Y, then it is part of u, the other factors.
- If the omitted variable is correlated with X, then u is correlated with X, which is a violation of the
First Least Squares assumption.
You cannot test for OVB except by including potential omitted variables.
Can we estimate the size and direction of our mistake?
1) The bias does not decline with a larger sample.
2) The size of the bias depends on the strength of the correlation between X and u. The stronger the correlation,
the larger is the bias.
3) The direction of the bias depends on the sign of the correlation between X and u.
Coefficient of S when ASVABC is not included in the model: 1.07
Coefficient of S when ASVABC is included in the model: 0.739
The difference in coefficients for S reflect the model is suffering from omitted variable
bias.
1.07 > o.739
Thus, the direction of bias is upward. We call this an upward bias.
If the coefficient of S in the simple regression was less than that of the multiple
regression, your model would suffer from downward bias.
Measures of Fit in Multiple Regression
• Three commonly used summary statistics in multiple regression are the standard error of regression,
𝑅2 and adjusted 𝑅2. All three statistics measures how well the OLS estimate of multiple regression
describes or ‘fits’ the data.
• Adjusted 𝑅2:
Because 𝑅2 increases when a new variable is added, an increase in the 𝑅2 does not mean that adding
variable improves the fit of the model. In this sense, 𝑅2 gives inflated estimate of how well the
regression fits the data. One way to correct this is to deflate or reduce the 𝑅2 by some factor and this is
what adjusted 𝑅2 does.
The adjusted 𝑅2 is a modified version of the 𝑅2 that does not necessarily increase when a new regressor
is added.
Back to interpretation:
Note that the 𝑅2
increases on adding more variables. This however does not mean the model has improved. It will
increase even when we add nonsensical variables. Adjusted 𝑅2
corrects this problem by penalizing another
regressor – adjusted 𝑅2 does not necessarily increase on adding another variable.
In multiple regression, 𝑅2 shows the combined/joint explanatory power of the independent variables. ASVABC and
S together explains 12.36% variability in earnings.
F tests:
In simple regression case: tests the explanatory power of a regression model. It is equivalent to a two sided t test.
In multiple regression model: t test shall test the significance of coefficients individually while f test will test the
joint significance of coefficients.
F = ESS/k-1
RSS/n-k
If RSS decrease on addition of explanatory variables, it means that there has been some improvement in the fit.
Some STATA Commands (with S and Earnings as examples)
summarize S Earnings
describe S Earnings
scatter Earnings S
scatter Earnings S ||lfit Earnings S
corr Earnings S
histogram S
histogram Earnings, normal
reg Earnings S

More Related Content

Similar to Bus 173_6.pptx

MF Presentation.pptx
MF Presentation.pptxMF Presentation.pptx
MF Presentation.pptx
HarshitSingh334328
 
2-20-04.ppt
2-20-04.ppt2-20-04.ppt
2-20-04.ppt
ayaan522797
 
linear_regression_notes.pdf
linear_regression_notes.pdflinear_regression_notes.pdf
linear_regression_notes.pdf
TamilarasiP13
 
Simple Linear Regression explanation.pptx
Simple Linear Regression explanation.pptxSimple Linear Regression explanation.pptx
Simple Linear Regression explanation.pptx
UVAS
 
Logistic regression and analysis using statistical information
Logistic regression and analysis using statistical informationLogistic regression and analysis using statistical information
Logistic regression and analysis using statistical information
AsadJaved304231
 
Quantitative Methods for Lawyers - Class #22 - Regression Analysis - Part 5
Quantitative Methods for Lawyers - Class #22 - Regression Analysis - Part 5Quantitative Methods for Lawyers - Class #22 - Regression Analysis - Part 5
Quantitative Methods for Lawyers - Class #22 - Regression Analysis - Part 5
Daniel Katz
 
Linear Regression | Machine Learning | Data Science
Linear Regression | Machine Learning | Data ScienceLinear Regression | Machine Learning | Data Science
Linear Regression | Machine Learning | Data Science
Sumit Pandey
 
Logistic regression with SPSS examples
Logistic regression with SPSS examplesLogistic regression with SPSS examples
Logistic regression with SPSS examples
Gaurav Kamboj
 
Stat 1163 -correlation and regression
Stat 1163 -correlation and regressionStat 1163 -correlation and regression
Stat 1163 -correlation and regression
Khulna University
 
Correlation.pptx
Correlation.pptxCorrelation.pptx
Correlation.pptx
IloveBepis
 
Simple regressionand correlation (2).pdf
Simple regressionand correlation (2).pdfSimple regressionand correlation (2).pdf
Simple regressionand correlation (2).pdf
yadavrahulrahul799
 
For this assignment, use the aschooltest.sav dataset.The d
For this assignment, use the aschooltest.sav dataset.The dFor this assignment, use the aschooltest.sav dataset.The d
For this assignment, use the aschooltest.sav dataset.The d
MerrileeDelvalle969
 
Correlation analysis
Correlation analysisCorrelation analysis
Correlation analysis
Awais Salman
 
ders 8 Quantile-Regression.ppt
ders 8 Quantile-Regression.pptders 8 Quantile-Regression.ppt
ders 8 Quantile-Regression.ppt
Ergin Akalpler
 
Correlation and regression
Correlation and regressionCorrelation and regression
Correlation and regression
Antony Raj
 
Covariance and correlation
Covariance and correlationCovariance and correlation
Covariance and correlationRashid Hussain
 
Regression analysis ppt
Regression analysis pptRegression analysis ppt
Regression analysis pptElkana Rorio
 

Similar to Bus 173_6.pptx (20)

MF Presentation.pptx
MF Presentation.pptxMF Presentation.pptx
MF Presentation.pptx
 
2-20-04.ppt
2-20-04.ppt2-20-04.ppt
2-20-04.ppt
 
linear_regression_notes.pdf
linear_regression_notes.pdflinear_regression_notes.pdf
linear_regression_notes.pdf
 
Simple Linear Regression explanation.pptx
Simple Linear Regression explanation.pptxSimple Linear Regression explanation.pptx
Simple Linear Regression explanation.pptx
 
Logistic regression and analysis using statistical information
Logistic regression and analysis using statistical informationLogistic regression and analysis using statistical information
Logistic regression and analysis using statistical information
 
Quantitative Methods for Lawyers - Class #22 - Regression Analysis - Part 5
Quantitative Methods for Lawyers - Class #22 - Regression Analysis - Part 5Quantitative Methods for Lawyers - Class #22 - Regression Analysis - Part 5
Quantitative Methods for Lawyers - Class #22 - Regression Analysis - Part 5
 
CH3.pdf
CH3.pdfCH3.pdf
CH3.pdf
 
Linear Regression | Machine Learning | Data Science
Linear Regression | Machine Learning | Data ScienceLinear Regression | Machine Learning | Data Science
Linear Regression | Machine Learning | Data Science
 
Logistic regression with SPSS examples
Logistic regression with SPSS examplesLogistic regression with SPSS examples
Logistic regression with SPSS examples
 
Stat 1163 -correlation and regression
Stat 1163 -correlation and regressionStat 1163 -correlation and regression
Stat 1163 -correlation and regression
 
Correlation.pptx
Correlation.pptxCorrelation.pptx
Correlation.pptx
 
Simple regressionand correlation (2).pdf
Simple regressionand correlation (2).pdfSimple regressionand correlation (2).pdf
Simple regressionand correlation (2).pdf
 
For this assignment, use the aschooltest.sav dataset.The d
For this assignment, use the aschooltest.sav dataset.The dFor this assignment, use the aschooltest.sav dataset.The d
For this assignment, use the aschooltest.sav dataset.The d
 
Correlation analysis
Correlation analysisCorrelation analysis
Correlation analysis
 
ders 8 Quantile-Regression.ppt
ders 8 Quantile-Regression.pptders 8 Quantile-Regression.ppt
ders 8 Quantile-Regression.ppt
 
Lecture 4
Lecture 4Lecture 4
Lecture 4
 
Correlation and regression
Correlation and regressionCorrelation and regression
Correlation and regression
 
Multiple Linear Regression
Multiple Linear Regression Multiple Linear Regression
Multiple Linear Regression
 
Covariance and correlation
Covariance and correlationCovariance and correlation
Covariance and correlation
 
Regression analysis ppt
Regression analysis pptRegression analysis ppt
Regression analysis ppt
 

More from ssuserbea996

BUS251_Topic 2.pptx
BUS251_Topic 2.pptxBUS251_Topic 2.pptx
BUS251_Topic 2.pptx
ssuserbea996
 
Week 1.pptx
Week 1.pptxWeek 1.pptx
Week 1.pptx
ssuserbea996
 
Week 1.pptx
Week 1.pptxWeek 1.pptx
Week 1.pptx
ssuserbea996
 
9385552.ppt
9385552.ppt9385552.ppt
9385552.ppt
ssuserbea996
 
Resume Cover Letter PPT.pptx
Resume Cover Letter PPT.pptxResume Cover Letter PPT.pptx
Resume Cover Letter PPT.pptx
ssuserbea996
 
8152206.ppt
8152206.ppt8152206.ppt
8152206.ppt
ssuserbea996
 
Guffey and Loewy_EBC_12e_PPT_ch4_Final-Revising Business Messages.pptx
Guffey and Loewy_EBC_12e_PPT_ch4_Final-Revising Business Messages.pptxGuffey and Loewy_EBC_12e_PPT_ch4_Final-Revising Business Messages.pptx
Guffey and Loewy_EBC_12e_PPT_ch4_Final-Revising Business Messages.pptx
ssuserbea996
 
chapter5.ppt
chapter5.pptchapter5.ppt
chapter5.ppt
ssuserbea996
 
paragraphwriting-150627134634-lva1-app6891.pptx
paragraphwriting-150627134634-lva1-app6891.pptxparagraphwriting-150627134634-lva1-app6891.pptx
paragraphwriting-150627134634-lva1-app6891.pptx
ssuserbea996
 
12_Business_Letters_ppt.ppt
12_Business_Letters_ppt.ppt12_Business_Letters_ppt.ppt
12_Business_Letters_ppt.ppt
ssuserbea996
 
-9---------------effective verbal.pptx
-9---------------effective verbal.pptx-9---------------effective verbal.pptx
-9---------------effective verbal.pptx
ssuserbea996
 
6---newsletter.ppt
6---newsletter.ppt6---newsletter.ppt
6---newsletter.ppt
ssuserbea996
 
6--.ppt
6--.ppt6--.ppt
6--.ppt
ssuserbea996
 
4----------------makingcomplaintsandrespondingtothem.pptx
4----------------makingcomplaintsandrespondingtothem.pptx4----------------makingcomplaintsandrespondingtothem.pptx
4----------------makingcomplaintsandrespondingtothem.pptx
ssuserbea996
 
hrm_450_actors_of_labor_management_relations_mli.pptx
hrm_450_actors_of_labor_management_relations_mli.pptxhrm_450_actors_of_labor_management_relations_mli.pptx
hrm_450_actors_of_labor_management_relations_mli.pptx
ssuserbea996
 
Minimalist Aesthetic Slideshow by Slidesgo.pptx
Minimalist Aesthetic Slideshow by Slidesgo.pptxMinimalist Aesthetic Slideshow by Slidesgo.pptx
Minimalist Aesthetic Slideshow by Slidesgo.pptx
ssuserbea996
 
Presentation1.pptx
Presentation1.pptxPresentation1.pptx
Presentation1.pptx
ssuserbea996
 
FIN Chapter 9.ppt
FIN  Chapter 9.pptFIN  Chapter 9.ppt
FIN Chapter 9.ppt
ssuserbea996
 

More from ssuserbea996 (20)

BUS251_Topic 2.pptx
BUS251_Topic 2.pptxBUS251_Topic 2.pptx
BUS251_Topic 2.pptx
 
Week 1.pptx
Week 1.pptxWeek 1.pptx
Week 1.pptx
 
Week 1.pptx
Week 1.pptxWeek 1.pptx
Week 1.pptx
 
9385552.ppt
9385552.ppt9385552.ppt
9385552.ppt
 
Resume Cover Letter PPT.pptx
Resume Cover Letter PPT.pptxResume Cover Letter PPT.pptx
Resume Cover Letter PPT.pptx
 
8152206.ppt
8152206.ppt8152206.ppt
8152206.ppt
 
Guffey and Loewy_EBC_12e_PPT_ch4_Final-Revising Business Messages.pptx
Guffey and Loewy_EBC_12e_PPT_ch4_Final-Revising Business Messages.pptxGuffey and Loewy_EBC_12e_PPT_ch4_Final-Revising Business Messages.pptx
Guffey and Loewy_EBC_12e_PPT_ch4_Final-Revising Business Messages.pptx
 
chapter5.ppt
chapter5.pptchapter5.ppt
chapter5.ppt
 
paragraphwriting-150627134634-lva1-app6891.pptx
paragraphwriting-150627134634-lva1-app6891.pptxparagraphwriting-150627134634-lva1-app6891.pptx
paragraphwriting-150627134634-lva1-app6891.pptx
 
12_Business_Letters_ppt.ppt
12_Business_Letters_ppt.ppt12_Business_Letters_ppt.ppt
12_Business_Letters_ppt.ppt
 
-9---------------effective verbal.pptx
-9---------------effective verbal.pptx-9---------------effective verbal.pptx
-9---------------effective verbal.pptx
 
6---newsletter.ppt
6---newsletter.ppt6---newsletter.ppt
6---newsletter.ppt
 
6--.ppt
6--.ppt6--.ppt
6--.ppt
 
4----------------makingcomplaintsandrespondingtothem.pptx
4----------------makingcomplaintsandrespondingtothem.pptx4----------------makingcomplaintsandrespondingtothem.pptx
4----------------makingcomplaintsandrespondingtothem.pptx
 
hrm_450_actors_of_labor_management_relations_mli.pptx
hrm_450_actors_of_labor_management_relations_mli.pptxhrm_450_actors_of_labor_management_relations_mli.pptx
hrm_450_actors_of_labor_management_relations_mli.pptx
 
Minimalist Aesthetic Slideshow by Slidesgo.pptx
Minimalist Aesthetic Slideshow by Slidesgo.pptxMinimalist Aesthetic Slideshow by Slidesgo.pptx
Minimalist Aesthetic Slideshow by Slidesgo.pptx
 
Presentation1.pptx
Presentation1.pptxPresentation1.pptx
Presentation1.pptx
 
FIN Chapter 9.ppt
FIN  Chapter 9.pptFIN  Chapter 9.ppt
FIN Chapter 9.ppt
 
9.pptx
9.pptx9.pptx
9.pptx
 
10.pptx
10.pptx10.pptx
10.pptx
 

Recently uploaded

Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS Module
Celine George
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
Nguyen Thanh Tu Collection
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
GeoBlogs
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
PedroFerreira53928
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdfESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
Fundacja Rozwoju Społeczeństwa Przedsiębiorczego
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
MIRIAMSALINAS13
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)
rosedainty
 

Recently uploaded (20)

Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS Module
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdfESC Beyond Borders _From EU to You_ InfoPack general.pdf
ESC Beyond Borders _From EU to You_ InfoPack general.pdf
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)
 

Bus 173_6.pptx

  • 2. In this lecture, we will deal with two independent variables for regression analysis. This would simply be an extension of simple regression model but we shall face two problems: - Discriminating between the influence of a given explanatory variable on a dependent variable and the effects of other explanatory variables. - Problem of model specification. All variables are not significant; we need to figure out which variables should be included in the model. We will be considering the determinants of earnings: years of schooling, cognitive ability (cognitive ability refers to the individual's capacity to think, reason, and problem solved. Cognitive ability is measured through tests of intelligence and cognitive skills) Earnings Years of Schooling: S Cognitive ability: ASVABC The true population relationship is: EARNINGS = β1 + β2S + β3ASVABC + u
  • 3. where EARNINGS is hourly earnings, S is years of schooling (highest grade completed), ASVABC is composite score on the cognitive tests and u is a disturbance term. Predicted regression line: EARNINGS = b1 + b2 S + b3 ASVABC EARNINGS = -4.26 + 0.74S + 0.15 ASVABC • The equation should be interpreted as follows: • For every additional grade completed, holding the ability score constant, hourly earnings will increase by $0.74. For every point increase in the ability score, holding schooling constant, earnings increase by $0.15. The constant has no meaningful interpretation. Literally, it suggests that a respondent with 0 years of schooling (no respondent had less than six) and an ASVABC score of 0 (impossible) would earn minus $4.62 per hour.
  • 4.
  • 5. Omitted Variable Bias: If the regressor is correlated with a variable that has been omitted from the analysis and that determines, in part, the dependent variable, then the OLS estimator will have omitted variable bias. Omitted variable bias occurs when two conditions are true: (1) the omitted variable is correlated with the included regressor: and (2) the omitted variable is a determinant of the dependent variable.
  • 6. OVB and the First OLS Assumption Recall the First OLS Assumption E(𝑢𝑖|𝑋𝑖) = 0 - This assumption fails if Xi (the included regressor) and 𝑢𝑖 (other factors) are correlated. - If the omitted variable is a determinant of Y, then it is part of u, the other factors. - If the omitted variable is correlated with X, then u is correlated with X, which is a violation of the First Least Squares assumption. You cannot test for OVB except by including potential omitted variables.
  • 7. Can we estimate the size and direction of our mistake? 1) The bias does not decline with a larger sample. 2) The size of the bias depends on the strength of the correlation between X and u. The stronger the correlation, the larger is the bias. 3) The direction of the bias depends on the sign of the correlation between X and u.
  • 8.
  • 9.
  • 10. Coefficient of S when ASVABC is not included in the model: 1.07 Coefficient of S when ASVABC is included in the model: 0.739 The difference in coefficients for S reflect the model is suffering from omitted variable bias. 1.07 > o.739 Thus, the direction of bias is upward. We call this an upward bias. If the coefficient of S in the simple regression was less than that of the multiple regression, your model would suffer from downward bias.
  • 11. Measures of Fit in Multiple Regression • Three commonly used summary statistics in multiple regression are the standard error of regression, 𝑅2 and adjusted 𝑅2. All three statistics measures how well the OLS estimate of multiple regression describes or ‘fits’ the data. • Adjusted 𝑅2: Because 𝑅2 increases when a new variable is added, an increase in the 𝑅2 does not mean that adding variable improves the fit of the model. In this sense, 𝑅2 gives inflated estimate of how well the regression fits the data. One way to correct this is to deflate or reduce the 𝑅2 by some factor and this is what adjusted 𝑅2 does. The adjusted 𝑅2 is a modified version of the 𝑅2 that does not necessarily increase when a new regressor is added.
  • 12. Back to interpretation: Note that the 𝑅2 increases on adding more variables. This however does not mean the model has improved. It will increase even when we add nonsensical variables. Adjusted 𝑅2 corrects this problem by penalizing another regressor – adjusted 𝑅2 does not necessarily increase on adding another variable. In multiple regression, 𝑅2 shows the combined/joint explanatory power of the independent variables. ASVABC and S together explains 12.36% variability in earnings. F tests: In simple regression case: tests the explanatory power of a regression model. It is equivalent to a two sided t test. In multiple regression model: t test shall test the significance of coefficients individually while f test will test the joint significance of coefficients. F = ESS/k-1 RSS/n-k If RSS decrease on addition of explanatory variables, it means that there has been some improvement in the fit.
  • 13. Some STATA Commands (with S and Earnings as examples) summarize S Earnings describe S Earnings scatter Earnings S scatter Earnings S ||lfit Earnings S corr Earnings S histogram S histogram Earnings, normal reg Earnings S