Simultaneous Equations Models. Sanjaya DeSilva

Size: px
Start display at page:

Download "Simultaneous Equations Models. Sanjaya DeSilva"

Transcription

1 Simultaneous Equations Models Sanjaya DeSilva

2 1 Reduced Form and Structural Models We will begin with definitions; 1. Exogenous variables are variables that are determined outside of the model. For the purposes of the model, they are treated as fixed and given. 2. Endogenous variables are variables that are determined within the model. They can be expressed as functions of other variables. 3. A reduced form regression equation contains only exogenous variables in the right hand side (as regressors). 4. A structural equation is an actual theoretical equation that represents all determinants of the dependent variables. The right hand side may contain both endogenous and exogenous variables as long as they are determinants of the dependent variables. 5. A structural model is a system of structural equations where the determinants of all endogenous variables in the system are explicitly modeled. Consider the following structural model that is fully and correctly specified. Y i = β 0 + β 1 X i + β 2 P i + β 3 Q i + ɛ1 i (1) X i = γ 0 + γ 1 Y i + γ 2 Z i + γ 3 P i + ɛ2 i (2) Z i = δ 0 + δ 1 P i + δ 2 Q i + δ 3 R i + ɛ3 i (3) In this model, Y, X, and Z are endogenous variables and P, Q and R are exogenous variables. Question: Using what criterion was this classification made? 1.1 Simultaneity Two variables, Y and X, have a simultaneous relationship if X is a determinant of Y, and Y is a determinant of X. In the above structural mode, Y and X have a 1

3 simultaneous relationship whereas Z does not have a simultaneous relationship with either X or Y. Question: If two variables have a simultaneous relationship, both of them must be endogenous variables in a structural model. However, if two variables are both endogenous variables in a structural model, they don t necessarily have to be simultaneously related. In other words, simultaneity is a necessary but not sufficient condition for endogeneity. Why? 1.2 OLS estimation of structural equations: The Problem of Bias Suppose we are only interested in the first equation of the structural model, and decide to use OLS to estimate it, ignoring the other two equations. Y i = β 0 + β 1 X i + β 2 P i + β 3 Q i + ɛ1 i (4) OLS assumes that this equation is a reduced form, and therefore all regressors and the error term are uncorrelated. However, in this model, we know that X is in fact an endogenous variable. The endogeneity of X can lead to biased coefficient estimates due to two reasons. 1. Simultaneity leads to bias because it implies that X and ɛ1 are correlated. We see from the first equation in the structural model that ɛ1 and Y are correlated. From the second equation, we see that Y and X are causally related due to the simultaneity. Therefore,ɛ1 and X are correlated, violating the classical assumption required to obtain unbiased coefficient estimates. 2. Even if there is no simultaneity, we could get biased coefficients if the error terms of the structural equations are correlated. For example, if cor(ɛ1, ɛ2) 0, it follows that cor(x, ɛ1) 0 because cor(x, ɛ2) 0 from the second structural equation. Therefore, the classical assumption needed to obtain unbiased coefficients is violated. 2

4 One might argue that the chances that the structural error terms,ɛ1, ɛ2, ɛ3 being correlated is quite slim. However, this argument doesn t makes sense when all endogenous variables are choice variables of the same decision-maker. For example, all three variables may be chosen by the same individual, household, firm or government. In this case, unobservable characteristics of the decision-maker that influences one of these structural equations is likely to influence the other equations as well. 1.3 An Example of a Structural Model Consider a regression equation that attempts to explain whether a country s expenditure on healthcare is adversely impacted by its defense expenditure. The researcher specifies the following reduced form cross-country model to be estimated with OLS. HE i = β 0 + β 1 DE i + β 2 GDP i + β 3 P OP i + ɛ1 i (5) This model overlooks the fact that there is another structural equation that needs to be considered. DE i = γ 0 + γ 1 HE i + γ 2 GDP i + γ 3 P OP i + ɛ2 i (6) Note also that the because both expenditure choices are made by the same government, the error terms of the two equations are correlated because they contain the same set of unobservable characteristics of the government (i.e. political regimes, incentives, values etc). There are two sources of bias in the coefficient estimate of β Suppose there is an exogenous shock that increases the health expenditure of the country (e.g. SARS epidemic). This leads to an increase in HE that in turns leads to a decrease in DE. Therefore,ɛ1 i (e.g. SARS) is correlated with defense expenditure DE due to simultaneity. The coefficient β 1 does not imply a causal relationship from DE to HE. 3

5 2. Suppose there are exogenous political values of the government that influence both health and defense expenditure, and because these values are not measurable, they get absorbed by the error terms which are correlated. For example, in the US, the Republicans have a set of values on the role of government that makes them less likely to see a large government role in the health sector but also more likely to be tough on national defense. Therefore, a Republican administration will have high DE and low HE, and a Democratic administration will have the opposite. Because the values that influence defense are correlated values that influence health policy, DE and ɛ1 i are correlated, causing estimation bias. Here again, a significant coefficient does not imply that high DE caused a decrease in HE. 2 Instrumental Variables: Solution for Endogeneity Bias The commonest solution to the problem of endogeneity bias is to use instrumental variables. An instrumental variable is an exogenous variable that can be used as a proxy for an endogenous variable. Specifically, an instrumental variable needs to have the following three criteria; 1. The instrumental variable must be exogenous. 2. The instrumental variable must be highly correlated with the endogenous variable that it intends to replace. This makes it a good proxy for the endogenous variable. 3. The instrumental variable must be able identify the structural equation. That is, the instrument cannot be a perfect linear function of the exogenous variables already included in the structural equation. 4

