8. Instrumental variables regression

Size: px
Start display at page:

Download "8. Instrumental variables regression"

Transcription

1 8. Instrumental variables regression Recall: In Section 5 we analyzed five sources of estimation bias arising because the regressor is correlated with the error term Violation of the first OLS assumption These threats to internal validity are Omitted variable bias Misspecification of the functional form Measurement error Sample selection bias Simultaneous causality 213

2 Now: General technique that helps to obtain a consistent estimator of the unknown coefficients when the regressor X is correlated with the error term u Instrumental variables (IV) regression Basic idea: Think of the variation in X as having two parts: one part that is correlated with u (the problematic part) a second part that is uncorrelated with u (the unproblematic part which can be used for estimation) 214

3 Issues of this section: How can we isolate the problematic from the unproblematic parts in the variations of X? By the use of instrumental variables (instruments) What are good instruments and how can we find them? 215

4 8.1. The IV estimator with a single regressor and a single instrument IV model and assumptions: We consider the single-regressor model Y i = β 0 + β 1 X i + u i, i = 1,..., n, (8.1) X i and u i are assumed to be correlated, that is Corr(X i, u i ) 0 We use the additional instrumental variable Z to isolate that part of X i that is uncorrelated with u i 216

5 Terminology: We call variables correlated with the error term endogenous We call variables uncorrelated with the error term exogenous Two conditions for a valid instrument Z: 1. Instrument relevance condition: Corr(Z i, X i ) 0 (variation in the instrument Z i is related to variation in X i ) 2. Instrument exogeneity condition: Corr(Z i, u i ) = 0 (that part of the variation in X i captured by Z i is exogenous) 217

6 Implication of these conditions: The relevant and exogenous instrument Z can capture movements in X that are exogenous This exogenous part of X can be used to consistently estimate β 1 Formalization of this concept: Two stage least squares estimation (TSLS) First stage: Decomposition of X into the problematic and the problemfree components Second stage: Use the problem-free component to estimate β 1 218

