Problemsets for Applied Econometrics

Size: px
Start display at page:

Download "Problemsets for Applied Econometrics"

Transcription

1 Department of Economics Problemsets for Applied Econometrics c Seminar of Statistics University of Fribourg Schwitzerland

2 Introduction Datasets All used datasets have been taken from the following book: Wooldridge J. M. (2006): Introductory Econometrics: A Modern Approach, 4th edition, Thomson South-Western. This book is the main reference manual for the exercises of the course Applied Econometrics. R Help The following manuals contain a wide range of R-functions related to the methods presented in the lectures and may be consulted for solving the problemsets: Kleiber C. and Zeileis A. (2008): Applied Econometrics with R (Use R!), Verlag Springer. Farnsworth G. V. (2008): Econometrics in R, Contributed documentation, Gross J. (2010): Grundlegende Statistik mit R, Vieweg und Teubner. Additional reading and help can be found in the library BP2 (FSES C50) as well as on the Moodle site of the course. Solving and Grading of the Problemsets The four exercise sessions give the students the opportunity to deepen the material covered in class and to become familiar with the statistics software R. Enrolled students will find the dates on Moodle. The organization is as follows: The first exercise session is devoted to an introduction to R (no homework). The following three exercise sessions consist of compulsory take-home problemsets (3 in total) containing R exercises related to the material covered in class. The take-home problemsets are compulsory: each student has to send her own solutions (including the R code) in due time to vincent.pochon@unifr.ch and lukas.seger@unifr.ch. The deadline for each problemset is communicated in every new exercise session. Important: If several students hand in exactly the same solution, their problemset will be graded as insufficient! A student is allowed to attend the exam if he or she has obtained at least 50 % of the points in 2 out of 3 problemsets. 1

3 Students having passed the 2 first problemsets do not need to hand in the 3rd one. Students obtaining 75% or more of the points in 2 problemsets are rewarded with 0.5 points on their final grade. The tutor communicates the grades in the exercise session following the hand-in deadline. Students not present at this session can request their grade by or ask a collegue to get it for them. The tutor solves parts of the problemset in class but does not distribute the corrected problemsets back to the students. Attendance to the tutorials is not compulsory. The solutions to the problemsets have to be written in English. Please respect the following points: (i) One single file (file format free); (ii) Single solution file contains 2 parts: A. Answers (including graphs, tables, etc.); B. R-code; (iii) Put your name in the file s name, e.g. "PS1_Vincent Pochon". Good luck! Exam The written exam will take place on the 15th of January Important: All material (theory, examples, etc.) covered in the tutorials and lectures except for the R-codes is relevant for the exam. 2

4 Problemset 1 Data Inspection, MLR and Hypothesis Testing Dataset: WAGE2.csv Hand-in Deadline: 10 November 2013, 24:00h The whole problemset is based on the following model 1 relating the exogenous variable weekly wage to different exogenous variables: WAGE =β 0 + β 1 IQ + β 2 EDUC + β 3 EXPER + β 4 EXPER 2 + β 5 TENURE + β 6 AGE + β 7 MARRIED + β 8 BLACK + β 9 SOUTH + β 10 BLACK SOUTH + β 11 URBAN + u. (1) 1. Data Inspection (a) How many variables and observations does the dataset WAGE2.csv contain? Which variables are dummy variables? (b) Represent the endogenous variable in a well-labelled histogram and describe its distribution. (c) Determine and interpret the average and the median of the variables IQ and MARRIED. (d) Plot all exogenous variables of model 1 against the endogenous variable (in one figure). Interpret the plots (EDUC, WAGE) and (MARRIED, WAGE). 2. Interpretation of the Regression Output (a) Perform the regression and interpret both the coefficient of determination R 2 and the F-statistic. (b) Interpret the estimates for β 0, β 1, β 3, β 4, β 5 and β 10. (c) How much more wage does a worker with 15 years education earn in comparison to a worker with 10 years education? (d) With how many years of experience is the weekly wage maximal? Is this value plausible? 3. Hypothesis Testing (at the α = 0.05 significance level) (a) Which exogenous variables have a statistically significant impact on the weekly wage? (Hint: use the p-values). (b) Test the null hypothesis: β 1 = 0. Interpret your result. (c) Test the null hypothesis: β 3 = 25. Interpret your result. (d) Test the null hypothesis: β 1 = β 4 = β 5 = β 11 = 0. Interpret your result. (e) Do urban workers earn significantly more than non-urban workers? Test this hypothesis with a Chow-test. (Hint: For this test you need to estimate model 1 without the variable URBAN). 3

