1 Instrumental Variables Estimation and 2SLS

Size: px
Start display at page:

Download "1 Instrumental Variables Estimation and 2SLS"

Transcription

1 1 Instrumental Variables Estimation and 2SLS Consider the following wage equation: log(wage)=β 0 +β 1 educ+β 2 ability+e. We would expect that more able people on average earn more (β 2 > 0), however, ability is difficult to measure directly so it may have to be omitted. Estimating the equation without ability puts the latter in the error term, whichwouldbeacompositeofeandability: log(wage)=β 0 +β 1 educ+u. If educ and ability are uncorrelated we can get an unbiased and consistent estimatorofβ 1 fromols,butiftheyarecorrelated(whichislikely)we willnotgetagoodestimatorofβ 1 fromthismodel. Ingeneral,inthesimplelinearmodel y=β 0 +β 1 x+u, anols-estimatorofβ 1 isderivedfromasampleofnobservationas, n i=1 ˆβ 1 = (x i x)(y i ȳ) n i=1 (x i x) 2, orifwedividethenumeratoranddenominatorbyn, ˆβ 1 = Cov(x,y) Var(x). Now, if we substitute the linear equation for each observation of y the covariance term becomes, this can be re-written as, Cov(x,y)=Cov(x,β 0 +β 1 x+u), Cov(x,β 0 +β 1 x+u)=cov(x,β 0 )+Cov(x,β 1 x)+cov(x,u). Sinceβ 0 isaconstantthefirstcovariancetermontherighthandsideis equaltozero,thesecondequalsβ 1 Cov(x,x)=β 1 Var(x),wecantherefore write,anestimatorofβ 1 isdefinedas: ˆβ 1 = Cov(x,y) Var(x) =β 1 + Cov(x,u) Var(x). ifcov(x,u)=0,itfollowsthat ˆβ 1 =β 1,or ˆβ 1 isunbiased. 1

2 IfCov(x,u) 0,OLSwillnotgiveanunbiasedandconsistentestimator ofβ 1. However,assumethatwehaveanothervariable,z,whichisuncorrelatedwithubutcorrelatedwithx(Cov(z,u)=0,Cov(z,x) 0),itis possibletoestimateβ 1 byusingzinsteadofx.ziscalledaninstrumental variable (IV-variable). In terms of population covariances we can write: Cov(z,y)=β 1 Cov(z,x)+Cov(x,u) Now,ifCov(x,u)=0wecansolveforβ 1 β 1 = Cov(z,y) Cov(z,x). Given a random sample (of size n) we get the following IV-estimator of β 1 : n i=1 ˆβ 1 = (z i z)(y i ȳ) n i=1 (z i z) 2, Inthecaseofthewageequation,aninstrumentalvariableforeducmust be (1) uncorrelated with ability and (2) correlated with education. An example could be mother s education (motheduc) or father s education (fatheduc),butthatcouldbeapooriv-variableifitiscorrelatedwith ability. Another example is the number of siblings(sibs), which usually is(negatively) correlated with education, but probably uncorrelated with ability. 1.1 IV Estimation of the Multiple Regression Model Consider the following model with two explanatory variables: y 1 =β 0 +β 1 y 2 +β 2 z 1 +u 1, here we assume that y 1 and y 2 are both endogenous variables, why z 1 is exogenous. This means that Cov(y 1,u) 0, Cov(y 2,u) 0, but Cov(z,u)=0. For example consider the following wage equation: log(wage)=β 0 +β 1 educ+β 2 exper+u 1, where exper is assumed to be exogenous. As before, we need an IVvariable for educ. Note that exper cannot be used as an instrument for educ since it is itself included in the model, we need another exogenous variable(z 2 )whichdoesnotalreadyappearintheequation. The keyassumptionsare thatz 1 andz 2 bothuncorrelatedwithu 1,and thatz 2 iscorrelatedwithy 2. 2