7 Two stage least squares estimator: 1. Consider the regression equation X i = π 0 + π 1 Z i }{{} Part #1 + v i }{{} Part #2 (8.2) Part #1 is that part of X i that can be predicted by Z i Since Z i is exogenous it follows that Corr(π 0 + π 1 Z i, u i ) = π 1 π 1 Corr(Z i, u i ) = 0 (Part #1 is the problem-free part) Part #2 is v i for which we have Corr(v i, u i ) 0 (Part #2 is the problematic part) We apply OLS to Eq. (8.2) to obtain ˆπ 0 and ˆπ 1 219

8 Two stage least squares estimator: [continued] 2. We use the predicted values ˆX i = ˆπ 0 + ˆπ 1 Z i and consider the regression equation Y i = β 0 + β 1 ˆX i + u i (8.3) We apply OLS to Eq. (8.3) and obtain the TSLS estimators β0 TSLS of β 0 and β1 TSLS of β 1 220

9 Example: Estimation of the demand curve for butter based on data on the quantity of butter consumed (Q butter i ) and butter prices (Pi butter ) sampled over n years (i = 1,..., n) We aim at estimating the butter demand curve where Y i = β 0 + β 1 X i + u i, Y i = ln(q butter i ) X i = ln(pi butter ) β 1 = price elasticity of butter demand 221

10 Example: [continued] We have a simultaneous causality bias here since there are causal links from ln(pi butter ) to ln(q butter i ), but also from ln(q butter i ) to ln(pi butter ) via the interaction between the demand for and the supply of butter It follows from Section (Slides ) that the regressor ln(pi butter ) is likely to be correlated with the error term OLS estimator of β 1 will be inconsistent 222

11 Equilibrium price and quantity data 223

12 Equilibrium price and quantity data [continued] 224

13 Equilibrium price and quantity data [continued] 225

14 Example: [continued] To circumvent this problem we need an instrumental variable Z i which shifts the supply curve but leaves the demand curve unaffected Such an instrument Z i could be the the variable RAINFALL in the butter-producing region Relevance condition: Below average rainfall reduces cattle-grazing and thus reduces butter production at a given price: Corr(RAINFALL i, ln(p butter i )) = 0 Exogeneity condition: Demand for butter does not depend on the rainfall: Corr(RAINFALL i, u i ) = 0 226

15 Example: [continued] TSLS estimation: Stage 1: Regress ln(pi butter ) on RAINFALL i and compute ln(p butter i ) (Isolation of price changes due to shifts in the supply curve) Stage 2: Regress ln(q butter i ) on ln(p butter i ) 227

16 Statistical inference for TSLS: It can be shown that the TSLS estimator ˆβ TSLS 1 is consistent and, in large samples, approximately normally distributed: where σ 2ˆβ TSLS 1 ˆβ TSLS 1 N(β 1, σ = 1 n 2ˆβ TSLS), 1 Var {[Z i E(Z)] u i } [Cov(Z i, X i )] 2 (8.4) The standard error of ˆβ TSLS 1 can be estimated by estimating the variance and covariance terms appearing on the righthand side of Eq. (8.4) and taking the square root of the estimate of σ 2ˆβ TSLS 1 228

17 Statistical inference for TSLS: [continued] These standard errors are routinely computed by economometric software packages like EViews Because ˆβ TSLS 1 is normally distributed in large samples, hypothesis tests and confidence intervals about β 1 can be conducted in the usual way Attention: The ususal OLS standard errors of Stage 2 are not identical to the TSLS standard errors described above and thus are invalid (since these ignore the prediction errors of the ˆX i ) One should use the special TSLS routines implemented in the software packages 229

18 8.2. The general IV regression model Now: Generalization of the IV regression model to multiple regressors and instruments Four types of variables: The dependent variable Y Problematic endogenous regressors Included exogenous regressors Instrumental variables 230

19 Definition 8.1: (General IV regression model) The general IV regression model is Y i = β 0 +β 1 X 1i +...+β k X ki +β k+1 W 1i +...+β k+r W ri +u i, (8.5) i = 1,..., n, where Y i is the dependent variable, β 0, β 1,..., β k+r are unknown regression coefficients, X 1i,..., X ki are k endogenous regressors potentially correlated with u i, W 1i,..., W ri are r included exogenous regressors which are uncorrelated with u i or are control variables, u i is the error term, Z 1i,..., Z mi are m instrumental variables. 231

20 Definition 8.1: (General IV regression model) [continued] The coefficients are overidentified if there are more instruments than endogenous regressors (m > k), they are underidentified if m < k, and they are exactly identified if m = k. Estimation of the IV regression model requires exact identification or overidentification. Now: Adaption of the TSLS principle to the general IV model described in Definition

21 TSLS in the general IV model: Consider the general IV regression model (8.5) from Slide First-stage regression(s): Regress X 1i on the instrumental variables (Z 1i,..., Z mi ) and the included exogenous variables (W 1i,..., W ri ) using OLS, that is estimate the following equation via OLS: X 1i = π 0 + π 1 Z 1i π m Z mi + π m+1 W 1i π m+r W ri + v i (8.6) Compute the predicted values ˆX 1i from this regression Repeat this for all endogenous regressors X 2i,..., X ki, thereby computing the predicted values ˆX 2i,..., ˆX ki 233

22 TSLS in the general IV model: [continued] 2. Second-stage regression Regress Y i on the predicted values of the endogenous variables ˆX 1i,..., ˆX ki and the included exogenous variables (W 1i,..., W ri ), that is estimate the following equation via OLS: Y 1i = β 0 + β 1 ˆX 1i β k ˆX ki + β k+1 W 1i β k+r W ri + u i (8.7) The TSLS estimators β0 TSLS,..., βk+r TSLS are the OLS estimators from the second-stage regression (8.7) Remark: The two stages are done automatically within TSLS estimation commands in EViews 234

23 Now: Adaption of the conditions for a valid instrument Z from Slide 217 (relevance and exogeneity) to the general IV regression model Intuitively: When there are multiple included endogenous variables, the condition for instrument relevance must be formulated in a way that it rules out multicollinearity in the second-stage regression should reflect that the instruments provide enough information about the exogenous movements in the endogenous variables to sort out their seperate effects on Y 235

24 Definition 8.2: (Conditions for valid instruments) A set of m instruments Z 1i,..., Z mi must satisfy the following two conditions to be valid: 1. Instrument relevance: In general, let ˆX 1i be the predicted value of X 1i from the regression of X 1i on the instruments Z 1i,..., Z mi and the included exogenous regressors W 1i,..., W ri and let ˆX 2i,..., ˆX ki be analogously defined. Furthermore, let 1 denote the n-dimensional vector 1 (1,..., 1). Then ( ˆX 1,..., ˆX k, W 1,..., W r, 1) are not perfectly multicollinear. 236

25 Definition 8.2: (Conditions for valid instruments) [continued] 1. Instrument relevance: [continued] If there is only one endogenous regressor X i, then for the previous condition to hold, at least one instrument Z ji, (j = 1,..., m), must have a non-zero coefficient in the regression equation X i = π 0 + π 1 Z 1i π m Z mi + π m+1 W 1i π m+r W ri + v i. 2. Instrument exogeneity: All instruments are uncorrelated with the error term: Corr(Z 1i, u i ) = 0,..., Corr(Z mi, u i ) =

26 Next: Under which conditions are the TSLS estimators consistent and do have a sampling distribution that is normal in large samples? If we can specify conditions under which this is the case, then the principles of statistical inference for TSLS in the single-regressor case as described on Sildes carry over to the general case of multiple instruments and multiple endogenous variables (t-statistics, F -statistics, confidence intervals) 238

27 The IV regression assumptions: The variables and errors in the IV regression model in Eq. (8.5) should satisfy the following conditions: 1. E(u i W 1i,..., W ri ) = 0 2. (X 1i,..., X ki, W 1i,..., W ri, Z 1i,..., Z mi, Y i ) are i.i.d. draws from their joint distribution 3. Large outliers are unlikely: X s, W s, Z s, and Y variables have nonzero finite fourth moments 4. The two conditions for valid instruments stated in Definition 8.2 hold 239

28 Remarks: The calculation of TSLS standard errors is done automatically by software packages like EViews One should use heteroskedasticity-robust standard errors for the same reasoning as in the conventional multiple linear regression model 240

29 8.3. Checking instrument validity Important question: Is a given set of instruments valid in a particular application? Meaning of instrument relevance : Instrumental relevance plays a role akin to the sample size A more relevant instrument produces a more accurate estimator, just as a large sample size produces a more accurate estimator The more relevant is the instrument, the better is the normal approximation to the sampling distribution of the TSLS estimator and its t- and F -statistics 241

30 Problems with weak instruments: If the instruments are weak, then the TSLS estimator can be badly biased and the normal distribution is a poor approximation to the sampling distribution of the TSLS estimator No justification for performing statistical inference as described even when the sampling size is large TSLS is no longer reliable Checking for weak instruments: How relevant must instruments be for the normal distribution to provide a good approximation in practice? Complicated answer in the general IV model Simple rule of thumb in the practically most relevant case of a single endogenous regressor 242

31 Rule of thumb 8.3: (Checking for weak instruments) Consider the first-stage F -statistic testing the hypothesis that the coefficients on the instruments Z 1i,..., Z mi in the first-stage regression (8.6) on Slide 233 are all simultaneously equal to zero: H 0 : π 1 = π 2 =... = π m = 0 vs. H 1 : At least one π j 0 (j = 1,..., m). When there is a single endogenous regressor, a first-stage F - statistic less than 10 indicates that the instruments are weak. In this case the TSLS estimator is biased (even in large samples) and the TSLS t-statistics and confidence intervals are unreliable. 243

32 Meaning of instrument exogeneity : If the instruments are not exogenous, then the TSLS is inconsistent TSLS estimation and inference based on it are unreliable Statistical tests for exogenous instruments: No statistical tests are available when the coefficients are exactly identified (that is when m = k in the IV model (8.5) on Slide 231) If the coefficients are overidentified, that is when m > k in Eq. (8.5), it is possible to test the hypothesis that the extra instruments are exogenous under the maintained assumption that there are enough valid instruments to identify the coefficients of interest 244

33 Theorem 8.4: (The overidentifying restrictions test) Let û TSLS i be the residuals from TSLS estimation of Eq. (8.5) from Slide 231. Use OLS to estimate the regression coefficients in û TSLS i = δ 0 + δ 1 Z 1i δ m Z mi + δ m+1 W 1i δ m+r W ri + e i, (8.8) where e i is the regression error term. Let F denote the homoskedasticity-only F -statistic testing the null hypothesis H 0 : δ 1 =... = δ m = 0. The overidentifying restrictions test statistic is (The J-test.) J = m F. 245

34 Theorem 8.4: (The J-test) [continued] Under the null hypothesis that all instruments are exogenous (suggesting that the instruments should approximately be uncorrelated with ûi TSLS ), and if e i is homoskedastic, in large samples J is distributed χ 2 m k, where m k is the degree of overidentification, that is, the number of instruments minus the number of endogenous regressors. Remark: An application of the J-test is provided in the case study The demand for cigarettes See class for details 246

35 8.4. Where do valid instruments come from? Important question: How can we find instrumental variables for a given application that are both relevant and exogenous? Two main approaches: 1. Use economic theory to suggest instruments 2. Find an exogenous source of variation in X arising from a random phenomenon that induces shifts in the endogenous regressor 247

36 Example of Approach #1: Consider the butter demand example from Section 8.1. Understanding of the economics of agricultural markets leads us to look for an instrument that shifts the supply curve but not the demand curve This leads us to consider weather conditions in agricultural regions Instrument variable: RAINFALL in agricultural regions 248

37 Example of Approach #2: Consider the effect on test scores of class size The regressor CLASS SIZE may be correlated with the error term because of omitted variable bias In some districts, however, earthquake damages may increase the average class size This variation in class size may be unrelated to potentially omitted variables that affect student achievement Instrument variable: that portion of CLASS SIZE that acrrues to earthquake damage 249

38 Case studies: Three examples of how researchers use their expert knowledge of their empirical problem to find adequate instrumental variables: Does putting criminals in jail reduce crime? Does cutting class sizes increase test scores? Does aggressive treatment of heart attacks prolong lives? (see class for a thorough discussion) 250

Econometrics Problem Set 11

Econometrics Problem Set 11 Econometrics Problem Set WISE, Xiamen University Spring 207 Conceptual Questions. (SW 2.) This question refers to the panel data regressions summarized in the following table: Dependent variable: ln(q

More information

Applied Statistics and Econometrics. Giuseppe Ragusa Lecture 15: Instrumental Variables

Applied Statistics and Econometrics. Giuseppe Ragusa Lecture 15: Instrumental Variables Applied Statistics and Econometrics Giuseppe Ragusa Lecture 15: Instrumental Variables Outline Introduction Endogeneity and Exogeneity Valid Instruments TSLS Testing Validity 2 Instrumental Variables Regression

More information

2. Linear regression with multiple regressors

2. Linear regression with multiple regressors 2. Linear regression with multiple regressors Aim of this section: Introduction of the multiple regression model OLS estimation in multiple regression Measures-of-fit in multiple regression Assumptions

More information

Econometrics. Week 8. Fall Institute of Economic Studies Faculty of Social Sciences Charles University in Prague

Econometrics. Week 8. Fall Institute of Economic Studies Faculty of Social Sciences Charles University in Prague Econometrics Week 8 Institute of Economic Studies Faculty of Social Sciences Charles University in Prague Fall 2012 1 / 25 Recommended Reading For the today Instrumental Variables Estimation and Two Stage

More information

ECON Introductory Econometrics. Lecture 16: Instrumental variables

ECON Introductory Econometrics. Lecture 16: Instrumental variables ECON4150 - Introductory Econometrics Lecture 16: Instrumental variables Monique de Haan (moniqued@econ.uio.no) Stock and Watson Chapter 12 Lecture outline 2 OLS assumptions and when they are violated Instrumental

More information

STOCKHOLM UNIVERSITY Department of Economics Course name: Empirical Methods Course code: EC40 Examiner: Lena Nekby Number of credits: 7,5 credits Date of exam: Saturday, May 9, 008 Examination time: 3

More information

1 Motivation for Instrumental Variable (IV) Regression

1 Motivation for Instrumental Variable (IV) Regression ECON 370: IV & 2SLS 1 Instrumental Variables Estimation and Two Stage Least Squares Econometric Methods, ECON 370 Let s get back to the thiking in terms of cross sectional (or pooled cross sectional) data

More information

WISE MA/PhD Programs Econometrics Instructor: Brett Graham Spring Semester, Academic Year Exam Version: A

WISE MA/PhD Programs Econometrics Instructor: Brett Graham Spring Semester, Academic Year Exam Version: A WISE MA/PhD Programs Econometrics Instructor: Brett Graham Spring Semester, 2015-16 Academic Year Exam Version: A INSTRUCTIONS TO STUDENTS 1 The time allowed for this examination paper is 2 hours. 2 This

More information

6. Assessing studies based on multiple regression

6. Assessing studies based on multiple regression 6. Assessing studies based on multiple regression Questions of this section: What makes a study using multiple regression (un)reliable? When does multiple regression provide a useful estimate of the causal

More information

STOCKHOLM UNIVERSITY Department of Economics Course name: Empirical Methods Course code: EC40 Examiner: Lena Nekby Number of credits: 7,5 credits Date of exam: Friday, June 5, 009 Examination time: 3 hours

More information

Review of Econometrics

Review of Econometrics Review of Econometrics Zheng Tian June 5th, 2017 1 The Essence of the OLS Estimation Multiple regression model involves the models as follows Y i = β 0 + β 1 X 1i + β 2 X 2i + + β k X ki + u i, i = 1,...,

More information

Econometrics Honor s Exam Review Session. Spring 2012 Eunice Han

Econometrics Honor s Exam Review Session. Spring 2012 Eunice Han Econometrics Honor s Exam Review Session Spring 2012 Eunice Han Topics 1. OLS The Assumptions Omitted Variable Bias Conditional Mean Independence Hypothesis Testing and Confidence Intervals Homoskedasticity

More information

ECONOMETRICS HONOR S EXAM REVIEW SESSION

ECONOMETRICS HONOR S EXAM REVIEW SESSION ECONOMETRICS HONOR S EXAM REVIEW SESSION Eunice Han ehan@fas.harvard.edu March 26 th, 2013 Harvard University Information 2 Exam: April 3 rd 3-6pm @ Emerson 105 Bring a calculator and extra pens. Notes

More information

Ec1123 Section 7 Instrumental Variables

Ec1123 Section 7 Instrumental Variables Ec1123 Section 7 Instrumental Variables Andrea Passalacqua Harvard University andreapassalacqua@g.harvard.edu November 16th, 2017 Andrea Passalacqua (Harvard) Ec1123 Section 7 Instrumental Variables November

More information

WISE International Masters

WISE International Masters WISE International Masters ECONOMETRICS Instructor: Brett Graham INSTRUCTIONS TO STUDENTS 1 The time allowed for this examination paper is 2 hours. 2 This examination paper contains 32 questions. You are

More information

Instrumental Variables and the Problem of Endogeneity

Instrumental Variables and the Problem of Endogeneity Instrumental Variables and the Problem of Endogeneity September 15, 2015 1 / 38 Exogeneity: Important Assumption of OLS In a standard OLS framework, y = xβ + ɛ (1) and for unbiasedness we need E[x ɛ] =

More information

Write your identification number on each paper and cover sheet (the number stated in the upper right hand corner on your exam cover).

Write your identification number on each paper and cover sheet (the number stated in the upper right hand corner on your exam cover). STOCKHOLM UNIVERSITY Department of Economics Course name: Empirical Methods in Economics 2 Course code: EC2402 Examiner: Peter Skogman Thoursie Number of credits: 7,5 credits (hp) Date of exam: Saturday,

More information

Assessing Studies Based on Multiple Regression

Assessing Studies Based on Multiple Regression Assessing Studies Based on Multiple Regression Outline 1. Internal and External Validity 2. Threats to Internal Validity a. Omitted variable bias b. Functional form misspecification c. Errors-in-variables

More information

Applied Statistics and Econometrics

Applied Statistics and Econometrics Applied Statistics and Econometrics Lecture 6 Saul Lach September 2017 Saul Lach () Applied Statistics and Econometrics September 2017 1 / 53 Outline of Lecture 6 1 Omitted variable bias (SW 6.1) 2 Multiple

More information

Introduction to Econometrics

Introduction to Econometrics Introduction to Econometrics T H I R D E D I T I O N Global Edition James H. Stock Harvard University Mark W. Watson Princeton University Boston Columbus Indianapolis New York San Francisco Upper Saddle

More information

Recent Advances in the Field of Trade Theory and Policy Analysis Using Micro-Level Data

Recent Advances in the Field of Trade Theory and Policy Analysis Using Micro-Level Data Recent Advances in the Field of Trade Theory and Policy Analysis Using Micro-Level Data July 2012 Bangkok, Thailand Cosimo Beverelli (World Trade Organization) 1 Content a) Endogeneity b) Instrumental