5 Problemset 2 Model Specification, IV, Proxy- and Binary Dependent Variables Hand-in Deadline: 8 December 2013, 24:00h 1. Model Specification Data set: HPRICE1.csv We are interested in determining to what extent the price of a given house depends on its characteristics. The data set contains followings variables measured for 88 observations (houses): PRICE BDRMS LOTSIZE SQRFT Sales price of a house in 1000 USD Number of bedrooms Size of the property in squared feet Habitable surface in squared feet We want to estimate the relationship between a house s sales price (PRICE), the size of its property (LOTSIZE), its living space (SQRFT) and the number of bedrooms (BDRMS) with the following linear multiple regression models: PRICE = β 0 + β 1 LOTSIZE + β 2 SQRFT + β 3 BDRMS + u (2) log(price) = β 0 + β 1 log(lotsize) + β 2 log(sqrft) + β 3 BDRMS + u (3) (a) Estimate the models (2) and (3) with linear squares and interpret for both models the estimated coefficients β 0, β 1 and β 2. Which exogenous variables have a significant impact on the sales price at the α = 5% confidence level? (b) Which model do you prefer with respect to its goodness of fit, i.e. the share of the explained variance of PRICE? (c) Perform the Regression Equation Specification Error Test (RESET test) for both models (α = 0.05). Which model do you prefer based on this test? Compare your decision with your answer in b) and explain your results. (Hint: for the RESET test you need to install and load the package lmtest. The commands are resettest(regression, 2:3) and qf(1-α, df1, df2) ) 4

6 2. Proxy Variables, Instrumental Variables and Hausman Test Data set: WAGE2.1.csv We are interested in model 4 where ABIL describes a person s unobserved and intrinsic ability. WAGE =β 0 + β 1 EDUC + β 2 ABIL + u. (4) (a) Since ABIL cannot be observed, we decide to use IQ as proxy variable (model 5). Use the plug-in technique to estimate model 4 with the linear squares method. ABIL =δ 0 + δ 1 IQ + v. (5) i. Interpret the estimated coefficients, assuming that u is uncorrelated with IQ and that v is uncorrelated with all exogenous variables. ii. Would your interpretation change if one of the above-mentioned assumptions was not fulfilled? Explain. (b) Assume now that there is no appropriate proxy variable for ABIL. In this case, we have no other choice than to put ABIL in the error term. This leads us to model 6. However, since EDUC and ABIL are assumed to be correlated, a simple OLS estimation of β 1 would yield a biased and inconsistent estimator ˆβ 1. A solution to this problem is to use an instrumental variable (IV) for x = EDUC. We choose as instrument the number of siblings, z = SIBS. WAGE =β 0 + β 1 EDUC + w. (6) i. Estimate model 6 with the linear squares method. ii. Before using SIBS as an IV we must first check if SIBS satisfies the condition cov(x, z) 0. Is this condition fulfilled? (Hint: Do a simple regression and look at the significance of the coefficients) iii. Assuming cov(y, z) = 0, we can now estimate β IV. First calculate β IV by means of the covariances: β IV = cov(z, y)/cov(z, x). (Hint: The R command is cov() ) iv. Estimate β IV with the appropriate R function: ivreg(regression IV). Is the result different from (i)? (Hint: The function ivreg is in the package AER ) v. Interpret the estimator β OLS and β IV for β 1. (c) TSLS estimates are consistent but yield higher standard errors than OLS estimates. It is thus useful to check if there is really endogeneity in the model before to resort to TSLS. For this reason, we now want to check with a Hausman test if the variable EDUC is indeed endogenous. The Hausman test has the null hypothesis of the OLS estimates being consistent (i.e. β IV = β OLS ) against the alternative hypothesis of only β IV being consistent. Perform the Hausman test (α = 5%) and interpret your result. (Here s one way to do it in R: (i) install the package systemfit ; (ii) sm_ols <- systemfit(regression, data = Data, method = OLS ); (iii) sm_iv <- systemfit(regression, data = Data, method = 2SLS, inst = Instrument); (iv) hausman.systemfit(sm_iv, sm_ols)) 5