6 2.1 Two Stage Least Squares The two-stage least squares method proposes a specific way by which an instrument is constructed. Consider the original structural model we outlined, and suppose we are interested in obtaining unbiased estimates for the coefficients in the first structural equation. This equation has one endogenous variable X i in the right hand side. We need to construct an instrumental variable for X i that satisfied the three criteria for a suitable instrument. In the two stage least squares (2SLS) method, we carry out two steps; In the first stage, we construct the instrument. In the second stage, we use the instrument in the structural equation. Specifically, 1. Run a regression for the included endogenous variable in the structural equation, X i as a function of all the exogenous variables in the entire system. In our case, this is P, Q and R. X i = α 0 + α 1 P i + α 2 Q i + α 3 R i + ɛ i (7) 2. Obtain the predicted value of X i. The predicted value ˆX i is the instrumental variable. ˆX i = ˆα 0 + ˆα 1 P i + ˆα 2 Q i + ˆα 3 R i (8) 3. Run the first structural equation, replacing the endogenous variable X i with its instrument ˆX i Y i = β 0 + β 1 ˆXi + β 2 P i + β 3 Q i + ɛ1 i (9) Let us check whether the instrument ˆX i satisfies the three criteria for a good instrument. 1. ˆXi is weighted average of three exogenous variables P, Q and R. Therefore, ˆXi is exogenous and cannot be correlated with the error term ɛ1 i 2. ˆXi is a good proxy for X i if the predicted value of X and X itself are highly correlated. In other words, the first stage regression should have a high R- 5

7 square; the three exogenous variables,p, Q and R, must explain a large part of the variation of X i. 3. ˆXi can identify the first structural equation if it is not a perfect linear function of the included exogenous variables in that equation. The first equation has two exogenous variables included, P i and Q i. The instrument is a perfect linear function of three exogenous variables,p i, Q i and R i. The additional variable R i allows us to identify the equation. Question: Why is R i special in the identification problem? R i is an exogenous variable in the system that can be excluded from the structural equation. Suppose R i was not included in the first stage. What would this do to the second stage? (Hint: Multicollinearity) 2.2 The Order Condition for Identification A structural equation can be identified if for every endogenous variable it contains in the right hand side, there exists at least one exogenous variable in the system that can be excluded from this equation. In our example, the first equation had one endogenous variable in the right hand side X, and there was one exogenous variable in the system R that was excluded from that equation. Therefore the first equation of the system is Exactly Identified. The second equation in the model has one endogenous variable in the right hand side Y and there are two exogenous variables in the system Q and R that are excluded from that equation. Therefore the second equation of the system is Overidentified Moving on to our system of defense and health expenditure equations, neither equation is identified. Question: Why? Apply the Order Condition. Question: In order to identify the HE equation, we need to include an exogenous variable that influences DE but not HE. In order to identify the DE equation, we need to include an exogenous variable that influences HE but not DE. Why would this help? Can you think of such variables to include? Can you specify a complete 2SLS model that would help us to establish a causal relationship from DE to HE? 6

Lecture 15. Endogeneity & Instrumental Variable Estimation

Lecture 15. Endogeneity & Instrumental Variable Estimation Lecture 15. Endogeneity & Instrumental Variable Estimation Saw that measurement error (on right hand side) means that OLS will be biased (biased toward zero) Potential solution to endogeneity instrumental

More information

IMPACT EVALUATION: INSTRUMENTAL VARIABLE METHOD

IMPACT EVALUATION: INSTRUMENTAL VARIABLE METHOD REPUBLIC OF SOUTH AFRICA GOVERNMENT-WIDE MONITORING & IMPACT EVALUATION SEMINAR IMPACT EVALUATION: INSTRUMENTAL VARIABLE METHOD SHAHID KHANDKER World Bank June 2006 ORGANIZED BY THE WORLD BANK AFRICA IMPACT

More information

Financial Risk Management Exam Sample Questions/Answers

Financial Risk Management Exam Sample Questions/Answers Financial Risk Management Exam Sample Questions/Answers Prepared by Daniel HERLEMONT 1 2 3 4 5 6 Chapter 3 Fundamentals of Statistics FRM-99, Question 4 Random walk assumes that returns from one time period

More information

Solución del Examen Tipo: 1

Solución del Examen Tipo: 1 Solución del Examen Tipo: 1 Universidad Carlos III de Madrid ECONOMETRICS Academic year 2009/10 FINAL EXAM May 17, 2010 DURATION: 2 HOURS 1. Assume that model (III) verifies the assumptions of the classical

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

MULTIPLE REGRESSION AND ISSUES IN REGRESSION ANALYSIS

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

More information

Econometrics Simple Linear Regression

Econometrics Simple Linear Regression Econometrics Simple Linear Regression Burcu Eke UC3M Linear equations with one variable Recall what a linear equation is: y = b 0 + b 1 x is a linear equation with one variable, or equivalently, a straight

More information

ECON 142 SKETCH OF SOLUTIONS FOR APPLIED EXERCISE #2

ECON 142 SKETCH OF SOLUTIONS FOR APPLIED EXERCISE #2 University of California, Berkeley Prof. Ken Chay Department of Economics Fall Semester, 005 ECON 14 SKETCH OF SOLUTIONS FOR APPLIED EXERCISE # Question 1: a. Below are the scatter plots of hourly wages

More information

IAPRI Quantitative Analysis Capacity Building Series. Multiple regression analysis & interpreting results