More information

Lecture: Simultaneous Equation Model (Wooldridge s Book Chapter 16)

Lecture: Simultaneous Equation Model (Wooldridge s Book Chapter 16) Lecture: Simultaneous Equation Model (Wooldridge s Book Chapter 16) 1 2 Model Consider a system of two regressions y 1 = β 1 y 2 + u 1 (1) y 2 = β 2 y 1 + u 2 (2) This is a simultaneous equation model

More information

Simultaneous Equation Models Learning Objectives Introduction Introduction (2) Introduction (3) Solving the Model structural equations

Simultaneous Equation Models Learning Objectives Introduction Introduction (2) Introduction (3) Solving the Model structural equations Simultaneous Equation Models. Introduction: basic definitions 2. Consequences of ignoring simultaneity 3. The identification problem 4. Estimation of simultaneous equation models 5. Example: IS LM model

More information

MULTIPLE REGRESSION AND ISSUES IN REGRESSION ANALYSIS

MULTIPLE REGRESSION AND ISSUES IN REGRESSION ANALYSIS MULTIPLE REGRESSION AND ISSUES IN REGRESSION ANALYSIS Page 1 MSR = Mean Regression Sum of Squares MSE = Mean Squared Error RSS = Regression Sum of Squares SSE = Sum of Squared Errors/Residuals α = Level