7 3. Binary Dependent Variables Data set: CHARITY.csv For their fundraising, charity organizations often contact their potential donators via direct mails. Direct mails are only efficient if they generate donations, so a charity organization is willing to address its direct mail to persons with a high donation probability. To analyze what this donation probability depends on, the present analysis focusses on a data set of observations (i.e. persons on the organization s address list) of a Dutch charity organization containing the following variables: RESPOND GIFT RESPLAST WEEKSLAST PROPRESP MAILSYEAR GIFTLAST AVGGIFT Dummy variable, equal to 1 if the person has responded with a donation to the last direct mail, 0 otherwise Amount of Dutch gulden donated in the last response Dummy, equal to 1 if the contacted person had responded (with a donation) to the previous (i.e. the second last) mail Number of weeks since the person s last reply Proportion of responds of the person to the direct mails Number of mails to the person per year Amount of the previous donation in gulden Average donation We want to analyze how a person s decision to donate (RESPOND=1) depends on the previous response (RESPLAST), the number of weeks since the last mail (WEEKSLAST), the person s response share (PROPRESP), the number of mails (MAILSYEAR) as well as the average amount of the donations (AVGGIFT). (a) Consider first the following linear probability model (LPM): RESPOND = β 0 + β 1 RESPLAST + β 2 WEEKSLAST + β 3 PROPRESP (7) + β 4 MAILSYEAR + β 5 AVGGIFT + u Estimate the LPM (7) and interpret the estimated coefficients of β 1, β 2 and β 3. (b) Calculate for all observations a prediction for the probability that a person responds positively to the direct mail (RESPOND=1) and check if all predictions make sense. (Hint: You can use the R commands P1 <- predict(regression) and summary(p1) ) (c) The endogenous variable RESPOND depends on the same variables as above, but their effect is now measured with the following simple probit model: P (RESPOND = 1 x) =Φ (β 0 + β 1 RESPLAST + β 2 WEEKSLAST (8) +β 3 PROPRESP + β 4 MAILSYEAR + β 5 AVGGIFT) Estimate the probit model (8) and interpret the estimated coefficients of β 1, β 2 and β 3. To what extent does the interpretation differ form the LPM in a)? (Hint: The R commands are glm(regression, family=binomial(link= probit ), data=data3) ) (d) Compare the effect of a 1-unit increase in MAILSYEAR on the response probability for models 7 and 8. Interpret your result. (Hint for model 8: The R command is M1 <- mean(dnorm(predict(regression))) ; M1*probit coeffcient (without dnorm() ).) 6

8 (e) Compare the LPM and the probit model with respect to their goodness of fit. To do this, generate the percentage of correct predicted RESPOND values of the LPM and probit model for the observations in the sample. Which model do you prefer for the prediction of the RESPOND values, according to their goodness of fit? Are there differences in the quality of the predicted RESPOND=1 values comparing to the predicted RESPOND=0 values? The following table summarizes the correct and incorrect predicted responses of both models. LPM Probit Forecast Forecast Response

9 Problemset 3 Heckman Selection, Heteroskedasticity and Time Series Analysis Hand-in Deadline: 22 December 2013, 24:00h 1. Heckman Sample Selection Method Data set: MROZ.csv The Heckman selection model (or heckit model) is a method for estimating regression models suffering from sample selection bias, i.e. when the dependent variable is only observable for a portion of the data. 1 The following exercise uses the dataset MROZ, containing the wage and the number of worked hours for 753 women in the U.S. for the year In this sample, we only observe the wage offer for 428 women (with a labor force participation of LFP= 1). Suppose that we want to investigate the impact of some factors on the female wage offer. We face a truncated sample, because the only data we can get are for the women who are actually working, while the other women in the population stay out of the job market, typically because the market wage is lower to their reservation wage. To account for the truncation, we make use of an additional model capturing the LFP of women. Consider the following wage model 9, where CITY is a dummy variable indicating that the woman lives in a large urban area: WAGE = β 0 + β 1 EXPER + β 2 EXPER 2 + β 3 EDUC + β 4 CITY + ε (9) as well as the following probit selection equation : LFP = γ 0 + γ 1 AGE + γ 2 AGE 2 + γ 3 FAMINC + γ 4 EDUC + γ 5 KIDS + u (10) where LFP is a binary variable taking a value of 1 if the woman is in the labor force, and 0 otherwise, AGE is her age, FAMINC is the level of household income not earned by the woman, and KIDS is a dummy variable for whether she has children or not. (a) Load the data file MROZ.csv either from Moodle or directly from the Internet via the R command read.csv(" header=t). In this data set, the WAGE series is wage, EXPER is exper, EDUC is educ, CITY is city, LFP is inlf, AGE is age, and FAMINC is faminc. There is no kids dummy variable, but 1 See: Heckman, J. J. (1976), The Common Structure of Statistical Models of Truncation, Sample Selection, and Limited Dependent Variables and a Simple Estimator for Such Models, Annals of Economic and Social Measurement, volume 5, pp Source: Mroz, T. A. (1987), The sensitivity of an empirical model of married women s hours of work to economic and statistical assumptions, Econometrica. volume 55, pp

10 there are two variables containing the number of children younger than 6 ( kidslt6 ), and the number of children between 6 and 18 ( kidsge6 ). After loading the data, you need to create a new (dummy) variable for KIDS. (Hint: in R, simply use MROZ$kids <-(MROZ$kidslt6+MROZ$kidsge6)>0 ) (b) Estimate the wage equation of model 9 with OLS and report your estimate on EDUC and its standard errors. What is the potential problem of using OLS? (c) Estimate now the return to education in 9 using Heckman s two-step method and the selection equation 10. Compare the estimated coefficient of education and its standard error to that obtained with OLS. (R-hint for heckit: install the package sampleselection and use the commands REGheckit <- heckit(probit selection equation, outcome equation, data = MROZ, method = 2step ) and summary(regheckit) ) (d) Is there evidence of a sample selection problem in estimating the wage offer equation? Interpret your result. Does it corroborate your findings in b) and c) with respect to the estimated standard errors for EDUC? (Hint: perform a simple t-test on the coefficient of the inverse Mills ratio) (e) Do you see a problem in the choice of variables for the selection equation 10? How could it be improved? 2. Heteroskedasticity Data set: HPRICE1.csv Consider models 2 and 3 from problemset 2 describing the relationship between the sales price of a house and its characteristics. We have concerns that the data contains heteroskedasticity and want to test and control for it. Recall that heteroskedasticity is present if the variance of the residuals is not constant over all observations (or time periods). As a consequence, the OLS estimator is inconsistent (but still unbiased). (a) Briefly explain White s test for heteroskedasticity. What is its null hypothesis? (b) Perform the White test for models 2 and 3 and interpret your result. Are there differences between the linear and the log-linear models? (R-hint: the function for the White test is bptest(extended regression), where you add the squared regressors and all interaction terms to the regression.) (c) Determine the White s heteroskedasticity-robust standard errors for model 2 and compare them to the standard errors obtained with standard OLS. Are there differences in the significance (with α = 10%) of the different estimated coefficients before and after controlling for heteroskedasticity? (Hint: install the package sandwich and simply use the command coeftest(regression, vcov = sandwich) ) 9