IAPRI Quantitative Analysis Capacity Building Series. Multiple regression analysis & interpreting results IAPRI Quantitative Analysis Capacity Building Series Multiple regression analysis & interpreting results How important is R-squared? R-squared Published in Agricultural Economics 0.45 Best article of the

More information

Chapter 1. Vector autoregressions. 1.1 VARs and the identi cation problem

Chapter 1. Vector autoregressions. 1.1 VARs and the identi cation problem Chapter Vector autoregressions We begin by taking a look at the data of macroeconomics. A way to summarize the dynamics of macroeconomic data is to make use of vector autoregressions. VAR models have become

More information

problem arises when only a non-random sample is available differs from censored regression model in that x i is also unobserved

problem arises when only a non-random sample is available differs from censored regression model in that x i is also unobserved 4 Data Issues 4.1 Truncated Regression population model y i = x i β + ε i, ε i N(0, σ 2 ) given a random sample, {y i, x i } N i=1, then OLS is consistent and efficient problem arises when only a non-random

More information

FORECASTING DEPOSIT GROWTH: Forecasting BIF and SAIF Assessable and Insured Deposits

FORECASTING DEPOSIT GROWTH: Forecasting BIF and SAIF Assessable and Insured Deposits Technical Paper Series Congressional Budget Office Washington, DC FORECASTING DEPOSIT GROWTH: Forecasting BIF and SAIF Assessable and Insured Deposits Albert D. Metz Microeconomic and Financial Studies

More information

On Marginal Effects in Semiparametric Censored Regression Models

On Marginal Effects in Semiparametric Censored Regression Models On Marginal Effects in Semiparametric Censored Regression Models Bo E. Honoré September 3, 2008 Introduction It is often argued that estimation of semiparametric censored regression models such as the

More information

As we explained in the textbook discussion of statistical estimation of demand

As we explained in the textbook discussion of statistical estimation of demand Estimating and Forecasting Industry Demand for Price-Taking Firms As we explained in the textbook discussion of statistical estimation of demand and statistical forecasting, estimating the parameters of

More information

1. Suppose that a score on a final exam depends upon attendance and unobserved factors that affect exam performance (such as student ability).

1. Suppose that a score on a final exam depends upon attendance and unobserved factors that affect exam performance (such as student ability). Examples of Questions on Regression Analysis: 1. Suppose that a score on a final exam depends upon attendance and unobserved factors that affect exam performance (such as student ability). Then,. When

More information

Introduction to Regression and Data Analysis

Introduction to Regression and Data Analysis Statlab Workshop Introduction to Regression and Data Analysis with Dan Campbell and Sherlock Campbell October 28, 2008 I. The basics A. Types of variables Your variables may take several forms, and it

More information

Chapter 4: Vector Autoregressive Models

Chapter 4: Vector Autoregressive Models Chapter 4: Vector Autoregressive Models 1 Contents: Lehrstuhl für Department Empirische of Wirtschaftsforschung Empirical Research and und Econometrics Ökonometrie IV.1 Vector Autoregressive Models (VAR)...

More information

Econometric analysis of the Belgian car market

Econometric analysis of the Belgian car market Econometric analysis of the Belgian car market By: Prof. dr. D. Czarnitzki/ Ms. Céline Arts Tim Verheyden Introduction In contrast to typical examples from microeconomics textbooks on homogeneous goods

More information

Multiple Linear Regression in Data Mining

Multiple Linear Regression in Data Mining Multiple Linear Regression in Data Mining Contents 2.1. A Review of Multiple Linear Regression 2.2. Illustration of the Regression Process 2.3. Subset Selection in Linear Regression 1 2 Chap. 2 Multiple

More information

Overview of Violations of the Basic Assumptions in the Classical Normal Linear Regression Model

Overview of Violations of the Basic Assumptions in the Classical Normal Linear Regression Model Overview of Violations of the Basic Assumptions in the Classical Normal Linear Regression Model 1 September 004 A. Introduction and assumptions The classical normal linear regression model can be written

More information

FDI as a source of finance in imperfect capital markets Firm-Level Evidence from Argentina

FDI as a source of finance in imperfect capital markets Firm-Level Evidence from Argentina FDI as a source of finance in imperfect capital markets Firm-Level Evidence from Argentina Paula Bustos CREI and Universitat Pompeu Fabra September 2007 Abstract In this paper I analyze the financing and

More information

INDIRECT INFERENCE (prepared for: The New Palgrave Dictionary of Economics, Second Edition)

INDIRECT INFERENCE (prepared for: The New Palgrave Dictionary of Economics, Second Edition) INDIRECT INFERENCE (prepared for: The New Palgrave Dictionary of Economics, Second Edition) Abstract Indirect inference is a simulation-based method for estimating the parameters of economic models. Its

More information

The Effect of Housing on Portfolio Choice. July 2009

The Effect of Housing on Portfolio Choice. July 2009 The Effect of Housing on Portfolio Choice Raj Chetty Harvard Univ. Adam Szeidl UC-Berkeley July 2009 Introduction How does homeownership affect financial portfolios? Linkages between housing and financial

More information

PS 271B: Quantitative Methods II. Lecture Notes

PS 271B: Quantitative Methods II. Lecture Notes PS 271B: Quantitative Methods II Lecture Notes Langche Zeng zeng@ucsd.edu The Empirical Research Process; Fundamental Methodological Issues 2 Theory; Data; Models/model selection; Estimation; Inference.

More information

Cost implications of no-fault automobile insurance. By: Joseph E. Johnson, George B. Flanigan, and Daniel T. Winkler