More information

Applied Econometrics (MSc.) Lecture 3 Instrumental Variables

Applied Econometrics (MSc.) Lecture 3 Instrumental Variables Applied Econometrics (MSc.) Lecture 3 Instrumental Variables Estimation - Theory Department of Economics University of Gothenburg December 4, 2014 1/28 Why IV estimation? So far, in OLS, we assumed independence.

More information

Dealing With Endogeneity

Dealing With Endogeneity Dealing With Endogeneity Junhui Qian December 22, 2014 Outline Introduction Instrumental Variable Instrumental Variable Estimation Two-Stage Least Square Estimation Panel Data Endogeneity in Econometrics

More information

Warwick Economics Summer School Topics in Microeconometrics Instrumental Variables Estimation

Warwick Economics Summer School Topics in Microeconometrics Instrumental Variables Estimation Warwick Economics Summer School Topics in Microeconometrics Instrumental Variables Estimation Michele Aquaro University of Warwick This version: July 21, 2016 1 / 31 Reading material Textbook: Introductory

More information

IV Estimation and its Limitations: Weak Instruments and Weakly Endogeneous Regressors

IV Estimation and its Limitations: Weak Instruments and Weakly Endogeneous Regressors IV Estimation and its Limitations: Weak Instruments and Weakly Endogeneous Regressors Laura Mayoral IAE, Barcelona GSE and University of Gothenburg Gothenburg, May 2015 Roadmap of the course Introduction.