11 3. Time Series Analysis Data set: CPI2010.csv The National Consumer Price Index (English: CPI; German: LIK; French: IPC) measures the price evolution of key consumer goods and services for Swiss private households. It indicates to what extent Swiss consumer must increase or decrease their expenses to keep constant their consumption volume. The data set contains the monthly Swiss CPI with base period 2010 (index value = 100) from January 1983 to October 2011 and the corresponding inflation values (i.e. the percentage increase of the CPI). (a) Stationarity i. Represent the time series CPI and inflation in separate and well-labelled plots. (Hint: after loading the data, you first need to define the variables as time series with the following command: name <- ts(column, start=1983, freq=12) ) ii. Looking at the plots, would you say that the variables CPI and inflation follow stationary processes, and why? (b) Model selection We want to find out which AR(p) model describes best the time series inflation (INFL). i. Estimate the empirical autocorrelation and partial autocorrelation functions for inflation. Do they unequivocally give the order p of the AR(p) process? (R-hint: the functions are, respectively, acf(time series) and pacf() ) ii. The R function ar(time series) uses the AIC to estimate the optimal model. Of which order is this model? iii. Other criteria can be used for model selection. Explain (briefly and) only theoretically how to choose between different models according to the following criteria? A. AIC/BIC B. Significance of the estimated coefficients C. Unit roots (c) Prediction i. Predict the Swiss inflation for November 2011 and December 2011 using the AR model of 2.b.ii). (R-hint: use the function predict(ar(time series), n.ahead=2) ) ii. Estimate the level of the CPI in December 2011 using your just calculated predictions for inflation. 10

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

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

5. Let W follow a normal distribution with mean of μ and the variance of 1. Then, the pdf of W is

5. Let W follow a normal distribution with mean of μ and the variance of 1. Then, the pdf of W is Practice Final Exam Last Name:, First Name:. Please write LEGIBLY. Answer all questions on this exam in the space provided (you may use the back of any page if you need more space). Show all work but do

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

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 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

Inference in Regression Analysis

Inference in Regression Analysis ECNS 561 Inference Inference in Regression Analysis Up to this point 1.) OLS is unbiased 2.) OLS is BLUE (best linear unbiased estimator i.e., the variance is smallest among linear unbiased estimators)

More information

Multiple Regression Analysis: Inference MULTIPLE REGRESSION ANALYSIS: INFERENCE. Sampling Distributions of OLS Estimators