Cost implications of no-fault automobile insurance. By: Joseph E. Johnson, George B. Flanigan, and Daniel T. Winkler Cost implications of no-fault automobile insurance By: Joseph E. Johnson, George B. Flanigan, and Daniel T. Winkler Johnson, J. E., G. B. Flanigan, and D. T. Winkler. "Cost Implications of No-Fault Automobile

More information

The Effects of Health Coverage on Population Outcomes: A Country-Level Panel Data Analysis

The Effects of Health Coverage on Population Outcomes: A Country-Level Panel Data Analysis The Effects of Health Coverage on Population Outcomes: A Country-Level Panel Data Analysis by Rodrigo Moreno-Serra and Peter Smith Business School & Centre for Health Policy, Imperial College London, United

More information

16 : Demand Forecasting

16 : Demand Forecasting 16 : Demand Forecasting 1 Session Outline Demand Forecasting Subjective methods can be used only when past data is not available. When past data is available, it is advisable that firms should use statistical

More information

Wooldridge, Introductory Econometrics, 3d ed. Chapter 12: Serial correlation and heteroskedasticity in time series regressions

Wooldridge, Introductory Econometrics, 3d ed. Chapter 12: Serial correlation and heteroskedasticity in time series regressions Wooldridge, Introductory Econometrics, 3d ed. Chapter 12: Serial correlation and heteroskedasticity in time series regressions What will happen if we violate the assumption that the errors are not serially

More information

Lecture 3: Differences-in-Differences

Lecture 3: Differences-in-Differences Lecture 3: Differences-in-Differences Fabian Waldinger Waldinger () 1 / 55 Topics Covered in Lecture 1 Review of fixed effects regression models. 2 Differences-in-Differences Basics: Card & Krueger (1994).

More information

August 2012 EXAMINATIONS Solution Part I

August 2012 EXAMINATIONS Solution Part I August 01 EXAMINATIONS Solution Part I (1) In a random sample of 600 eligible voters, the probability that less than 38% will be in favour of this policy is closest to (B) () In a large random sample,

More information

Mgmt 469. Model Specification: Choosing the Right Variables for the Right Hand Side

Mgmt 469. Model Specification: Choosing the Right Variables for the Right Hand Side Mgmt 469 Model Specification: Choosing the Right Variables for the Right Hand Side Even if you have only a handful of predictor variables to choose from, there are infinitely many ways to specify the right

More information

SOCIAL AND NONMARKET BENEFITS FROM EDUCATION IN AN ADVANCED ECONOMY

SOCIAL AND NONMARKET BENEFITS FROM EDUCATION IN AN ADVANCED ECONOMY Discussion SOCIAL AND NONMARKET BENEFITS FROM EDUCATION IN AN ADVANCED ECONOMY Daron Acemoglu* The extensive literature on individual returns to education has been very influential on the thinking of economists

More information

Correlation. What Is Correlation? Perfect Correlation. Perfect Correlation. Greg C Elvers

Correlation. What Is Correlation? Perfect Correlation. Perfect Correlation. Greg C Elvers Correlation Greg C Elvers What Is Correlation? Correlation is a descriptive statistic that tells you if two variables are related to each other E.g. Is your related to how much you study? When two variables

More information

MISSING DATA TECHNIQUES WITH SAS. IDRE Statistical Consulting Group

MISSING DATA TECHNIQUES WITH SAS. IDRE Statistical Consulting Group MISSING DATA TECHNIQUES WITH SAS IDRE Statistical Consulting Group ROAD MAP FOR TODAY To discuss: 1. Commonly used techniques for handling missing data, focusing on multiple imputation 2. Issues that could

More information

The Macroeconomic Effects of Tax Changes: The Romer-Romer Method on the Austrian case

The Macroeconomic Effects of Tax Changes: The Romer-Romer Method on the Austrian case The Macroeconomic Effects of Tax Changes: The Romer-Romer Method on the Austrian case By Atila Kilic (2012) Abstract In 2010, C. Romer and D. Romer developed a cutting-edge method to measure tax multipliers

More information

Using instrumental variables techniques in economics and finance

Using instrumental variables techniques in economics and finance Using instrumental variables techniques in economics and finance Christopher F Baum 1 Boston College and DIW Berlin German Stata Users Group Meeting, Berlin, June 2008 1 Thanks to Mark Schaffer for a number

More information

THE IMPACT OF MACROECONOMIC FACTORS ON NON-PERFORMING LOANS IN THE REPUBLIC OF MOLDOVA

THE IMPACT OF MACROECONOMIC FACTORS ON NON-PERFORMING LOANS IN THE REPUBLIC OF MOLDOVA Abstract THE IMPACT OF MACROECONOMIC FACTORS ON NON-PERFORMING LOANS IN THE REPUBLIC OF MOLDOVA Dorina CLICHICI 44 Tatiana COLESNICOVA 45 The purpose of this research is to estimate the impact of several

More information

A Static Version of The Macroeconomics of Child Labor Regulation

A Static Version of The Macroeconomics of Child Labor Regulation A tatic Version of The Macroeconomics of Child Labor Regulation Matthias Doepke CLA Fabrizio Zilibotti niversity of Zurich October 2007 1 Introduction In Doepke and Zilibotti 2005) we present an analysis

More information

Answer: C. The strength of a correlation does not change if units change by a linear transformation such as: Fahrenheit = 32 + (5/9) * Centigrade

Answer: C. The strength of a correlation does not change if units change by a linear transformation such as: Fahrenheit = 32 + (5/9) * Centigrade Statistics Quiz Correlation and Regression -- ANSWERS 1. Temperature and air pollution are known to be correlated. We collect data from two laboratories, in Boston and Montreal. Boston makes their measurements

More information