3 An equation which contains one or more endogenous variables as explanatory variables is called a structural equation, while an equation where the endogenous variables have been replaced by exogenous instruments is called a reduced form equation: 1.2 Two Stage Least Squares y 1 =π 0 +π 1 z 1 +π 2 z 2 +ν 1. Let s go back to the structural equation: y 1 =β 0 +β 1 y 2 +β 2 z 1 +u 1, butsupposethattherearetwoexogenousvariablesexcluded,z 2 andz 3. Ifbothfulfilltherequirementsforproperinstrumentsfory 2 wecoulduse either. However,wewouldhavetwodifferentIV-estimatorsofβ 1. Sinceeachofz 1,z 2 andz 3 areuncorrelatedwithu 1,anylinearcombination ofthemisalsouncorrelatedwithu 1 andwouldbeavalidiv. TofindthebestIV,weshouldchoosethelinearcombinationthatismost highlycorrelatedwithy 2.Thisisgivenbythereducedformequationfor y 2 : y 2 =π 0 +π 1 z 1 +π 2 z 2 +π 3 z 3 +ν 2, wheree(ν 2 )=0,Cov(z 1,ν 2 )=0,Cov(z 2,ν 2 )=0andCov(z 3,ν 2 )=0. ThebestIV fory 2 isthen: y 2=π 0 +π 1 z 1 +π 2 z 2 +π 3 z 3. ForthisIV nottobeperfectlycorrelatedwithz 1 weneedatleastoneof π 2 orπ 3 tobedifferentfromzero: π 2 0orπ 3 0. Thisisthekeyidentificationassumption,onceweassumethatthez i :sare all exogenous. Thestructuralequationisnotidentifiedif π 2 =0andπ 3 =0. Thiscan betestedwithanf-test. (H 0 =π 2 =0andπ 3 =0.) y 2 can be estimated by an OLS regression of y 2 on z 1, z 2 and z 3, and obtain the fitted values: ŷ 2 =ˆπ 0 +ˆπ 1 z 1 +ˆπ 2 z 2 +ˆπ 3 z 3. Withmultipleinstruments,theIV-estimatorusingŷ 2 astheivfory 2,is called the two stage least squares(2sls) estimator. 3

4 As the term indicates the estimator is obtained in two stages, or steps. Firstweobtainedthefittedvalues(ŷ 2 )andthenestimatethestructural model: y 1 =β 0 +β 1 ŷ 2 +β 2 z 1 +u 1. Consider the following wage equation: log(wage)=β 0 +β 1 educ+β 2 exper+β 3 exper 2 +u 1, here we have two exogenous variables and one endogenous(educ) as explantory variables. If we assume that both mother s and father s education (fatheduc)areuncorrelatedwithu 1,bothcanbeusedasinstrumentsfor educ.thereducedformequationforeducisnow: educ = π 0 +π 1 exper+π 2 exper 2 + π 3 motheduc+π 4 fatheduc+ν 2. Identificationrequiresthatπ 3 0orπ 4 0,orboth. 2 Simultaenous Equations Models Consider the following labor supply function: h s =α 1 w+β 1 z 1 +u 1, wherez 1 issomeobservedvariableaffectinglaborsupply; allothersuch factors are included in the error term. The above equation is a structural equation which is derivable from economictheory; thecoefficientα 1 measureshowlaborsuppliedchangesas thewageratechanges(economictheorydoesnotsuggestthesignofα 1, however). If we could run controlled experiments there we held z 1 constant and changedw, we couldestimate α 1. But itis notfeasible toconductsuch experiments in practice, but we must collect actual data over wages, z 1 andh s.ifthelabormarket clears theobservedvaluesofwandh s are equilibrium values. Todescribehowequilibriumwagesandhoursaredeterminedweneedto bringinthedemandforlabor: h d =α 2 w+β 2 z 2 +u 2, herez 2 isavariable whichshiftsthedemandcurve(asdoesu 2,butthe error terms includes unobservable variables). The two equations are two structural equations that describes two different phenomena,buttheyarerelatedinthatthewagerateisdeterminedsuch thath is =h id,whereiisdifferentlabormarketregion. 4