Multiple Regression Analysis: Inference MULTIPLE REGRESSION ANALYSIS: INFERENCE. Sampling Distributions of OLS Estimators 1 2 Multiple Regression Analysis: Inference MULTIPLE REGRESSION ANALYSIS: INFERENCE Hüseyin Taştan 1 1 Yıldız Technical University Department of Economics These presentation notes are based on Introductory

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

More on Specification and Data Issues

More on Specification and Data Issues More on Specification and Data Issues Ping Yu School of Economics and Finance The University of Hong Kong Ping Yu (HKU) Specification and Data Issues 1 / 35 Functional Form Misspecification Functional

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

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 482 / WH Hong Binary or Dummy Variables 1. Qualitative Information

ECON 482 / WH Hong Binary or Dummy Variables 1. Qualitative Information 1. Qualitative Information Qualitative Information Up to now, we assume that all the variables has quantitative meaning. But often in empirical work, we must incorporate qualitative factor into regression

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

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

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

E c o n o m e t r i c s

E c o n o m e t r i c s H:/Lehre/Econometrics Master/Lecture slides/chap 0.tex (October 7, 2015) E c o n o m e t r i c s This course 1 People Instructor: Professor Dr. Roman Liesenfeld SSC-Gebäude, Universitätsstr. 22, Room 4.309

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

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

PhD/MA Econometrics Examination January 2012 PART A