The Effect of Prison Populations on Crime Rates

The Effect of Prison Populations on Crime Rates The Effect of Prison Populations on Crime Rates Revisiting Steven Levitt s Conclusions Nathan Shekita Department of Economics Pomona College Abstract: To examine the impact of changes in prisoner populations

More information

Corporate Taxes, Profit Shifting and the Location of Intangibles within Multinational Firms

Corporate Taxes, Profit Shifting and the Location of Intangibles within Multinational Firms BGPE Discussion Paper No. 60 Corporate Taxes, Profit Shifting and the Location of Intangibles within Multinational Firms Matthias Dischinger Nadine Riedel June 2008 ISSN 1863-5733 Editor: Prof. Regina

More information

Consumer Price Indices in the UK. Main Findings

Consumer Price Indices in the UK. Main Findings Consumer Price Indices in the UK Main Findings The report Consumer Price Indices in the UK, written by Mark Courtney, assesses the array of official inflation indices in terms of their suitability as an

More information

Online Appendices to the Corporate Propensity to Save

Online Appendices to the Corporate Propensity to Save Online Appendices to the Corporate Propensity to Save Appendix A: Monte Carlo Experiments In order to allay skepticism of empirical results that have been produced by unusual estimators on fairly small

More information

6/15/2005 7:54 PM. Affirmative Action s Affirmative Actions: A Reply to Sander

6/15/2005 7:54 PM. Affirmative Action s Affirmative Actions: A Reply to Sander Reply Affirmative Action s Affirmative Actions: A Reply to Sander Daniel E. Ho I am grateful to Professor Sander for his interest in my work and his willingness to pursue a valid answer to the critical

More information

Earnings in private jobs after participation to post-doctoral programs : an assessment using a treatment effect model. Isabelle Recotillet

Earnings in private jobs after participation to post-doctoral programs : an assessment using a treatment effect model. Isabelle Recotillet Earnings in private obs after participation to post-doctoral programs : an assessment using a treatment effect model Isabelle Recotillet Institute of Labor Economics and Industrial Sociology, UMR 6123,

More information

Correlational Research. Correlational Research. Stephen E. Brock, Ph.D., NCSP EDS 250. Descriptive Research 1. Correlational Research: Scatter Plots

Correlational Research. Correlational Research. Stephen E. Brock, Ph.D., NCSP EDS 250. Descriptive Research 1. Correlational Research: Scatter Plots Correlational Research Stephen E. Brock, Ph.D., NCSP California State University, Sacramento 1 Correlational Research A quantitative methodology used to determine whether, and to what degree, a relationship

More information

Testing for Granger causality between stock prices and economic growth

Testing for Granger causality between stock prices and economic growth MPRA Munich Personal RePEc Archive Testing for Granger causality between stock prices and economic growth Pasquale Foresti 2006 Online at http://mpra.ub.uni-muenchen.de/2962/ MPRA Paper No. 2962, posted

More information

GUIDELINES FOR REVIEWING QUANTITATIVE DESCRIPTIVE STUDIES

GUIDELINES FOR REVIEWING QUANTITATIVE DESCRIPTIVE STUDIES GUIDELINES FOR REVIEWING QUANTITATIVE DESCRIPTIVE STUDIES These guidelines are intended to promote quality and consistency in CLEAR reviews of selected studies that use statistical techniques and other

More information

Financial Risk Management Exam Sample Questions

Financial Risk Management Exam Sample Questions Financial Risk Management Exam Sample Questions Prepared by Daniel HERLEMONT 1 PART I - QUANTITATIVE ANALYSIS 3 Chapter 1 - Bunds Fundamentals 3 Chapter 2 - Fundamentals of Probability 7 Chapter 3 Fundamentals

More information

LIMITING GOVERNMENT: THE FAILURE OF STARVE THE BEAST William A. Niskanen

LIMITING GOVERNMENT: THE FAILURE OF STARVE THE BEAST William A. Niskanen LIMITING GOVERNMENT: THE FAILURE OF STARVE THE BEAST William A. Niskanen For nearly 30 years, many Republicans have argued that the most effective way to control federal government spending is to starve

More information

What s New in Econometrics? Lecture 8 Cluster and Stratified Sampling

What s New in Econometrics? Lecture 8 Cluster and Stratified Sampling What s New in Econometrics? Lecture 8 Cluster and Stratified Sampling Jeff Wooldridge NBER Summer Institute, 2007 1. The Linear Model with Cluster Effects 2. Estimation with a Small Number of Groups and

More information

Response to Critiques of Mortgage Discrimination and FHA Loan Performance

Response to Critiques of Mortgage Discrimination and FHA Loan Performance A Response to Comments Response to Critiques of Mortgage Discrimination and FHA Loan Performance James A. Berkovec Glenn B. Canner Stuart A. Gabriel Timothy H. Hannan Abstract This response discusses the

More information

HOW EFFECTIVE IS TARGETED ADVERTISING?

HOW EFFECTIVE IS TARGETED ADVERTISING? HOW EFFECTIVE IS TARGETED ADVERTISING? Ayman Farahat and Michael Bailey Marketplace Architect Yahoo! July 28, 2011 Thanks Randall Lewis, Yahoo! Research Agenda An Introduction to Measuring Effectiveness

More information

Partial Fractions. (x 1)(x 2 + 1)