5 Recognizing the relationship between the two equations we now write the following simultaneous equations model(sem): h i = α 1 w i +β 1 z i1 +u i1, h i = α 2 w i +β 2 z i2 +u i2. h i andw i are the two endogenous variables whichare tobe determined bythemodelandz i1 andz i2,arethetwoexogenousvariableswhichare determined outside the model and which are necessary to identify the model. Withoutthemwewillnotknowwhichisthedemandandwhich is the supply equation. Thekeystatisticalassumptionconcerningz i1 andz i2 isthattheyareboth uncorrelatedwiththeerrorsu i1 andu i2,respectively. 2.1 Simultaneity Bias in OLS We now consider a general two-equation structural model: y 1 = α 1 y 2 +β 1 z 1 +u 1 y 2 = α 2 y 1 +β 1 z 2 +u 2 (the intercepts are suppressed for simplicty). Estimating the first equation only will not give us unbiased estimators usingols,becausey 2 isgenerallycorrelatedwithu 1. Toseethissubstitutethesecondequationintothefirst: y 1 = α 1 (α 2 y 1 +β 1 z 2 +u 2 )+β 1 z 1 +u 1 (1 α 1 α 2 )y 1 = β 1 z 1 +α 1 β 1 z 2 +u 1 +α 1 u 2. Ifα 1 α 2 1wecansolvey 1,bydividingeachtermoftheright-handside by(1 α 1 α 2 ). We obtain the following reduced form equation: whereπ 11 = y 1 =π 11 z 1 +π 12 z 2 +ν 1, β 1 (1 α 1α 2),π 12= α1β 1 (1 α 1α 2),andν 1= u1+α1u2 (1 α 1α 2). Thereducedformerrortermisuncorrelatedwithz 1 andz 2,andwecan estimateπ 11 andπ 12 byols. Note that ν 1 is a linear function of u 1 and u 2, therefore y 2 is generally correlatedwithν 1,giventhatα 1 0. Wheny 2 iscorrelatedwithu 1,becauseofsimultaneity,wesaythatOLS suffers from simultaneity bias. 5

6 2.2 Identification in a Two-equation System Consider the following simple two-equation SEM: q = α 1 p+β 1 z 1 +u 1 q = α 2 p+u 2. q is the equilibrium quantity supplied and demanded and p is the equilibriumprice. Assumethatthefirstequationisthesupplyequationandthe second the demand equation. Economictheorysuggeststhatα 1 0andα 2 0,howeverwecanonly identifythedemandequation(estimateα 2 ).z 1 isa supplyshifter and as it shifts it traces out the demand equation. But there is no demand shifter so we cannot identify the supply equation. In order to identify both equations there must be exogenous variables in secondequationwhichdoesnotappearinthefirst,andviceversa. InaSEMwithmorethantwostructuralequations,thenumberofexcluded exogenous variables must be greater than the number of endogenous variables included on the right-hand side of an equation. This is called the rank condition. Considerthemodeloflaborsupplyofmarriedwomen: hours = α 1 log(wage)+β 10 +β 11 educ+β 12 age +β 13 kidslt6+β 14 nwifeinc+u 1. log(wage) = α 2 hours+β 20 +β 21 educ+β 22 exper +β 23 exper 2 +u 1. Here we assume that all variables a part from hours and wage are exogenous(even educ). The first equation is the labor supply equation, it is identifiedbecausetwoexogenousvariablesexper andexper 2 areexcluded. If β 22 = 0 and β 23 = 0, there are no exogenous variable in the second equationthatdonotappearinthefirst;therankconditionisnotsatisfied. Byderivingthereducedformequationofthesystem: log(wage) = π 20 +π 21 educ+π 22 age +π 23 kidslt6 +π 24 nwifeinc+π 25 exper+π 26 exper 2 +ν 2, wecantestwhetherπ 25 0andπ 26 0,byanF-test. The second equation(the wage-offer equation) is identified if at least on ofage,kidslt6,ornwifeinchasanon-zerocoefficient(β 12 0,β 13 0, and/orβ 14 0). 6

7 OnceanequationinageneralSEMhasbeenshowntobeidentifieditcan be estimated by 2SLS. The instruments for a particular equation consists of the exogenous variables appearing anywhere in the system. 7

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

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

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

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

Estimating the return to education for married women mroz.csv: 753 observations and 22 variables

Estimating the return to education for married women mroz.csv: 753 observations and 22 variables Return to education Estimating the return to education for married women mroz.csv: 753 observations and 22 variables 1. inlf =1 if in labor force, 1975 2. hours hours worked, 1975 3. kidslt6 # kids < 6

More information

1. You have data on years of work experience, EXPER, its square, EXPER2, years of education, EDUC, and the log of hourly wages, LWAGE

1. You have data on years of work experience, EXPER, its square, EXPER2, years of education, EDUC, and the log of hourly wages, LWAGE 1. You have data on years of work experience, EXPER, its square, EXPER, years of education, EDUC, and the log of hourly wages, LWAGE You estimate the following regressions: (1) LWAGE =.00 + 0.05*EDUC +

More information

An explanation of Two Stage Least Squares