More information

Homoskedasticity. Var (u X) = σ 2. (23)

Homoskedasticity. Var (u X) = σ 2. (23) Homoskedasticity How big is the difference between the OLS estimator and the true parameter? To answer this question, we make an additional assumption called homoskedasticity: Var (u X) = σ 2. (23) This

More information

Econometrics Summary Algebraic and Statistical Preliminaries

Econometrics Summary Algebraic and Statistical Preliminaries Econometrics Summary Algebraic and Statistical Preliminaries Elasticity: The point elasticity of Y with respect to L is given by α = ( Y/ L)/(Y/L). The arc elasticity is given by ( Y/ L)/(Y/L), when L

More information

10. Time series regression and forecasting

10. Time series regression and forecasting 10. Time series regression and forecasting Key feature of this section: Analysis of data on a single entity observed at multiple points in time (time series data) Typical research questions: What is the

More information

Econometrics. Week 4. Fall Institute of Economic Studies Faculty of Social Sciences Charles University in Prague

Econometrics. Week 4. Fall Institute of Economic Studies Faculty of Social Sciences Charles University in Prague Econometrics Week 4 Institute of Economic Studies Faculty of Social Sciences Charles University in Prague Fall 2012 1 / 23 Recommended Reading For the today Serial correlation and heteroskedasticity in

More information

ECO375 Tutorial 8 Instrumental Variables

ECO375 Tutorial 8 Instrumental Variables ECO375 Tutorial 8 Instrumental Variables Matt Tudball University of Toronto Mississauga November 16, 2017 Matt Tudball (University of Toronto) ECO375H5 November 16, 2017 1 / 22 Review: Endogeneity Instrumental

More information

Econ 1123: Section 5. Review. Internal Validity. Panel Data. Clustered SE. STATA help for Problem Set 5. Econ 1123: Section 5.

Econ 1123: Section 5. Review. Internal Validity. Panel Data. Clustered SE. STATA help for Problem Set 5. Econ 1123: Section 5. Outline 1 Elena Llaudet 2 3 4 October 6, 2010 5 based on Common Mistakes on P. Set 4 lnftmpop = -.72-2.84 higdppc -.25 lackpf +.65 higdppc * lackpf 2 lnftmpop = β 0 + β 1 higdppc + β 2 lackpf + β 3 lackpf

More information

Contest Quiz 3. Question Sheet. In this quiz we will review concepts of linear regression covered in lecture 2.

Contest Quiz 3. Question Sheet. In this quiz we will review concepts of linear regression covered in lecture 2. Updated: November 17, 2011 Lecturer: Thilo Klein Contact: tk375@cam.ac.uk Contest Quiz 3 Question Sheet In this quiz we will review concepts of linear regression covered in lecture 2. NOTE: Please round

More information

11. Simultaneous-Equation Models

11. Simultaneous-Equation Models 11. Simultaneous-Equation Models Up to now: Estimation and inference in single-equation models Now: Modeling and estimation of a system of equations 328 Example: [I] Analysis of the impact of advertisement

More information

Motivation for multiple regression

Motivation for multiple regression Motivation for multiple regression 1. Simple regression puts all factors other than X in u, and treats them as unobserved. Effectively the simple regression does not account for other factors. 2. The slope

More information

4 Instrumental Variables Single endogenous variable One continuous instrument. 2

4 Instrumental Variables Single endogenous variable One continuous instrument. 2 Econ 495 - Econometric Review 1 Contents 4 Instrumental Variables 2 4.1 Single endogenous variable One continuous instrument. 2 4.2 Single endogenous variable more than one continuous instrument..........................

More information

ECON Introductory Econometrics. Lecture 7: OLS with Multiple Regressors Hypotheses tests

ECON Introductory Econometrics. Lecture 7: OLS with Multiple Regressors Hypotheses tests ECON4150 - Introductory Econometrics Lecture 7: OLS with Multiple Regressors Hypotheses tests Monique de Haan (moniqued@econ.uio.no) Stock and Watson Chapter 7 Lecture outline 2 Hypothesis test for single

More information

IV Estimation and its Limitations: Weak Instruments and Weakly Endogeneous Regressors

IV Estimation and its Limitations: Weak Instruments and Weakly Endogeneous Regressors IV Estimation and its Limitations: Weak Instruments and Weakly Endogeneous Regressors Laura Mayoral IAE, Barcelona GSE and University of Gothenburg Gothenburg, May 2015 Roadmap Deviations from the standard

More information

EMERGING MARKETS - Lecture 2: Methodology refresher

EMERGING MARKETS - Lecture 2: Methodology refresher EMERGING MARKETS - Lecture 2: Methodology refresher Maria Perrotta April 4, 2013 SITE http://www.hhs.se/site/pages/default.aspx My contact: maria.perrotta@hhs.se Aim of this class There are many different

More information

Lecture 4: Heteroskedasticity

Lecture 4: Heteroskedasticity Lecture 4: Heteroskedasticity Econometric Methods Warsaw School of Economics (4) Heteroskedasticity 1 / 24 Outline 1 What is heteroskedasticity? 2 Testing for heteroskedasticity White Goldfeld-Quandt Breusch-Pagan

More information

WISE International Masters

WISE International Masters WISE International Masters ECONOMETRICS Instructor: Brett Graham INSTRUCTIONS TO STUDENTS 1 The time allowed for this examination paper is 2 hours. 2 This examination paper contains 32 questions. You are

More information

4 Instrumental Variables Single endogenous variable One continuous instrument. 2

4 Instrumental Variables Single endogenous variable One continuous instrument. 2 Econ 495 - Econometric Review 1 Contents 4 Instrumental Variables 2 4.1 Single endogenous variable One continuous instrument. 2 4.2 Single endogenous variable more than one continuous instrument..........................

More information

Reliability of inference (1 of 2 lectures)