Partial Fractions. (x 1)(x 2 + 1) Partial Fractions Adding rational functions involves finding a common denominator, rewriting each fraction so that it has that denominator, then adding. For example, 3x x 1 3x(x 1) (x + 1)(x 1) + 1(x +

More information

Deflator Selection and Generalized Linear Modelling in Market-based Accounting Research

Deflator Selection and Generalized Linear Modelling in Market-based Accounting Research Deflator Selection and Generalized Linear Modelling in Market-based Accounting Research Changbao Wu and Bixia Xu 1 Abstract The scale factor refers to an unknown size variable which affects some or all

More information

Premium Copayments and the Trade-off between Wages and Employer-Provided Health Insurance. February 2011

Premium Copayments and the Trade-off between Wages and Employer-Provided Health Insurance. February 2011 PRELIMINARY DRAFT DO NOT CITE OR CIRCULATE COMMENTS WELCOMED Premium Copayments and the Trade-off between Wages and Employer-Provided Health Insurance February 2011 By Darren Lubotsky School of Labor &

More information

Specification: Choosing the Independent Variables

Specification: Choosing the Independent Variables CHAPTER 6 Specification: Choosing the Independent Variables 6.1 Omitted Variables 6.2 Irrelevant Variables 6.3 An Illustration of the Misuse of Specification Criteria 6.4 Specification Searches 6.5 Lagged

More information

Missing Data: Part 1 What to Do? Carol B. Thompson Johns Hopkins Biostatistics Center SON Brown Bag 3/20/13

Missing Data: Part 1 What to Do? Carol B. Thompson Johns Hopkins Biostatistics Center SON Brown Bag 3/20/13 Missing Data: Part 1 What to Do? Carol B. Thompson Johns Hopkins Biostatistics Center SON Brown Bag 3/20/13 Overview Missingness and impact on statistical analysis Missing data assumptions/mechanisms Conventional

More information

Simple Linear Regression Inference

Simple Linear Regression Inference Simple Linear Regression Inference 1 Inference requirements The Normality assumption of the stochastic term e is needed for inference even if it is not a OLS requirement. Therefore we have: Interpretation

More information

False. Model 2 is not a special case of Model 1, because Model 2 includes X5, which is not part of Model 1. What she ought to do is estimate

False. Model 2 is not a special case of Model 1, because Model 2 includes X5, which is not part of Model 1. What she ought to do is estimate Sociology 59 - Research Statistics I Final Exam Answer Key December 6, 00 Where appropriate, show your work - partial credit may be given. (On the other hand, don't waste a lot of time on excess verbiage.)

More information

Practical. I conometrics. data collection, analysis, and application. Christiana E. Hilmer. Michael J. Hilmer San Diego State University

Practical. I conometrics. data collection, analysis, and application. Christiana E. Hilmer. Michael J. Hilmer San Diego State University Practical I conometrics data collection, analysis, and application Christiana E. Hilmer Michael J. Hilmer San Diego State University Mi Table of Contents PART ONE THE BASICS 1 Chapter 1 An Introduction

More information

Panel Data Econometrics

Panel Data Econometrics Panel Data Econometrics Master of Science in Economics - University of Geneva Christophe Hurlin, Université d Orléans University of Orléans January 2010 De nition A longitudinal, or panel, data set is

More information

Grandfather and grandson LORENZO ROCCO

Grandfather and grandson LORENZO ROCCO Grandfather and grandson LORENZO ROCCO Discussion Clémentine Garrouste Séminaire SHARE, 17 novembre 2014 1/12 MOTIVATIONS The proportion of grandparents who report to look after their grandchildren varies

More information

Colloquium for Systematic Reviews in International Development Dhaka

Colloquium for Systematic Reviews in International Development Dhaka Community-Based Health Insurance Schemes: A Systematic Review Anagaw Derseh Pro. Arjun S. Bed Dr. Robert Sparrow Colloquium for Systematic Reviews in International Development Dhaka 13 December 2012 Introduction

More information

Credit Spending And Its Implications for Recent U.S. Economic Growth

Credit Spending And Its Implications for Recent U.S. Economic Growth Credit Spending And Its Implications for Recent U.S. Economic Growth Meghan Bishop, Mary Washington College Since the early 1990's, the United States has experienced the longest economic expansion in recorded

More information

Example: Boats and Manatees

Example: Boats and Manatees Figure 9-6 Example: Boats and Manatees Slide 1 Given the sample data in Table 9-1, find the value of the linear correlation coefficient r, then refer to Table A-6 to determine whether there is a significant

More information

Multiple Regression: What Is It?

Multiple Regression: What Is It? Multiple Regression Multiple Regression: What Is It? Multiple regression is a collection of techniques in which there are multiple predictors of varying kinds and a single outcome We are interested in

More information

From the help desk: Bootstrapped standard errors

From the help desk: Bootstrapped standard errors The Stata Journal (2003) 3, Number 1, pp. 71 80 From the help desk: Bootstrapped standard errors Weihua Guan Stata Corporation Abstract. Bootstrapping is a nonparametric approach for evaluating the distribution

More information

Empirical Methods in Applied Economics

Empirical Methods in Applied Economics Empirical Methods in Applied Economics Jörn-Ste en Pischke LSE October 2005 1 Observational Studies and Regression 1.1 Conditional Randomization Again When we discussed experiments, we discussed already

More information

Assessing the economic benefits of education: reconciling microeconomic and macroeconomic approaches

Assessing the economic benefits of education: reconciling microeconomic and macroeconomic approaches Assessing the economic benefits of education: reconciling microeconomic and macroeconomic approaches CAYT Report No.4 Sarah Cattan Claire Crawford The Centre for Analysis of Youth Transitions (CAYT) is

More information

Marketing Mix Modelling and Big Data P. M Cain

Marketing Mix Modelling and Big Data P. M Cain 1) Introduction Marketing Mix Modelling and Big Data P. M Cain Big data is generally defined in terms of the volume and variety of structured and unstructured information. Whereas structured data is stored

More information

Analyzing the Effect of Change in Money Supply on Stock Prices

Analyzing the Effect of Change in Money Supply on Stock Prices 72 Analyzing the Effect of Change in Money Supply on Stock Prices I. Introduction Billions of dollars worth of shares are traded in the stock market on a daily basis. Many people depend on the stock market

More information

Premaster Statistics Tutorial 4 Full solutions

Premaster Statistics Tutorial 4 Full solutions Premaster Statistics Tutorial 4 Full solutions Regression analysis Q1 (based on Doane & Seward, 4/E, 12.7) a. Interpret the slope of the fitted regression = 125,000 + 150. b. What is the prediction for

More information

Do broker/analyst conflicts matter? Detecting evidence from internet trading platforms

Do broker/analyst conflicts matter? Detecting evidence from internet trading platforms 1 Introduction Do broker/analyst conflicts matter? Detecting evidence from internet trading platforms Jan Hanousek 1, František Kopřiva 2 Abstract. We analyze the potential conflict of interest between

More information

Introduction to Fixed Effects Methods

Introduction to Fixed Effects Methods Introduction to Fixed Effects Methods 1 1.1 The Promise of Fixed Effects for Nonexperimental Research... 1 1.2 The Paired-Comparisons t-test as a Fixed Effects Method... 2 1.3 Costs and Benefits of Fixed

More information

Note 2 to Computer class: Standard mis-specification tests

Note 2 to Computer class: Standard mis-specification tests Note 2 to Computer class: Standard mis-specification tests Ragnar Nymoen September 2, 2013 1 Why mis-specification testing of econometric models? As econometricians we must relate to the fact that the

More information

5. Multiple regression

5. Multiple regression 5. Multiple regression QBUS6840 Predictive Analytics https://www.otexts.org/fpp/5 QBUS6840 Predictive Analytics 5. Multiple regression 2/39 Outline Introduction to multiple linear regression Some useful

More information

RELEVANT TO ACCA QUALIFICATION PAPER P3. Studying Paper P3? Performance objectives 7, 8 and 9 are relevant to this exam

RELEVANT TO ACCA QUALIFICATION PAPER P3. Studying Paper P3? Performance objectives 7, 8 and 9 are relevant to this exam RELEVANT TO ACCA QUALIFICATION PAPER P3 Studying Paper P3? Performance objectives 7, 8 and 9 are relevant to this exam Business forecasting and strategic planning Quantitative data has always been supplied

More information

Trading Frenzies and Their Impact on Real Investment

Trading Frenzies and Their Impact on Real Investment Trading Frenzies and Their Impact on Real Investment Itay Goldstein University of Pennsylvania Wharton School of Business Emre Ozdenoren London Business School and CEPR Kathy Yuan London School of Economics

More information

CALCULATIONS & STATISTICS

CALCULATIONS & STATISTICS CALCULATIONS & STATISTICS CALCULATION OF SCORES Conversion of 1-5 scale to 0-100 scores When you look at your report, you will notice that the scores are reported on a 0-100 scale, even though respondents

More information

SYSTEMS OF REGRESSION EQUATIONS

SYSTEMS OF REGRESSION EQUATIONS SYSTEMS OF REGRESSION EQUATIONS 1. MULTIPLE EQUATIONS y nt = x nt n + u nt, n = 1,...,N, t = 1,...,T, x nt is 1 k, and n is k 1. This is a version of the standard regression model where the observations

More information

Chapter 12: Aggregate Supply and Phillips Curve

Chapter 12: Aggregate Supply and Phillips Curve Chapter 12: Aggregate Supply and Phillips Curve In this chapter we explain the position and slope of the short run aggregate supply (SRAS) curve. SRAS curve can also be relabeled as Phillips curve. A basic

More information

Encouraging Education in an Urban School District: Evidence from the Philadelphia Educational Longitudinal Study *

Encouraging Education in an Urban School District: Evidence from the Philadelphia Educational Longitudinal Study * Encouraging Education in an Urban School District: Evidence from the Philadelphia Educational Longitudinal Study * Frank F. Furstenberg, Jr. University of Pennsylvania David Neumark University of California,

More information

Neutrality s Much Needed Place In Dewey s Two-Part Criterion For Democratic Education

Neutrality s Much Needed Place In Dewey s Two-Part Criterion For Democratic Education Neutrality s Much Needed Place In Dewey s Two-Part Criterion For Democratic Education Taylor Wisneski, Kansas State University Abstract This paper examines methods provided by both John Dewey and Amy Gutmann.

More information

Early Bird Catches the Worm: The Causal Impact of Pre-school Participation and Teacher Qualifications on Year 3 NAPLAN Outcomes

Early Bird Catches the Worm: The Causal Impact of Pre-school Participation and Teacher Qualifications on Year 3 NAPLAN Outcomes Early Bird Catches the Worm: The Causal Impact of Pre-school Participation and Teacher Qualifications on Year 3 NAPLAN Outcomes This research looks at the causal impact of attendance at pre-school i in

More information

The Loss in Efficiency from Using Grouped Data to Estimate Coefficients of Group Level Variables. Kathleen M. Lang* Boston College.

The Loss in Efficiency from Using Grouped Data to Estimate Coefficients of Group Level Variables. Kathleen M. Lang* Boston College. The Loss in Efficiency from Using Grouped Data to Estimate Coefficients of Group Level Variables Kathleen M. Lang* Boston College and Peter Gottschalk Boston College Abstract We derive the efficiency loss

More information

Crime and Housing Prices. Keith Ihlanfeldt Tom Mayock Department of Economics and DeVoe Moore Center Florida State University.

Crime and Housing Prices. Keith Ihlanfeldt Tom Mayock Department of Economics and DeVoe Moore Center Florida State University. Crime and Housing Prices Keith Ihlanfeldt Tom Mayock Department of Economics and DeVoe Moore Center Florida State University February, 2009 Abstract One of the most studied effects of crime is the impact

More information

Chapter 7: Dummy variable regression

Chapter 7: Dummy variable regression Chapter 7: Dummy variable regression Why include a qualitative independent variable?........................................ 2 Simplest model 3 Simplest case.............................................................

More information

Factor analysis. Angela Montanari

Factor analysis. Angela Montanari Factor analysis Angela Montanari 1 Introduction Factor analysis is a statistical model that allows to explain the correlations between a large number of observed correlated variables through a small number

More information

FIXED EFFECTS AND RELATED ESTIMATORS FOR CORRELATED RANDOM COEFFICIENT AND TREATMENT EFFECT PANEL DATA MODELS

FIXED EFFECTS AND RELATED ESTIMATORS FOR CORRELATED RANDOM COEFFICIENT AND TREATMENT EFFECT PANEL DATA MODELS FIXED EFFECTS AND RELATED ESTIMATORS FOR CORRELATED RANDOM COEFFICIENT AND TREATMENT EFFECT PANEL DATA MODELS Jeffrey M. Wooldridge Department of Economics Michigan State University East Lansing, MI 48824-1038

More information

Mgmt 469. Fixed Effects Models. Suppose you want to learn the effect of price on the demand for back massages. You

Mgmt 469. Fixed Effects Models. Suppose you want to learn the effect of price on the demand for back massages. You Mgmt 469 Fixed Effects Models Suppose you want to learn the effect of price on the demand for back massages. You have the following data from four Midwest locations: Table 1: A Single Cross-section of

More information

Do Commodity Price Spikes Cause Long-Term Inflation?

Do Commodity Price Spikes Cause Long-Term Inflation? No. 11-1 Do Commodity Price Spikes Cause Long-Term Inflation? Geoffrey M.B. Tootell Abstract: This public policy brief examines the relationship between trend inflation and commodity price increases and

More information

Do Supplemental Online Recorded Lectures Help Students Learn Microeconomics?*

Do Supplemental Online Recorded Lectures Help Students Learn Microeconomics?* Do Supplemental Online Recorded Lectures Help Students Learn Microeconomics?* Jennjou Chen and Tsui-Fang Lin Abstract With the increasing popularity of information technology in higher education, it has

More information

ESTIMATING AN ECONOMIC MODEL OF CRIME USING PANEL DATA FROM NORTH CAROLINA BADI H. BALTAGI*

ESTIMATING AN ECONOMIC MODEL OF CRIME USING PANEL DATA FROM NORTH CAROLINA BADI H. BALTAGI* JOURNAL OF APPLIED ECONOMETRICS J. Appl. Econ. 21: 543 547 (2006) Published online in Wiley InterScience (www.interscience.wiley.com). DOI: 10.1002/jae.861 ESTIMATING AN ECONOMIC MODEL OF CRIME USING PANEL

More information

1 Teaching notes on GMM 1.

1 Teaching notes on GMM 1. Bent E. Sørensen January 23, 2007 1 Teaching notes on GMM 1. Generalized Method of Moment (GMM) estimation is one of two developments in econometrics in the 80ies that revolutionized empirical work in

More information

II. DISTRIBUTIONS distribution normal distribution. standard scores

II. DISTRIBUTIONS distribution normal distribution. standard scores Appendix D Basic Measurement And Statistics The following information was developed by Steven Rothke, PhD, Department of Psychology, Rehabilitation Institute of Chicago (RIC) and expanded by Mary F. Schmidt,

More information

PARTIAL LEAST SQUARES IS TO LISREL AS PRINCIPAL COMPONENTS ANALYSIS IS TO COMMON FACTOR ANALYSIS. Wynne W. Chin University of Calgary, CANADA

PARTIAL LEAST SQUARES IS TO LISREL AS PRINCIPAL COMPONENTS ANALYSIS IS TO COMMON FACTOR ANALYSIS. Wynne W. Chin University of Calgary, CANADA PARTIAL LEAST SQUARES IS TO LISREL AS PRINCIPAL COMPONENTS ANALYSIS IS TO COMMON FACTOR ANALYSIS. Wynne W. Chin University of Calgary, CANADA ABSTRACT The decision of whether to use PLS instead of a covariance

More information

HYPOTHESIS TESTING: CONFIDENCE INTERVALS, T-TESTS, ANOVAS, AND REGRESSION

HYPOTHESIS TESTING: CONFIDENCE INTERVALS, T-TESTS, ANOVAS, AND REGRESSION HYPOTHESIS TESTING: CONFIDENCE INTERVALS, T-TESTS, ANOVAS, AND REGRESSION HOD 2990 10 November 2010 Lecture Background This is a lightning speed summary of introductory statistical methods for senior undergraduate

More information

Auxiliary Variables in Mixture Modeling: 3-Step Approaches Using Mplus

Auxiliary Variables in Mixture Modeling: 3-Step Approaches Using Mplus Auxiliary Variables in Mixture Modeling: 3-Step Approaches Using Mplus Tihomir Asparouhov and Bengt Muthén Mplus Web Notes: No. 15 Version 8, August 5, 2014 1 Abstract This paper discusses alternatives

More information