PhD/MA Econometrics Examination January 2012 PART A PhD/MA Econometrics Examination January 2012 PART A ANSWER ANY TWO QUESTIONS IN THIS SECTION NOTE: (1) The indicator function has the properties: (2) Question 1 Let, [defined as if using the indicator

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

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

An example to start off with

An example to start off with Impact Evaluation Technical Track Session IV Instrumental Variables Christel Vermeersch Human Development Human Network Development Network Middle East and North Africa Region World Bank Institute Spanish

More information

Homework Set 2, ECO 311, Fall 2014

Homework Set 2, ECO 311, Fall 2014 Homework Set 2, ECO 311, Fall 2014 Due Date: At the beginning of class on October 21, 2014 Instruction: There are twelve questions. Each question is worth 2 points. You need to submit the answers of only

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

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

Inference with Heteroskedasticity

Inference with Heteroskedasticity Inference with Heteroskedasticity Note on required packages: The following code requires the packages sandwich and lmtest to estimate regression error variance that may change with the explanatory variables.

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

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

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

LECTURE 11. Introduction to Econometrics. Autocorrelation

LECTURE 11. Introduction to Econometrics. Autocorrelation LECTURE 11 Introduction to Econometrics Autocorrelation November 29, 2016 1 / 24 ON PREVIOUS LECTURES We discussed the specification of a regression equation Specification consists of choosing: 1. correct

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

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

Making sense of Econometrics: Basics

Making sense of Econometrics: Basics Making sense of Econometrics: Basics Lecture 4: Qualitative influences and Heteroskedasticity Egypt Scholars Economic Society November 1, 2014 Assignment & feedback enter classroom at http://b.socrative.com/login/student/

More information

Environmental Econometrics

Environmental Econometrics Environmental Econometrics Syngjoo Choi Fall 2008 Environmental Econometrics (GR03) Fall 2008 1 / 37 Syllabus I This is an introductory econometrics course which assumes no prior knowledge on econometrics;

More information

1. The shoe size of five randomly selected men in the class is 7, 7.5, 6, 6.5 the shoe size of 4 randomly selected women is 6, 5.

1. The shoe size of five randomly selected men in the class is 7, 7.5, 6, 6.5 the shoe size of 4 randomly selected women is 6, 5. Economics 3 Introduction to Econometrics Winter 2004 Professor Dobkin Name Final Exam (Sample) You must answer all the questions. The exam is closed book and closed notes you may use calculators. You must

More information

Econometrics Homework 1

Econometrics Homework 1 Econometrics Homework Due Date: March, 24. by This problem set includes questions for Lecture -4 covered before midterm exam. Question Let z be a random column vector of size 3 : z = @ (a) Write out z

More information

Final Exam - Solutions

Final Exam - Solutions Ecn 102 - Analysis of Economic Data University of California - Davis March 19, 2010 Instructor: John Parman Final Exam - Solutions You have until 5:30pm to complete this exam. Please remember to put your

More information

Homework Set 3, ECO 311, Spring 2014

Homework Set 3, ECO 311, Spring 2014 Homework Set 3, ECO 311, Spring 2014 Due Date: At the beginning of class on May 7, 2014 Instruction: There are eleven questions. Each question is worth 2 points. You need to submit the answers of only

More information

Econometrics Problem Set 6

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

More information

Answer all questions from part I. Answer two question from part II.a, and one question from part II.b.

Answer all questions from part I. Answer two question from part II.a, and one question from part II.b. B203: Quantitative Methods Answer all questions from part I. Answer two question from part II.a, and one question from part II.b. Part I: Compulsory Questions. Answer all questions. Each question carries

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

Solutions to Problem Set 5 (Due November 22) Maximum number of points for Problem set 5 is: 220. Problem 7.3

Solutions to Problem Set 5 (Due November 22) Maximum number of points for Problem set 5 is: 220. Problem 7.3 Solutions to Problem Set 5 (Due November 22) EC 228 02, Fall 2010 Prof. Baum, Ms Hristakeva Maximum number of points for Problem set 5 is: 220 Problem 7.3 (i) (5 points) The t statistic on hsize 2 is over

More information

Using EViews Vox Principles of Econometrics, Third Edition

Using EViews Vox Principles of Econometrics, Third Edition Using EViews Vox Principles of Econometrics, Third Edition WILLIAM E. GRIFFITHS University of Melbourne R. CARTER HILL Louisiana State University GUAY С LIM University of Melbourne JOHN WILEY & SONS, INC

More information

University of California at Berkeley Fall Introductory Applied Econometrics Final examination. Scores add up to 125 points

University of California at Berkeley Fall Introductory Applied Econometrics Final examination. Scores add up to 125 points EEP 118 / IAS 118 Elisabeth Sadoulet and Kelly Jones University of California at Berkeley Fall 2008 Introductory Applied Econometrics Final examination Scores add up to 125 points Your name: SID: 1 1.

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

EC4051 Project and Introductory Econometrics

EC4051 Project and Introductory Econometrics EC4051 Project and Introductory Econometrics Dudley Cooke Trinity College Dublin Dudley Cooke (Trinity College Dublin) Intro to Econometrics 1 / 23 Project Guidelines Each student is required to undertake

More information

Regression with Qualitative Information. Part VI. Regression with Qualitative Information

Regression with Qualitative Information. Part VI. Regression with Qualitative Information Part VI Regression with Qualitative Information As of Oct 17, 2017 1 Regression with Qualitative Information Single Dummy Independent Variable Multiple Categories Ordinal Information Interaction Involving

More information

INTRODUCTION TO BASIC LINEAR REGRESSION MODEL

INTRODUCTION TO BASIC LINEAR REGRESSION MODEL INTRODUCTION TO BASIC LINEAR REGRESSION MODEL 13 September 2011 Yogyakarta, Indonesia Cosimo Beverelli (World Trade Organization) 1 LINEAR REGRESSION MODEL In general, regression models estimate the effect

More information

Homework Set 2, ECO 311, Spring 2014

Homework Set 2, ECO 311, Spring 2014 Homework Set 2, ECO 311, Spring 2014 Due Date: At the beginning of class on March 31, 2014 Instruction: There are twelve questions. Each question is worth 2 points. You need to submit the answers of only

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

UNIVERSIDAD CARLOS III DE MADRID ECONOMETRICS FINAL EXAM (Type B) 2. This document is self contained. Your are not allowed to use any other material.

UNIVERSIDAD CARLOS III DE MADRID ECONOMETRICS FINAL EXAM (Type B) 2. This document is self contained. Your are not allowed to use any other material. DURATION: 125 MINUTES Directions: UNIVERSIDAD CARLOS III DE MADRID ECONOMETRICS FINAL EXAM (Type B) 1. This is an example of a exam that you can use to self-evaluate about the contents of the course Econometrics

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

Introduction to Regression Analysis. Dr. Devlina Chatterjee 11 th August, 2017

Introduction to Regression Analysis. Dr. Devlina Chatterjee 11 th August, 2017 Introduction to Regression Analysis Dr. Devlina Chatterjee 11 th August, 2017 What is regression analysis? Regression analysis is a statistical technique for studying linear relationships. One dependent

More information

New York University Department of Economics. Applied Statistics and Econometrics G Spring 2013

New York University Department of Economics. Applied Statistics and Econometrics G Spring 2013 New York University Department of Economics Applied Statistics and Econometrics G31.1102 Spring 2013 Text: Econometric Analysis, 7 h Edition, by William Greene (Prentice Hall) Optional: A Guide to Modern

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

Economics 308: Econometrics Professor Moody

Economics 308: Econometrics Professor Moody Economics 308: Econometrics Professor Moody References on reserve: Text Moody, Basic Econometrics with Stata (BES) Pindyck and Rubinfeld, Econometric Models and Economic Forecasts (PR) Wooldridge, Jeffrey

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

Econometrics Problem Set 3

Econometrics Problem Set 3 Econometrics Problem Set 3 Conceptual Questions 1. This question refers to the estimated regressions in table 1 computed using data for 1988 from the U.S. Current Population Survey. The data set consists

More information

More on Roy Model of Self-Selection

More on Roy Model of Self-Selection V. J. Hotz Rev. May 26, 2007 More on Roy Model of Self-Selection Results drawn on Heckman and Sedlacek JPE, 1985 and Heckman and Honoré, Econometrica, 1986. Two-sector model in which: Agents are income

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

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

Applied Quantitative Methods II

Applied Quantitative Methods II Applied Quantitative Methods II Lecture 10: Panel Data Klára Kaĺıšková Klára Kaĺıšková AQM II - Lecture 10 VŠE, SS 2016/17 1 / 38 Outline 1 Introduction 2 Pooled OLS 3 First differences 4 Fixed effects

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

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

Econometrics Problem Set 6

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

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

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

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

Basic Linear Model. Chapters 4 and 4: Part II. Basic Linear Model

Basic Linear Model. Chapters 4 and 4: Part II. Basic Linear Model Basic Linear Model Chapters 4 and 4: Part II Statistical Properties of Least Square Estimates Y i = α+βx i + ε I Want to chooses estimates for α and β that best fit the data Objective minimize the sum

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

UNIVERSIDAD CARLOS III DE MADRID ECONOMETRICS Academic year 2009/10 FINAL EXAM (2nd Call) June, 25, 2010

UNIVERSIDAD CARLOS III DE MADRID ECONOMETRICS Academic year 2009/10 FINAL EXAM (2nd Call) June, 25, 2010 UNIVERSIDAD CARLOS III DE MADRID ECONOMETRICS Academic year 2009/10 FINAL EXAM (2nd Call) June, 25, 2010 Very important: Take into account that: 1. Each question, unless otherwise stated, requires a complete

More information

2) For a normal distribution, the skewness and kurtosis measures are as follows: A) 1.96 and 4 B) 1 and 2 C) 0 and 3 D) 0 and 0