Reliability of inference (1 of 2 lectures) Reliability of inference (1 of 2 lectures) Ragnar Nymoen University of Oslo 5 March 2013 1 / 19 This lecture (#13 and 14): I The optimality of the OLS estimators and tests depend on the assumptions of

More information

Specification testing in panel data models estimated by fixed effects with instrumental variables

Specification testing in panel data models estimated by fixed effects with instrumental variables Specification testing in panel data models estimated by fixed effects wh instrumental variables Carrie Falls Department of Economics Michigan State Universy Abstract I show that a handful of the regressions

More information

Multivariate Regression Analysis

Multivariate Regression Analysis Matrices and vectors The model from the sample is: Y = Xβ +u with n individuals, l response variable, k regressors Y is a n 1 vector or a n l matrix with the notation Y T = (y 1,y 2,...,y n ) 1 x 11 x

More information

Econometrics - 30C00200

Econometrics - 30C00200 Econometrics - 30C00200 Lecture 11: Heteroskedasticity Antti Saastamoinen VATT Institute for Economic Research Fall 2015 30C00200 Lecture 11: Heteroskedasticity 12.10.2015 Aalto University School of Business

More information

Economics 241B Estimation with Instruments

Economics 241B Estimation with Instruments Economics 241B Estimation with Instruments Measurement Error Measurement error is de ned as the error resulting from the measurement of a variable. At some level, every variable is measured with error.

More information

The Simple Linear Regression Model

The Simple Linear Regression Model The Simple Linear Regression Model Lesson 3 Ryan Safner 1 1 Department of Economics Hood College ECON 480 - Econometrics Fall 2017 Ryan Safner (Hood College) ECON 480 - Lesson 3 Fall 2017 1 / 77 Bivariate

More information

Lecture 8: Instrumental Variables Estimation

Lecture 8: Instrumental Variables Estimation Lecture Notes on Advanced Econometrics Lecture 8: Instrumental Variables Estimation Endogenous Variables Consider a population model: y α y + β + β x + β x +... + β x + u i i i i k ik i Takashi Yamano

More information

Wooldridge, Introductory Econometrics, 4th ed. Chapter 15: Instrumental variables and two stage least squares

Wooldridge, Introductory Econometrics, 4th ed. Chapter 15: Instrumental variables and two stage least squares Wooldridge, Introductory Econometrics, 4th ed. Chapter 15: Instrumental variables and two stage least squares Many economic models involve endogeneity: that is, a theoretical relationship does not fit

More information

Econometrics I Lecture 3: The Simple Linear Regression Model

Econometrics I Lecture 3: The Simple Linear Regression Model Econometrics I Lecture 3: The Simple Linear Regression Model Mohammad Vesal Graduate School of Management and Economics Sharif University of Technology 44716 Fall 1397 1 / 32 Outline Introduction Estimating

More information

Multiple Regression Analysis: Heteroskedasticity

Multiple Regression Analysis: Heteroskedasticity Multiple Regression Analysis: Heteroskedasticity y = β 0 + β 1 x 1 + β x +... β k x k + u Read chapter 8. EE45 -Chaiyuth Punyasavatsut 1 topics 8.1 Heteroskedasticity and OLS 8. Robust estimation 8.3 Testing

More information

An Introduction to Econometrics. A Self-contained Approach. Frank Westhoff. The MIT Press Cambridge, Massachusetts London, England

An Introduction to Econometrics. A Self-contained Approach. Frank Westhoff. The MIT Press Cambridge, Massachusetts London, England An Introduction to Econometrics A Self-contained Approach Frank Westhoff The MIT Press Cambridge, Massachusetts London, England How to Use This Book xvii 1 Descriptive Statistics 1 Chapter 1 Prep Questions

More information

Instrumental Variables Estimation in Stata

Instrumental Variables Estimation in Stata Christopher F Baum 1 Faculty Micro Resource Center Boston College March 2007 1 Thanks to Austin Nichols for the use of his material on weak instruments and Mark Schaffer for helpful comments. The standard

More information

Linear Models in Econometrics

Linear Models in Econometrics Linear Models in Econometrics Nicky Grant At the most fundamental level econometrics is the development of statistical techniques suited primarily to answering economic questions and testing economic theories.

More information

Chapter 2: simple regression model

Chapter 2: simple regression model Chapter 2: simple regression model Goal: understand how to estimate and more importantly interpret the simple regression Reading: chapter 2 of the textbook Advice: this chapter is foundation of econometrics.

More information

LECTURE 10. Introduction to Econometrics. Multicollinearity & Heteroskedasticity

LECTURE 10. Introduction to Econometrics. Multicollinearity & Heteroskedasticity LECTURE 10 Introduction to Econometrics Multicollinearity & Heteroskedasticity November 22, 2016 1 / 23 ON PREVIOUS LECTURES We discussed the specification of a regression equation Specification consists

More information

Linear Regression with Multiple Regressors

Linear Regression with Multiple Regressors Linear Regression with Multiple Regressors (SW Chapter 6) Outline 1. Omitted variable bias 2. Causality and regression analysis 3. Multiple regression and OLS 4. Measures of fit 5. Sampling distribution

More information

Introduction to Econometrics. Multiple Regression (2016/2017)

Introduction to Econometrics. Multiple Regression (2016/2017) Introduction to Econometrics STAT-S-301 Multiple Regression (016/017) Lecturer: Yves Dominicy Teaching Assistant: Elise Petit 1 OLS estimate of the TS/STR relation: OLS estimate of the Test Score/STR relation:

More information

Lecture notes to Stock and Watson chapter 12

Lecture notes to Stock and Watson chapter 12 Lecture notes to Stock and Watson chapter 12 Instrument variable regression Tore Schweder October 2008 TS () LN10 21/10 1 / 16 Outline Do SW: 11.6 Exogenous and endogenous regressors The problem of estimating

More information

Identification through Heteroscedasticity: What If We Have the Wrong Form of Heteroscedasticity?

Identification through Heteroscedasticity: What If We Have the Wrong Form of Heteroscedasticity? MPRA Munich Personal RePEc Archive Identification through Heteroscedasticity: What If We Have the Wrong Form of Heteroscedasticity? Tak Wai Chau The Chinese University of Hong Kong, Shanghai University

More information

Mgmt 469. Causality and Identification

Mgmt 469. Causality and Identification Mgmt 469 Causality and Identification As you have learned by now, a key issue in empirical research is identifying the direction of causality in the relationship between two variables. This problem often

More information

FinQuiz Notes

FinQuiz Notes Reading 10 Multiple Regression and Issues in Regression Analysis 2. MULTIPLE LINEAR REGRESSION Multiple linear regression is a method used to model the linear relationship between a dependent variable

More information

Applied Quantitative Methods II

Applied Quantitative Methods II Applied Quantitative Methods II Lecture 4: OLS and Statistics revision Klára Kaĺıšková Klára Kaĺıšková AQM II - Lecture 4 VŠE, SS 2016/17 1 / 68 Outline 1 Econometric analysis Properties of an estimator

More information

Introduction to Econometrics. Heteroskedasticity

Introduction to Econometrics. Heteroskedasticity Introduction to Econometrics Introduction Heteroskedasticity When the variance of the errors changes across segments of the population, where the segments are determined by different values for the explanatory

More information

Econ Spring 2016 Section 9

Econ Spring 2016 Section 9 Econ 140 - Spring 2016 Section 9 GSI: Fenella Carpena March 31, 2016 1 Assessing Studies Based on Multiple Regression 1.1 Internal Validity Threat to Examples/Cases Internal Validity OVB Example: wages

More information

ECON3150/4150 Spring 2015

ECON3150/4150 Spring 2015 ECON3150/4150 Spring 2015 Lecture 3&4 - The linear regression model Siv-Elisabeth Skjelbred University of Oslo January 29, 2015 1 / 67 Chapter 4 in S&W Section 17.1 in S&W (extended OLS assumptions) 2

More information

Linear Regression with Multiple Regressors

Linear Regression with Multiple Regressors Linear Regression with Multiple Regressors (SW Chapter 6) Outline 1. Omitted variable bias 2. Causality and regression analysis 3. Multiple regression and OLS 4. Measures of fit 5. Sampling distribution

More information

Linear Regression with one Regressor

Linear Regression with one Regressor 1 Linear Regression with one Regressor Covering Chapters 4.1 and 4.2. We ve seen the California test score data before. Now we will try to estimate the marginal effect of STR on SCORE. To motivate these

More information

Final Exam. Economics 835: Econometrics. Fall 2010

Final Exam. Economics 835: Econometrics. Fall 2010 Final Exam Economics 835: Econometrics Fall 2010 Please answer the question I ask - no more and no less - and remember that the correct answer is often short and simple. 1 Some short questions a) For each