An explanation of Two Stage Least Squares Introduction Introduction to Econometrics An explanation of Two Stage Least Squares When we get an endogenous variable we know that OLS estimator will be inconsistent. In addition OLS regressors will also

More information

Sample Problems. Note: If you find the following statements true, you should briefly prove them. If you find them false, you should correct them.

Sample Problems. Note: If you find the following statements true, you should briefly prove them. If you find them false, you should correct them. Sample Problems 1. True or False Note: If you find the following statements true, you should briefly prove them. If you find them false, you should correct them. (a) The sample average of estimated residuals

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

IV Estimation WS 2014/15 SS Alexander Spermann. IV Estimation

IV Estimation WS 2014/15 SS Alexander Spermann. IV Estimation SS 2010 WS 2014/15 Alexander Spermann Evaluation With Non-Experimental Approaches Selection on Unobservables Natural Experiment (exogenous variation in a variable) DiD Example: Card/Krueger (1994) Minimum

More information

Instrumental Variables

Instrumental Variables Instrumental Variables Econometrics II R. Mora Department of Economics Universidad Carlos III de Madrid Master in Industrial Organization and Markets Outline 1 2 3 OLS y = β 0 + β 1 x + u, cov(x, u) =

More information

Exercise sheet 6 Models with endogenous explanatory variables

Exercise sheet 6 Models with endogenous explanatory variables Exercise sheet 6 Models with endogenous explanatory variables Note: Some of the exercises include estimations and references to the data files. Use these to compare them to the results you obtained with

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

Topics in Applied Econometrics and Development - Spring 2014

Topics in Applied Econometrics and Development - Spring 2014 Topic 2: Topics in Applied Econometrics and Development - Spring 2014 Single-Equation Linear Model The population model is linear in its parameters: y = β 0 + β 1 x 1 + β 2 x 2 +... + β K x K + u - y,

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

Problem Set # 1. Master in Business and Quantitative Methods

Problem Set # 1. Master in Business and Quantitative Methods Problem Set # 1 Master in Business and Quantitative Methods Contents 0.1 Problems on endogeneity of the regressors........... 2 0.2 Lab exercises on endogeneity of the regressors......... 4 1 0.1 Problems

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

Handout 11: Measurement Error

Handout 11: Measurement Error Handout 11: Measurement Error In which you learn to recognise the consequences for OLS estimation whenever some of the variables you use are not measured as accurately as you might expect. A (potential)

More information

Simultaneous Equations with Error Components. Mike Bronner Marko Ledic Anja Breitwieser

Simultaneous Equations with Error Components. Mike Bronner Marko Ledic Anja Breitwieser Simultaneous Equations with Error Components Mike Bronner Marko Ledic Anja Breitwieser PRESENTATION OUTLINE Part I: - Simultaneous equation models: overview - Empirical example Part II: - Hausman and Taylor

More information

Linear Regression. Junhui Qian. October 27, 2014

Linear Regression. Junhui Qian. October 27, 2014 Linear Regression Junhui Qian October 27, 2014 Outline The Model Estimation Ordinary Least Square Method of Moments Maximum Likelihood Estimation Properties of OLS Estimator Unbiasedness Consistency Efficiency

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

Endogeneity and Instrumental Variables

Endogeneity and Instrumental Variables Endogeneity and Instrumental Variables Ping Yu School of Economics and Finance The University of Hong Kong Ping Yu (HKU) Endogeneity and IV 1 / 44 Endogeneity 1 Endogeneity 2 Instrumental Variables 3 Reduced

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

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

08 Endogenous Right-Hand-Side Variables. Andrius Buteikis,

08 Endogenous Right-Hand-Side Variables. Andrius Buteikis, 08 Endogenous Right-Hand-Side Variables Andrius Buteikis, andrius.buteikis@mif.vu.lt http://web.vu.lt/mif/a.buteikis/ Introduction Consider a simple regression model: Y t = α + βx t + u t Under the classical

More information

Wooldridge, Introductory Econometrics, 3d ed. Chapter 16: Simultaneous equations models. An obvious reason for the endogeneity of explanatory

Wooldridge, Introductory Econometrics, 3d ed. Chapter 16: Simultaneous equations models. An obvious reason for the endogeneity of explanatory Wooldridge, Introductory Econometrics, 3d ed. Chapter 16: Simultaneous equations models An obvious reason for the endogeneity of explanatory variables in a regression model is simultaneity: that is, one

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