2) For a normal distribution, the skewness and kurtosis measures are as follows: A) 1.96 and 4 B) 1 and 2 C) 0 and 3 D) 0 and 0 Introduction to Econometrics Midterm April 26, 2011 Name Student ID MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. (5,000 credit for each correct

More information

Bayesian Econometrics - Computer section

Bayesian Econometrics - Computer section Bayesian Econometrics - Computer section Leandro Magnusson Department of Economics Brown University Leandro Magnusson@brown.edu http://www.econ.brown.edu/students/leandro Magnusson/ April 26, 2006 Preliminary

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

Would you have survived the sinking of the Titanic? Felix Pretis (Oxford) Econometrics Oxford University, / 38

Would you have survived the sinking of the Titanic? Felix Pretis (Oxford) Econometrics Oxford University, / 38 Would you have survived the sinking of the Titanic? Felix Pretis (Oxford) Econometrics Oxford University, 2016 1 / 38 Introduction Econometrics: Computer Modelling Felix Pretis Programme for Economic Modelling

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

Practice exam questions

Practice exam questions Practice exam questions Nathaniel Higgins nhiggins@jhu.edu, nhiggins@ers.usda.gov 1. The following question is based on the model y = β 0 + β 1 x 1 + β 2 x 2 + β 3 x 3 + u. Discuss the following two hypotheses.

More information

Econometrics II. Seppo Pynnönen. Spring Department of Mathematics and Statistics, University of Vaasa, Finland

Econometrics II. Seppo Pynnönen. Spring Department of Mathematics and Statistics, University of Vaasa, Finland Department of Mathematics and Statistics, University of Vaasa, Finland Spring 2018 Part III Limited Dependent Variable Models As of Jan 30, 2017 1 Background 2 Binary Dependent Variable The Linear Probability

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

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

ECO375 Tutorial 9 2SLS Applications and Endogeneity Tests

ECO375 Tutorial 9 2SLS Applications and Endogeneity Tests ECO375 Tutorial 9 2SLS Applications and Endogeneity Tests Matt Tudball University of Toronto Mississauga November 23, 2017 Matt Tudball (University of Toronto) ECO375H5 November 23, 2017 1 / 33 Hausman

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 497 Midterm Spring

ECON 497 Midterm Spring ECON 497 Midterm Spring 2009 1 ECON 497: Economic Research and Forecasting Name: Spring 2009 Bellas Midterm You have three hours and twenty minutes to complete this exam. Answer all questions and explain

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

Freeing up the Classical Assumptions. () Introductory Econometrics: Topic 5 1 / 94

Freeing up the Classical Assumptions. () Introductory Econometrics: Topic 5 1 / 94 Freeing up the Classical Assumptions () Introductory Econometrics: Topic 5 1 / 94 The Multiple Regression Model: Freeing Up the Classical Assumptions Some or all of classical assumptions needed for derivations

More information

UNIVERSITY OF OSLO DEPARTMENT OF ECONOMICS

UNIVERSITY OF OSLO DEPARTMENT OF ECONOMICS UNIVERSITY OF OSLO DEPARTMENT OF ECONOMICS Exam: ECON3150/ECON4150 Introductory Econometrics Date of exam: Wednesday, May 15, 013 Grades are given: June 6, 013 Time for exam: :30 p.m. 5:30 p.m. The problem

More information

Exam D0M61A Advanced econometrics

Exam D0M61A Advanced econometrics Exam D0M61A Advanced econometrics 19 January 2009, 9 12am Question 1 (5 pts.) Consider the wage function w i = β 0 + β 1 S i + β 2 E i + β 0 3h i + ε i, where w i is the log-wage of individual i, S i is

More information

Final Exam. Question 1 (20 points) 2 (25 points) 3 (30 points) 4 (25 points) 5 (10 points) 6 (40 points) Total (150 points) Bonus question (10)

Final Exam. Question 1 (20 points) 2 (25 points) 3 (30 points) 4 (25 points) 5 (10 points) 6 (40 points) Total (150 points) Bonus question (10) Name Economics 170 Spring 2004 Honor pledge: I have neither given nor received aid on this exam including the preparation of my one page formula list and the preparation of the Stata assignment for the

More information

Problem C7.10. points = exper.072 exper guard forward (1.18) (.33) (.024) (1.00) (1.00)

Problem C7.10. points = exper.072 exper guard forward (1.18) (.33) (.024) (1.00) (1.00) BOSTON COLLEGE Department of Economics EC 228 02 Econometric Methods Fall 2009, Prof. Baum, Ms. Phillips (TA), Ms. Pumphrey (grader) Problem Set 5 Due Tuesday 10 November 2009 Total Points Possible: 160

More information

ECON 497: Lecture 4 Page 1 of 1

ECON 497: Lecture 4 Page 1 of 1 ECON 497: Lecture 4 Page 1 of 1 Metropolitan State University ECON 497: Research and Forecasting Lecture Notes 4 The Classical Model: Assumptions and Violations Studenmund Chapter 4 Ordinary least squares

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

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). Formatmall skapad: 2011-12-01 Uppdaterad: 2015-03-06 / LP Department of Economics Course name: Empirical Methods in Economics 2 Course code: EC2404 Semester: Spring 2015 Type of exam: MAIN Examiner: Peter

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