More information

Chapter 8 Heteroskedasticity

Chapter 8 Heteroskedasticity Chapter 8 Walter R. Paczkowski Rutgers University Page 1 Chapter Contents 8.1 The Nature of 8. Detecting 8.3 -Consistent Standard Errors 8.4 Generalized Least Squares: Known Form of Variance 8.5 Generalized

More information

ECON Introductory Econometrics. Lecture 17: Experiments

ECON Introductory Econometrics. Lecture 17: Experiments ECON4150 - Introductory Econometrics Lecture 17: Experiments Monique de Haan (moniqued@econ.uio.no) Stock and Watson Chapter 13 Lecture outline 2 Why study experiments? The potential outcome framework.

More information

Birkbeck Working Papers in Economics & Finance

Birkbeck Working Papers in Economics & Finance ISSN 1745-8587 Birkbeck Working Papers in Economics & Finance Department of Economics, Mathematics and Statistics BWPEF 1809 A Note on Specification Testing in Some Structural Regression Models Walter

More information

Asymptotic Properties and simulation in gretl

Asymptotic Properties and simulation in gretl Asymptotic Properties and simulation in gretl Quantitative Microeconomics R. Mora Department of Economics Universidad Carlos III de Madrid Outline 1 Asymptotic Results for OLS 2 3 4 5 Classical Assumptions

More information

ECON 4160, Spring term 2015 Lecture 7

ECON 4160, Spring term 2015 Lecture 7 ECON 4160, Spring term 2015 Lecture 7 Identification and estimation of SEMs (Part 1) Ragnar Nymoen Department of Economics 8 Oct 2015 1 / 55 HN Ch 15 References to Davidson and MacKinnon, Ch 8.1-8.5 Ch

More information

Heteroskedasticity. Part VII. Heteroskedasticity

Heteroskedasticity. Part VII. Heteroskedasticity Part VII Heteroskedasticity As of Oct 15, 2015 1 Heteroskedasticity Consequences Heteroskedasticity-robust inference Testing for Heteroskedasticity Weighted Least Squares (WLS) Feasible generalized Least

More information

ECON Introductory Econometrics. Lecture 6: OLS with Multiple Regressors

ECON Introductory Econometrics. Lecture 6: OLS with Multiple Regressors ECON4150 - Introductory Econometrics Lecture 6: OLS with Multiple Regressors Monique de Haan (moniqued@econ.uio.no) Stock and Watson Chapter 6 Lecture outline 2 Violation of first Least Squares assumption

More information

Hypothesis testing Goodness of fit Multicollinearity Prediction. Applied Statistics. Lecturer: Serena Arima

Hypothesis testing Goodness of fit Multicollinearity Prediction. Applied Statistics. Lecturer: Serena Arima Applied Statistics Lecturer: Serena Arima Hypothesis testing for the linear model Under the Gauss-Markov assumptions and the normality of the error terms, we saw that β N(β, σ 2 (X X ) 1 ) and hence s

More information

Essential of Simple regression

Essential of Simple regression Essential of Simple regression We use simple regression when we are interested in the relationship between two variables (e.g., x is class size, and y is student s GPA). For simplicity we assume the relationship

More information

Introduction to Econometrics. Multiple Regression