Simultaneous Equation Models

Simultaneous Equation Models Simultaneous Equation Models Suppose we are given the model y 1 Y 1 1 X 1 1 u 1 where E X 1 u 1 0 but E Y 1 u 1 0 We can often think of Y 1 (and more, say Y 1 )asbeing determined as part of a system of

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

Exercise Sheet 4 Instrumental Variables and Two Stage Least Squares Estimation

Exercise Sheet 4 Instrumental Variables and Two Stage Least Squares Estimation Exercise Sheet 4 Instrumental Variables and Two Stage Least Squares Estimation ECONOMETRICS I. UC3M 1. [W 15.1] Consider a simple model to estimate the e ect of personal computer (P C) ownership on the

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

The Simple Regression Model. Part II. The Simple Regression Model

The Simple Regression Model. Part II. The Simple Regression Model Part II The Simple Regression Model As of Sep 22, 2015 Definition 1 The Simple Regression Model Definition Estimation of the model, OLS OLS Statistics Algebraic properties Goodness-of-Fit, the R-square

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

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

Economics 113. Simple Regression Assumptions. Simple Regression Derivation. Changing Units of Measurement. Nonlinear effects

Economics 113. Simple Regression Assumptions. Simple Regression Derivation. Changing Units of Measurement. Nonlinear effects Economics 113 Simple Regression Models Simple Regression Assumptions Simple Regression Derivation Changing Units of Measurement Nonlinear effects OLS and unbiased estimates Variance of the OLS estimates

More information

4.8 Instrumental Variables

4.8 Instrumental Variables 4.8. INSTRUMENTAL VARIABLES 35 4.8 Instrumental Variables A major complication that is emphasized in microeconometrics is the possibility of inconsistent parameter estimation due to endogenous regressors.

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

Econometrics. Final Exam. 27thofJune,2008. Timeforcompletion: 2h30min

Econometrics. Final Exam. 27thofJune,2008. Timeforcompletion: 2h30min Econometrics Final Exam 27thofJune,2008 João Valle e Azevedo António José Morgado Tiago Silva Vieira Timeforcompletion: 2h30min Give your answers in the space provided. Usedraftpapertoplanyouranswersbeforewritingthemontheexampaper.

More information

Econometrics I Lecture 7: Dummy Variables

Econometrics I Lecture 7: Dummy Variables Econometrics I Lecture 7: Dummy Variables Mohammad Vesal Graduate School of Management and Economics Sharif University of Technology 44716 Fall 1397 1 / 27 Introduction Dummy variable: d i is a dummy variable

More information

Intermediate Econometrics