Click to edit Master title style

Click to edit Master title style Impact Evaluation Technical Track Session IV Click to edit Master title style Instrumental Variables Christel Vermeersch Amman, Jordan March 8-12, 2009 Click to edit Master subtitle style Human Development

More information

Economics 300. Econometrics Multiple Regression: Extensions and Issues

Economics 300. Econometrics Multiple Regression: Extensions and Issues Economics 300 Econometrics Multiple : Extensions and Dennis C. Plott University of Illinois at Chicago Department of Economics www.dennisplott.com Fall 2014 Dennis C. Plott (UIC) ECON 300 Fall 2014 1 /

More information

x i = 1 yi 2 = 55 with N = 30. Use the above sample information to answer all the following questions. Show explicitly all formulas and calculations.

x i = 1 yi 2 = 55 with N = 30. Use the above sample information to answer all the following questions. Show explicitly all formulas and calculations. Exercises for the course of Econometrics Introduction 1. () A researcher is using data for a sample of 30 observations to investigate the relationship between some dependent variable y i and independent

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

AGEC 661 Note Fourteen

AGEC 661 Note Fourteen AGEC 661 Note Fourteen Ximing Wu 1 Selection bias 1.1 Heckman s two-step model Consider the model in Heckman (1979) Y i = X iβ + ε i, D i = I {Z iγ + η i > 0}. For a random sample from the population,

More information

ECON5115. Solution Proposal for Problem Set 4. Vibeke Øi and Stefan Flügel

ECON5115. Solution Proposal for Problem Set 4. Vibeke Øi and Stefan Flügel ECON5115 Solution Proposal for Problem Set 4 Vibeke Øi (vo@nupi.no) and Stefan Flügel (stefanflu@gmx.de) Problem 1 (i) The standardized normal density of u has the nice property This helps to show that

More information