Introduction to Econometrics. Multiple Regression Introduction to Econometrics The statistical analysis of economic (and related) data STATS301 Multiple Regression Titulaire: Christopher Bruffaerts Assistant: Lorenzo Ricci 1 OLS estimate of the TS/STR

More information

CHAPTER 6: SPECIFICATION VARIABLES

CHAPTER 6: SPECIFICATION VARIABLES Recall, we had the following six assumptions required for the Gauss-Markov Theorem: 1. The regression model is linear, correctly specified, and has an additive error term. 2. The error term has a zero

More information

ECNS 561 Multiple Regression Analysis

ECNS 561 Multiple Regression Analysis ECNS 561 Multiple Regression Analysis Model with Two Independent Variables Consider the following model Crime i = β 0 + β 1 Educ i + β 2 [what else would we like to control for?] + ε i Here, we are taking

More information

Instrumental variables estimation using heteroskedasticity-based instruments

Instrumental variables estimation using heteroskedasticity-based instruments Instrumental variables estimation using heteroskedasticity-based instruments Christopher F Baum, Arthur Lewbel, Mark E Schaffer, Oleksandr Talavera Boston College/DIW Berlin, Boston College, Heriot Watt

More information

7. Integrated Processes

7. Integrated Processes 7. Integrated Processes Up to now: Analysis of stationary processes (stationary ARMA(p, q) processes) Problem: Many economic time series exhibit non-stationary patterns over time 226 Example: We consider

More information

Introductory Econometrics

Introductory Econometrics Based on the textbook by Wooldridge: : A Modern Approach Robert M. Kunst robert.kunst@univie.ac.at University of Vienna and Institute for Advanced Studies Vienna November 23, 2013 Outline Introduction

More information

Econometrics Homework 4 Solutions

Econometrics Homework 4 Solutions Econometrics Homework 4 Solutions Question 1 (a) General sources of problem: measurement error in regressors, omitted variables that are correlated to the regressors, and simultaneous equation (reverse

More information

Handout 12. Endogeneity & Simultaneous Equation Models

Handout 12. Endogeneity & Simultaneous Equation Models Handout 12. Endogeneity & Simultaneous Equation Models In which you learn about another potential source of endogeneity caused by the simultaneous determination of economic variables, and learn how to

More information

Econ 1123: Section 2. Review. Binary Regressors. Bivariate. Regression. Omitted Variable Bias

Econ 1123: Section 2. Review. Binary Regressors. Bivariate. Regression. Omitted Variable Bias Contact Information Elena Llaudet Sections are voluntary. My office hours are Thursdays 5pm-7pm in Littauer Mezzanine 34-36 (Note room change) You can email me administrative questions to ellaudet@gmail.com.

More information

Chapter 6: Linear Regression With Multiple Regressors

Chapter 6: Linear Regression With Multiple Regressors Chapter 6: Linear Regression With Multiple Regressors 1-1 Outline 1. Omitted variable bias 2. Causality and regression analysis 3. Multiple regression and OLS 4. Measures of fit 5. Sampling distribution

More information

Chapter 14. Simultaneous Equations Models Introduction

Chapter 14. Simultaneous Equations Models Introduction Chapter 14 Simultaneous Equations Models 14.1 Introduction Simultaneous equations models differ from those we have considered in previous chapters because in each model there are two or more dependent

More information

7. Integrated Processes

7. Integrated Processes 7. Integrated Processes Up to now: Analysis of stationary processes (stationary ARMA(p, q) processes) Problem: Many economic time series exhibit non-stationary patterns over time 226 Example: We consider

More information

A Course in Applied Econometrics Lecture 7: Cluster Sampling. Jeff Wooldridge IRP Lectures, UW Madison, August 2008

A Course in Applied Econometrics Lecture 7: Cluster Sampling. Jeff Wooldridge IRP Lectures, UW Madison, August 2008 A Course in Applied Econometrics Lecture 7: Cluster Sampling Jeff Wooldridge IRP Lectures, UW Madison, August 2008 1. The Linear Model with Cluster Effects 2. Estimation with a Small Number of roups and

More information

Answers to End-of-Chapter Review the Concepts Questions

Answers to End-of-Chapter Review the Concepts Questions Introduction to Econometrics (3 rd Updated Edition) by James H. Stock and Mark W. Watson Answers to End-of-Chapter Review the Concepts Questions (This version July 21, 2014) 1 Chapter 1 1.1 The experiment

More information

Econometrics. 7) Endogeneity

Econometrics. 7) Endogeneity 30C00200 Econometrics 7) Endogeneity Timo Kuosmanen Professor, Ph.D. http://nomepre.net/index.php/timokuosmanen Today s topics Common types of endogeneity Simultaneity Omitted variables Measurement errors

More information

Introduction to Econometrics. Assessing Studies Based on Multiple Regression

Introduction to Econometrics. Assessing Studies Based on Multiple Regression Introduction to Econometrics The statistical analysis of economic (and related) data STATS301 Assessing Studies Based on Multiple Regression Titulaire: Christopher Bruffaerts Assistant: Lorenzo Ricci 1

More information

3. Linear Regression With a Single Regressor

3. Linear Regression With a Single Regressor 3. Linear Regression With a Single Regressor Econometrics: (I) Application of statistical methods in empirical research Testing economic theory with real-world data (data analysis) 56 Econometrics: (II)

More information

Financial Econometrics

Financial Econometrics Financial Econometrics Multivariate Time Series Analysis: VAR Gerald P. Dwyer Trinity College, Dublin January 2013 GPD (TCD) VAR 01/13 1 / 25 Structural equations Suppose have simultaneous system for supply

More information

Recent Advances in the Field of Trade Theory and Policy Analysis Using Micro-Level Data

Recent Advances in the Field of Trade Theory and Policy Analysis Using Micro-Level Data Recent Advances in the Field of Trade Theory and Policy Analysis Using Micro-Level Data July 2012 Bangkok, Thailand Cosimo Beverelli (World Trade Organization) 1 Content a) Classical regression model b)

More information