Intermediate Econometrics Intermediate Econometrics Markus Haas LMU München Summer term 2011 15. Mai 2011 The Simple Linear Regression Model Considering variables x and y in a specific population (e.g., years of education and wage

More information

Lecture 9: Panel Data Model (Chapter 14, Wooldridge Textbook)

Lecture 9: Panel Data Model (Chapter 14, Wooldridge Textbook) Lecture 9: Panel Data Model (Chapter 14, Wooldridge Textbook) 1 2 Panel Data Panel data is obtained by observing the same person, firm, county, etc over several periods. Unlike the pooled cross sections,

More information

Rockefeller College University at Albany

Rockefeller College University at Albany Rockefeller College University at Albany PAD 705 Handout: Simultaneous quations and Two-Stage Least Squares So far, we have studied examples where the causal relationship is quite clear: the value of the

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

Lecture 14. More on using dummy variables (deal with seasonality)

Lecture 14. More on using dummy variables (deal with seasonality) Lecture 14. More on using dummy variables (deal with seasonality) More things to worry about: measurement error in variables (can lead to bias in OLS (endogeneity) ) Have seen that dummy variables are

More information

Econometrics I KS. Module 2: Multivariate Linear Regression. Alexander Ahammer. This version: April 16, 2018

Econometrics I KS. Module 2: Multivariate Linear Regression. Alexander Ahammer. This version: April 16, 2018 Econometrics I KS Module 2: Multivariate Linear Regression Alexander Ahammer Department of Economics Johannes Kepler University of Linz This version: April 16, 2018 Alexander Ahammer (JKU) Module 2: Multivariate

More information

Multiple Regression Analysis. Part III. Multiple Regression Analysis

Multiple Regression Analysis. Part III. Multiple Regression Analysis Part III Multiple Regression Analysis As of Sep 26, 2017 1 Multiple Regression Analysis Estimation Matrix form Goodness-of-Fit R-square Adjusted R-square Expected values of the OLS estimators Irrelevant

More information

Ecmt 675: Econometrics I

Ecmt 675: Econometrics I Ecmt 675: Econometrics I Assignment 7 Problem 1 a. reg hours lwage educ age kidslt6 kidsge6 nwifeinc, r Linear regression Number of obs = 428 F( 6, 421) = 3.93 Prob > F = 0.0008 R-squared = 0.0670 Root

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

Advanced Quantitative Methods: ordinary least squares

Advanced Quantitative Methods: ordinary least squares Advanced Quantitative Methods: Ordinary Least Squares University College Dublin 31 January 2012 1 2 3 4 5 Terminology y is the dependent variable referred to also (by Greene) as a regressand X are the

More information

Statistical Inference. Part IV. Statistical Inference

Statistical Inference. Part IV. Statistical Inference Part IV Statistical Inference As of Oct 5, 2017 Sampling Distributions of the OLS Estimator 1 Statistical Inference Sampling Distributions of the OLS Estimator Testing Against One-Sided Alternatives Two-Sided

More information

Econometrics Problem Set 4

Econometrics Problem Set 4 Econometrics Problem Set 4 WISE, Xiamen University Spring 2016-17 Conceptual Questions 1. This question refers to the estimated regressions in shown in Table 1 computed using data for 1988 from the CPS.

More information

14.32 Final : Spring 2001

14.32 Final : Spring 2001 14.32 Final : Spring 2001 Please read the entire exam before you begin. You have 3 hours. No books or notes should be used. Calculators are allowed. There are 105 points. Good luck! A. True/False/Sometimes

More information

Problem Set #6: OLS. Economics 835: Econometrics. Fall 2012

Problem Set #6: OLS. Economics 835: Econometrics. Fall 2012 Problem Set #6: OLS Economics 835: Econometrics Fall 202 A preliminary result Suppose we have a random sample of size n on the scalar random variables (x, y) with finite means, variances, and covariance.

More information

ECO 310: Empirical Industrial Organization Lecture 2 - Estimation of Demand and Supply

ECO 310: Empirical Industrial Organization Lecture 2 - Estimation of Demand and Supply ECO 310: Empirical Industrial Organization Lecture 2 - Estimation of Demand and Supply Dimitri Dimitropoulos Fall 2014 UToronto 1 / 55 References RW Section 3. Wooldridge, J. (2008). Introductory Econometrics:

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, 2016-17 Academic Year Exam Version: A INSTRUCTIONS TO STUDENTS 1 The time allowed for this examination paper is 2 hours. 2 This

More information

Econ 583 Final Exam Fall 2008

Econ 583 Final Exam Fall 2008 Econ 583 Final Exam Fall 2008 Eric Zivot December 11, 2008 Exam is due at 9:00 am in my office on Friday, December 12. 1 Maximum Likelihood Estimation and Asymptotic Theory Let X 1,...,X n be iid random

More information

Applied Econometrics (QEM)

Applied Econometrics (QEM) Applied Econometrics (QEM) based on Prinicples of Econometrics Jakub Mućk Department of Quantitative Economics Jakub Mućk Applied Econometrics (QEM) Meeting #3 1 / 42 Outline 1 2 3 t-test P-value Linear

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

Using Instrumental Variables to Find Causal Effects in Public Health

Using Instrumental Variables to Find Causal Effects in Public Health 1 Using Instrumental Variables to Find Causal Effects in Public Health Antonio Trujillo, PhD John Hopkins Bloomberg School of Public Health Department of International Health Health Systems Program October

More information

Econ 300/QAC 201: Quantitative Methods in Economics/Applied Data Analysis. 18th Class 7/2/10

Econ 300/QAC 201: Quantitative Methods in Economics/Applied Data Analysis. 18th Class 7/2/10 Econ 300/QAC 201: Quantitative Methods in Economics/Applied Data Analysis 18th Class 7/2/10 Out of the air a voice without a face Proved by statistics that some cause was just In tones as dry and level

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

Single-Equation GMM: Endogeneity Bias

Single-Equation GMM: Endogeneity Bias Single-Equation GMM: Lecture for Economics 241B Douglas G. Steigerwald UC Santa Barbara January 2012 Initial Question Initial Question How valuable is investment in college education? economics - measure

More information

Intermediate Econometrics

Intermediate Econometrics Intermediate Econometrics Heteroskedasticity Text: Wooldridge, 8 July 17, 2011 Heteroskedasticity Assumption of homoskedasticity, Var(u i x i1,..., x ik ) = E(u 2 i x i1,..., x ik ) = σ 2. That is, the

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

The general linear regression with k explanatory variables is just an extension of the simple regression as follows

The general linear regression with k explanatory variables is just an extension of the simple regression as follows 3. Multiple Regression Analysis The general linear regression with k explanatory variables is just an extension of the simple regression as follows (1) y i = β 0 + β 1 x i1 + + β k x ik + u i. Because

More information

Model Specification and Data Problems. Part VIII

Model Specification and Data Problems. Part VIII Part VIII Model Specification and Data Problems As of Oct 24, 2017 1 Model Specification and Data Problems RESET test Non-nested alternatives Outliers A functional form misspecification generally means

More information

ECONOMETRICS FIELD EXAM Michigan State University May 9, 2008

ECONOMETRICS FIELD EXAM Michigan State University May 9, 2008 ECONOMETRICS FIELD EXAM Michigan State University May 9, 2008 Instructions: Answer all four (4) questions. Point totals for each question are given in parenthesis; there are 00 points possible. Within

More information

Instrumental Variables

Instrumental Variables Università di Pavia 2010 Instrumental Variables Eduardo Rossi Exogeneity Exogeneity Assumption: the explanatory variables which form the columns of X are exogenous. It implies that any randomness in the

More information

Instrumental Variables

Instrumental Variables Instrumental Variables Department of Economics University of Wisconsin-Madison September 27, 2016 Treatment Effects Throughout the course we will focus on the Treatment Effect Model For now take that to

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

Applied Health Economics (for B.Sc.)

Applied Health Economics (for B.Sc.) Applied Health Economics (for B.Sc.) Helmut Farbmacher Department of Economics University of Mannheim Autumn Semester 2017 Outlook 1 Linear models (OLS, Omitted variables, 2SLS) 2 Limited and qualitative

More information

Econometrics of causal inference. Throughout, we consider the simplest case of a linear outcome equation, and homogeneous

Econometrics of causal inference. Throughout, we consider the simplest case of a linear outcome equation, and homogeneous Econometrics of causal inference Throughout, we consider the simplest case of a linear outcome equation, and homogeneous effects: y = βx + ɛ (1) where y is some outcome, x is an explanatory variable, and

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, 2016-17 Academic Year Exam Version: A INSTRUCTIONS TO STUDENTS 1 The time allowed for this examination paper is 2 hours. 2 This

More information

Introduction to Estimation Methods for Time Series models. Lecture 1

Introduction to Estimation Methods for Time Series models. Lecture 1 Introduction to Estimation Methods for Time Series models Lecture 1 Fulvio Corsi SNS Pisa Fulvio Corsi Introduction to Estimation () Methods for Time Series models Lecture 1 SNS Pisa 1 / 19 Estimation

More information

5.2. a. Unobserved factors that tend to make an individual healthier also tend

5.2. a. Unobserved factors that tend to make an individual healthier also tend SOLUTIONS TO CHAPTER 5 PROBLEMS ^ ^ ^ ^ 5.1. Define x _ (z,y ) and x _ v, and let B _ (B,r ) be OLS estimator 1 1 1 1 ^ ^ ^ ^ from (5.5), where B = (D,a ). Using the hint, B can also be obtained by 1 1

More information

Problem set - Selection and Diff-in-Diff

Problem set - Selection and Diff-in-Diff Problem set - Selection and Diff-in-Diff 1. You want to model the wage equation for women You consider estimating the model: ln wage = α + β 1 educ + β 2 exper + β 3 exper 2 + ɛ (1) Read the data into

More information

Multiple Linear Regression CIVL 7012/8012

Multiple Linear Regression CIVL 7012/8012 Multiple Linear Regression CIVL 7012/8012 2 Multiple Regression Analysis (MLR) Allows us to explicitly control for many factors those simultaneously affect the dependent variable This is important for

More information

SIMULTANEOUS EQUATION MODEL

SIMULTANEOUS EQUATION MODEL SIMULTANEOUS EQUATION MODEL ONE Equation Model (revisited) Characteristics: One dependent variable (Y): as a regressand One ore more independent variables (X): as regressors One way causality relationship:

More information

Recitation 1: Regression Review. Christina Patterson

Recitation 1: Regression Review. Christina Patterson Recitation 1: Regression Review Christina Patterson Outline For Recitation 1. Statistics. Bias, sampling variance and hypothesis testing.. Two important statistical theorems: Law of large numbers (LLN)

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

Instrumental Variables

Instrumental Variables Instrumental Variables James H. Steiger Department of Psychology and Human Development Vanderbilt University James H. Steiger (Vanderbilt University) Instrumental Variables 1 / 10 Instrumental Variables

More information

ECON The Simple Regression Model

ECON The Simple Regression Model ECON 351 - The Simple Regression Model Maggie Jones 1 / 41 The Simple Regression Model Our starting point will be the simple regression model where we look at the relationship between two variables In

More information

Statistics 910, #5 1. Regression Methods

Statistics 910, #5 1. Regression Methods Statistics 910, #5 1 Overview Regression Methods 1. Idea: effects of dependence 2. Examples of estimation (in R) 3. Review of regression 4. Comparisons and relative efficiencies Idea Decomposition Well-known

More information

Regression Analysis Chapter 2 Simple Linear Regression

Regression Analysis Chapter 2 Simple Linear Regression Regression Analysis Chapter 2 Simple Linear Regression Dr. Bisher Mamoun Iqelan biqelan@iugaza.edu.ps Department of Mathematics The Islamic University of Gaza 2010-2011, Semester 2 Dr. Bisher M. Iqelan

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 October 16, 2013 Outline Introduction Simple

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

EC402 - Problem Set 3

EC402 - Problem Set 3 EC402 - Problem Set 3 Konrad Burchardi 11th of February 2009 Introduction Today we will - briefly talk about the Conditional Expectation Function and - lengthily talk about Fixed Effects: How do we calculate

More information

8. Instrumental variables regression

8. Instrumental variables regression 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

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

Instrumental Variables

Instrumental Variables James H. Steiger Department of Psychology and Human Development Vanderbilt University Regression Modeling, 2009 1 Introduction 2 3 4 Instrumental variables allow us to get a better estimate of a causal

More information

Week 2: Pooling Cross Section across Time (Wooldridge Chapter 13)

Week 2: Pooling Cross Section across Time (Wooldridge Chapter 13) Week 2: Pooling Cross Section across Time (Wooldridge Chapter 13) Tsun-Feng Chiang* *School of Economics, Henan University, Kaifeng, China March 3, 2014 1 / 30 Pooling Cross Sections across Time Pooled

More information

Fixed Effects Models for Panel Data. December 1, 2014

Fixed Effects Models for Panel Data. December 1, 2014 Fixed Effects Models for Panel Data December 1, 2014 Notation Use the same setup as before, with the linear model Y it = X it β + c i + ɛ it (1) where X it is a 1 K + 1 vector of independent variables.

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

Measurement Error. Often a data set will contain imperfect measures of the data we would ideally like.

Measurement Error. Often a data set will contain imperfect measures of the data we would ideally like. Measurement Error Often a data set will contain imperfect measures of the data we would ideally like. Aggregate Data: (GDP, Consumption, Investment are only best guesses of theoretical counterparts and

More information

2 Regression Analysis

2 Regression Analysis FORK 1002 Preparatory Course in Statistics: 2 Regression Analysis Genaro Sucarrat (BI) http://www.sucarrat.net/ Contents: 1 Bivariate Correlation Analysis 2 Simple Regression 3 Estimation and Fit 4 T -Test:

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

Basic econometrics. Tutorial 3. Dipl.Kfm. Johannes Metzler

Basic econometrics. Tutorial 3. Dipl.Kfm. Johannes Metzler Basic econometrics Tutorial 3 Dipl.Kfm. Introduction Some of you were asking about material to revise/prepare econometrics fundamentals. First of all, be aware that I will not be too technical, only as

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

Empirical approaches in public economics

Empirical approaches in public economics Empirical approaches in public economics ECON4624 Empirical Public Economics Fall 2016 Gaute Torsvik Outline for today The canonical problem Basic concepts of causal inference Randomized experiments Non-experimental

More information

Simple Linear Regression

Simple Linear Regression Simple Linear Regression In simple linear regression we are concerned about the relationship between two variables, X and Y. There are two components to such a relationship. 1. The strength of the relationship.

More information