Advanced Econometrics

Size: px
Start display at page:

Download "Advanced Econometrics"

Transcription

1 Advanced Econometrics Instructor: Takashi Yamano 11/14/2003 Due: 11/21/2003 Homework 5 (30 points) Sample Answers 1. (16 points) Read Example 13.4 and an AER paper by Meyer, Viscusi, and Durbin (1995). We will reproduce their results by using data called INJURY.dta. (a) Meyer, Viscusi, and Durbin (1995) want to measure impacts of a policy change on compensation laws in Kentucky. Who are in control groups and treatment groups? Why? Control groups: low-income workers Treatment groups: high-income workers In 1980, Kentucky raised the maximum benefit from $131 to $217. In 1982, Michigan raised it from $181 to $307. Before the changes in the benefits in Kentucky and Michigan, high-income workers, whose weekly earnings were higher than the maximum benefits, had an incentive to go back to work because their benefits were significantly lower than their weekly earnings. The increases in the maximum benefits, however, made it less costly for high-income workers to stay away from work. In contrast, the increases in the maximum benefits did not affect low-income workers incentive to stay away from work. Thus, we can think high-income workers as treatment groups and low-income workers as control groups for the changes in compensation laws in Kentucky and Michigan. Kentucky Mean duration (weeks) Mean ln(duration) (b) By using the data, fill in the shaded areas in the following table for Kentucky and Michigan. (use Kentucky dummy: ky=1 for Kentucky) Treatment Group Control Group Differences DID Before (1) After (2) Before (3) After (4) (2)-(1) (5) (4)-(3) (6) (5)-(6) (7) (29.0) (1.30) (28.3) (1.30) (12.4) (1.22) (16.1) (1.27) [1.47] 0.198** [3.73] [1.52] [0.17] Sample size 1,233 1,161 1,705 1,527 Michigan Mean duration (weeks) (34.7) (39.5) (26.4) (34.1) [1.34] [1.45] Mean *

2 ln(duration) (1.42) (1.45) (1.35) (1.35) [2.16] [1.17] Sample size (c) Estimate the following equation for Kentucky and Michigan separately and report the results: log(duration) = $ 0 + $ 1 afchnge + $ 2 highearn + $ 3 (afchnge x highearn) + $ 4 male + $ 5 married + $ 6 age + u Kentucky log(duration) = afchnge highearn (afchnge x highearn) (12.8)** (0.31) (3.91)** (3.13)** male married age + u (0.87) (2.14)* (4.86)** Michigan log(duration) = afchnge highearn (afchnge x highearn) (7.81)** (0.96) (0.99) (1.20) male married age + u (2.14)* (0.37) (4.64)** (d) Estimate the same model in (c) for samples before (afchnge=0) and after (afchnge=1) the policy change separately. Do the Chow test. Has there been a structural change? Kentucky All log(duration) = highearn male married age + u (13.5)** (7.81)** (0.82) (2.17)* (4.92)** SSR=8488.8, R 2 =0.0254, n=5360, k+1=5 Kentucky Before log(duration) = highearn male married age + u (10.4)** (4.04)** (1.66) (1.96)* (3.48)** SSR=4229.9, R 2 =0.0188, n=2787, k+1=5 Kentucky After log(duration) = highearn male married age + u (8.91)** (6.88)** (0.45) (1.03) (3.35)** SSR=4224.5, R 2 =0.0357, n=2573, k+1=5 F = [ ( )]/ 5 = 4.35 ( ) /[ )] This is larger than the critical F-value for degrees of freedom of five and a large number, Thus, the result indicates a structural change before and after the change in the compensation law in Kentucky. 2

3 Michigan All log(duration) = highearn male married age + u (8.24)** (2.36)* (2.16)* (0.29) (4.65)** SSR=2740.3, R 2 =0.0273, n=1484, k+1=5 Michigan Before log(duration) = highearn male married age + u (6.05)** (1.01) (1.29) (0.97) (3.44)** SSR=1466.8, R 2 =0.0217, n=804, k+1=5 Michigan After log(duration) = highearn male married age + u (5.58)** (2.26)* (1.76) (0.54) (3.14)** SSR=1261.2, R 2 =0.0365, n=680, k+1=5 F = [ ( )]/ 5 = 1.33 ( ) /[ )] This is smaller than the critical F-value for degrees of freedom of five and a large number, Thus, the result indicates no structural changes before and after the change in the compensation law in Michigan. 2. (14 points) For this exercise use the data called TRAFFIC1_vertical.dta (I will send you this data set via ). Read Example 13.7 in Wooldridge. (a) Theory says that the FE estimators and FD estimators should be identical. Estimate a Fixed Effect model by using TRAFIC1_vertical.dta and report the results. (Use stateid for identification; use xtreg command.) Your answers should be identical to the ones in Equation in page 447 in Wooldridge. The key to this question is that you need specify a year dummy for observations in 1990 in FE. In FD models, a constant term is eliminated. The constant term in Equation in Wooldridge is not a constant term but a year dummy for xtreg dthrte open admn year90, fe Fixed-effects (within) regression Number of obs = 102 Group variable (i): stateid Number of groups = 51 R-sq: within = Obs per group: min = 2 between = avg = 2.0 overall = max = 2 F(3,48) = corr(u_i, Xb) = Prob > F = dthrte Coef. Std. Err. t P> t [95% Conf. Interval] 3

4 open admn year _cons sigma_u sigma_e rho (fraction of variance due to u_i) F test that all u_i=0: F(50, 48) = 9.46 Prob > F = (b) Estimate a Random Effect model and conduct the Hausman test between the FE and RE models. Report the Hausman test statistic. (Hint: use the help command to learn how to conduct the Hausman test in STATA.). xtreg dthrte open admn year90, fe Fixed-effects (within) regression Number of obs = 102 Group variable (i): stateid Number of groups = 51 R-sq: within = Obs per group: min = 2 between = avg = 2.0 overall = max = 2 F(3,48) = corr(u_i, Xb) = Prob > F = dthrte Coef. Std. Err. t P> t [95% Conf. Interval] open admn year _cons sigma_u sigma_e rho (fraction of variance due to u_i) F test that all u_i=0: F(50, 48) = 9.46 Prob > F = est store all. xtreg dthrte open admn year90, re Random-effects GLS regression Number of obs = 102 Group variable (i): stateid Number of groups = 51 R-sq: within = Obs per group: min = 2 between = avg = 2.0 overall = max = 2 Random effects u_i ~ Gaussian Wald chi2(3) = corr(u_i, X) = 0 (assumed) Prob > chi2 = dthrte Coef. Std. Err. z P> z [95% Conf. Interval] open admn year _cons sigma_u sigma_e rho (fraction of variance due to u_i) 4

5 . hausman all ---- Coefficients ---- (b) (B) (b-b) sqrt(diag(v_b-v_b)) all. Difference S.E. open admn year b = consistent under Ho and Ha; obtained from xtreg B = inconsistent under Ha, efficient under Ho; obtained from xtreg Test: Ho: difference in coefficients not systematic chi2(3) = (b-b)'[(v_b-v_b)^(-1)](b-b) = 6.24 Prob>chi2 = Thus, the Hausman test is not significant even at the 10 percent level. Thus, it can not reject the null hypothesis that the Random Effect model are biased because of time-invariant unobserved variables. (c) By using Example 9-1 in the lecture notes as an example, transfer TRAFIC1_vertical.dta to a linearized data (where each state has one row). And estimate the First Difference model. Report the results.. reg ddthrte dadmn dopen Source SS df MS Number of obs = F( 2, 48) = 3.23 Model Prob > F = Residual R-squared = Adj R-squared = Total Root MSE =.3435 ddthrte Coef. Std. Err. t P> t [95% Conf. Interval] dopen dadmn _cons The results are exactly same as in the FE model in (b). Here is a STATA do file that was used to manage the data. set more off set matsize 800 clear use c:\docs\fasid\classes\econometrics\wooldridge_data\traffic1_vertical.dt a keep if year90==0 keep state admn open dthrte stateid rename admn admn85 rename open open85 rename dthrte dthrte85 sort stateid 5

6 save c:\docs\tmp\traffic85.dta, replace clear use c:\docs\fasid\classes\econometrics\wooldridge_data\traffic1_vertical.dt a keep if year90==1 keep state admn open dthrte stateid rename admn admn90 rename open open90 rename dthrte dthrte90 sort stateid save c:\docs\tmp\traffic90.dta, replace clear use c:\docs\tmp\traffic85.dta sort stateid merge stateid using c:\docs\tmp\traffic90.dta gen dadmn=admn90-admn85 gen dopen=open90-open85 gen ddthrte=dthrte90-dthrte85 reg ddthrte dopen dadmn 6

The relationship between GDP, labor force and health expenditure in European countries

The relationship between GDP, labor force and health expenditure in European countries Econometrics-Term paper The relationship between GDP, labor force and health expenditure in European countries Student: Nguyen Thu Ha Contents 1. Background:... 2 2. Discussion:... 2 3. Regression equation

More information

Quantitative Techniques Term 2

Quantitative Techniques Term 2 Quantitative Techniques Term 2 Laboratory 7 2 March 2006 Overview The objective of this lab is to: Estimate a cost function for a panel of firms; Calculate returns to scale; Introduce the command cluster

More information

Labor Force Participation and the Wage Gap Detailed Notes and Code Econometrics 113 Spring 2014

Labor Force Participation and the Wage Gap Detailed Notes and Code Econometrics 113 Spring 2014 Labor Force Participation and the Wage Gap Detailed Notes and Code Econometrics 113 Spring 2014 In class, Lecture 11, we used a new dataset to examine labor force participation and wages across groups.

More information

u panel_lecture . sum

u panel_lecture . sum u panel_lecture sum Variable Obs Mean Std Dev Min Max datastre 639 9039644 6369418 900228 926665 year 639 1980 2584012 1976 1984 total_sa 639 9377839 3212313 682 441e+07 tot_fixe 639 5214385 1988422 642

More information

Cross-country comparison using the ECHP Descriptive statistics and Simple Models. Cheti Nicoletti Institute for Social and Economic Research

Cross-country comparison using the ECHP Descriptive statistics and Simple Models. Cheti Nicoletti Institute for Social and Economic Research Cross-country comparison using the ECHP Descriptive statistics and Simple Models Cheti Nicoletti Institute for Social and Economic Research Comparing income variables across countries Income variables

More information

Your Name (Please print) Did you agree to take the optional portion of the final exam Yes No. Directions

Your Name (Please print) Did you agree to take the optional portion of the final exam Yes No. Directions Your Name (Please print) Did you agree to take the optional portion of the final exam Yes No (Your online answer will be used to verify your response.) Directions There are two parts to the final exam.

More information

Final Exam - section 1. Thursday, December hours, 30 minutes

Final Exam - section 1. Thursday, December hours, 30 minutes Econometrics, ECON312 San Francisco State University Michael Bar Fall 2013 Final Exam - section 1 Thursday, December 19 1 hours, 30 minutes Name: Instructions 1. This is closed book, closed notes exam.

More information

AN EMPIRICAL ANALYSIS OF THE RELATIONSHIP BETWEEN FOREIGN TRADE AND ECONOMIC GROWTH IN CENTRAL AFRICA

AN EMPIRICAL ANALYSIS OF THE RELATIONSHIP BETWEEN FOREIGN TRADE AND ECONOMIC GROWTH IN CENTRAL AFRICA AN EMPIRICAL ANALYSIS OF THE RELATIONSHIP BETWEEN FOREIGN TRADE AND ECONOMIC GROWTH IN CENTRAL AFRICA 1 HUSSAINA ABDULLAHI YARIMA, 2 SHUAIBU SIDI SAFIYANU 1,2 (b.sc & m.sc econs) Department Of General

More information

Effect of Health Expenditure on GDP, a Panel Study Based on Pakistan, China, India and Bangladesh

Effect of Health Expenditure on GDP, a Panel Study Based on Pakistan, China, India and Bangladesh International Journal of Health Economics and Policy 2017; 2(2): 57-62 http://www.sciencepublishinggroup.com/j/hep doi: 10.11648/j.hep.20170202.13 Effect of Health Expenditure on GDP, a Panel Study Based

More information

Example 2.3: CEO Salary and Return on Equity. Salary for ROE = 0. Salary for ROE = 30. Example 2.4: Wage and Education

Example 2.3: CEO Salary and Return on Equity. Salary for ROE = 0. Salary for ROE = 30. Example 2.4: Wage and Education 1 Stata Textbook Examples Introductory Econometrics: A Modern Approach by Jeffrey M. Wooldridge (1st & 2d eds.) Chapter 2 - The Simple Regression Model Example 2.3: CEO Salary and Return on Equity summ

More information

Trade Imbalance and Entrepreneurial Activity: A Quantitative Panel Data Analysis

Trade Imbalance and Entrepreneurial Activity: A Quantitative Panel Data Analysis Scholedge International Journal of Business Policy & Governance ISSN 2394-3351, Vol.04, Issue 11 (2017) Pg 116-123. DOI: 10.19085/journal.sijbpg041101 Published by: Scholedge Publishing www.thescholedge.org

More information

İnsan TUNALI 8 November 2018 Econ 511: Econometrics I. ASSIGNMENT 7 STATA Supplement

İnsan TUNALI 8 November 2018 Econ 511: Econometrics I. ASSIGNMENT 7 STATA Supplement İnsan TUNALI 8 November 2018 Econ 511: Econometrics I ASSIGNMENT 7 STATA Supplement. use "F:\COURSES\GRADS\ECON511\SHARE\wages1.dta", clear. generate =ln(wage). scatter sch Q. Do you see a relationship

More information

[BINARY DEPENDENT VARIABLE ESTIMATION WITH STATA]

[BINARY DEPENDENT VARIABLE ESTIMATION WITH STATA] Tutorial #3 This example uses data in the file 16.09.2011.dta under Tutorial folder. It contains 753 observations from a sample PSID data on the labor force status of married women in the U.S in 1975.

More information

Problem Set 6 ANSWERS

Problem Set 6 ANSWERS Economics 20 Part I. Problem Set 6 ANSWERS Prof. Patricia M. Anderson The first 5 questions are based on the following information: Suppose a researcher is interested in the effect of class attendance

More information

tm / / / / / / / / / / / / Statistics/Data Analysis User: Klick Project: Limited Dependent Variables{space -6}

tm / / / / / / / / / / / / Statistics/Data Analysis User: Klick Project: Limited Dependent Variables{space -6} PS 4 Monday August 16 01:00:42 2010 Page 1 tm / / / / / / / / / / / / Statistics/Data Analysis User: Klick Project: Limited Dependent Variables{space -6} log: C:\web\PS4log.smcl log type: smcl opened on:

More information

Examination of State Lotteries

Examination of State Lotteries Examination of State Lotteries Allie Hemmings Econ 312 Final Project Introduction: In this project I used panel data of state lotteries, state finances, and state demographics to predict a model for the

More information

A COMPARATIVE ANALYSIS OF REAL AND PREDICTED INFLATION CONVERGENCE IN CEE COUNTRIES DURING THE ECONOMIC CRISIS

A COMPARATIVE ANALYSIS OF REAL AND PREDICTED INFLATION CONVERGENCE IN CEE COUNTRIES DURING THE ECONOMIC CRISIS A COMPARATIVE ANALYSIS OF REAL AND PREDICTED INFLATION CONVERGENCE IN CEE COUNTRIES DURING THE ECONOMIC CRISIS Mihaela Simionescu * Abstract: The main objective of this study is to make a comparative analysis

More information

Violent Conflict and Foreign Direct Investment in Developing Economies: A Panel Data Analysis

Violent Conflict and Foreign Direct Investment in Developing Economies: A Panel Data Analysis Violent Conflict and Foreign Direct Investment in Developing Economies: A Panel Data Analysis Brendan Pierpont Introduction to Econometrics Professor Gary Krueger Macalester College December 2005 Abstract

More information

Professor Brad Jones University of Arizona POL 681, SPRING 2004 INTERACTIONS and STATA: Companion To Lecture Notes on Statistical Interactions

Professor Brad Jones University of Arizona POL 681, SPRING 2004 INTERACTIONS and STATA: Companion To Lecture Notes on Statistical Interactions Professor Brad Jones University of Arizona POL 681, SPRING 2004 INTERACTIONS and STATA: Companion To Lecture Notes on Statistical Interactions Preliminaries 1. Basic Regression. reg y x1 Source SS df MS

More information

Problem Set 9 Heteroskedasticty Answers

Problem Set 9 Heteroskedasticty Answers Problem Set 9 Heteroskedasticty Answers /* INVESTIGATION OF HETEROSKEDASTICITY */ First graph data. u hetdat2. gra manuf gdp, s([country].) xlab ylab 300000 manufacturing output (US$ miilio 200000 100000

More information

Econ 371 Problem Set #4 Answer Sheet. 6.2 This question asks you to use the results from column (1) in the table on page 213.

Econ 371 Problem Set #4 Answer Sheet. 6.2 This question asks you to use the results from column (1) in the table on page 213. Econ 371 Problem Set #4 Answer Sheet 6.2 This question asks you to use the results from column (1) in the table on page 213. a. The first part of this question asks whether workers with college degrees

More information

Handout seminar 6, ECON4150

Handout seminar 6, ECON4150 Handout seminar 6, ECON4150 Herman Kruse March 17, 2013 Introduction - list of commands This week, we need a couple of new commands in order to solve all the problems. hist var1 if var2, options - creates

More information

Labor Market Returns to Two- and Four- Year Colleges. Paper by Kane and Rouse Replicated by Andreas Kraft

Labor Market Returns to Two- and Four- Year Colleges. Paper by Kane and Rouse Replicated by Andreas Kraft Labor Market Returns to Two- and Four- Year Colleges Paper by Kane and Rouse Replicated by Andreas Kraft Theory Estimating the return to two-year colleges Economic Return to credit hours or sheepskin effects

More information

Time series data: Part 2

Time series data: Part 2 Plot of Epsilon over Time -- Case 1 1 Time series data: Part Epsilon - 1 - - - -1 1 51 7 11 1 151 17 Time period Plot of Epsilon over Time -- Case Plot of Epsilon over Time -- Case 3 1 3 1 Epsilon - Epsilon

More information

You created this PDF from an application that is not licensed to print to novapdf printer (http://www.novapdf.com)

You created this PDF from an application that is not licensed to print to novapdf printer (http://www.novapdf.com) Monday October 3 10:11:57 2011 Page 1 (R) / / / / / / / / / / / / Statistics/Data Analysis Education Box and save these files in a local folder. name:

More information

Impact of Stock Market, Trade and Bank on Economic Growth for Latin American Countries: An Econometrics Approach

Impact of Stock Market, Trade and Bank on Economic Growth for Latin American Countries: An Econometrics Approach Science Journal of Applied Mathematics and Statistics 2018; 6(1): 1-6 http://www.sciencepublishinggroup.com/j/sjams doi: 10.11648/j.sjams.20180601.11 ISSN: 2376-9491 (Print); ISSN: 2376-9513 (Online) Impact

More information

Keywords: Capital structure, Profitability, Performance analysis.

Keywords: Capital structure, Profitability, Performance analysis. Impact of Capital Structure on Profitability: A Comparative Study of Cement &Automobile Sector of Pakistan Adnan Ali, Amir Ullah, Pir Qasim Shah, Naveed Shehzad and Wasiq Nawab Abstract This study aims

More information

Heteroskedasticity. . reg wage black exper educ married tenure

Heteroskedasticity. . reg wage black exper educ married tenure Heteroskedasticity. reg Source SS df MS Number of obs = 2,380 -------------+---------------------------------- F(2, 2377) = 72.38 Model 14.4018246 2 7.20091231 Prob > F = 0.0000 Residual 236.470024 2,377.099482551

More information

Assignment #5 Solutions: Chapter 14 Q1.

Assignment #5 Solutions: Chapter 14 Q1. Assignment #5 Solutions: Chapter 14 Q1. a. R 2 is.037 and the adjusted R 2 is.033. The adjusted R 2 value becomes particularly important when there are many independent variables in a multiple regression

More information

Econometrics is. The estimation of relationships suggested by economic theory

Econometrics is. The estimation of relationships suggested by economic theory Econometrics is Econometrics is The estimation of relationships suggested by economic theory Econometrics is The estimation of relationships suggested by economic theory The application of mathematical

More information

Dummy variables 9/22/2015. Are wages different across union/nonunion jobs. Treatment Control Y X X i identifies treatment

Dummy variables 9/22/2015. Are wages different across union/nonunion jobs. Treatment Control Y X X i identifies treatment Dummy variables Treatment 22 1 1 Control 3 2 Y Y1 0 1 2 Y X X i identifies treatment 1 1 1 1 1 1 0 0 0 X i =1 if in treatment group X i =0 if in control H o : u n =u u Are wages different across union/nonunion

More information

The data definition file provided by the authors is reproduced below: Obs: 1500 home sales in Stockton, CA from Oct 1, 1996 to Nov 30, 1998

The data definition file provided by the authors is reproduced below: Obs: 1500 home sales in Stockton, CA from Oct 1, 1996 to Nov 30, 1998 Economics 312 Sample Project Report Jeffrey Parker Introduction This project is based on Exercise 2.12 on page 81 of the Hill, Griffiths, and Lim text. It examines how the sale price of houses in Stockton,

More information

Cameron ECON 132 (Health Economics): FIRST MIDTERM EXAM (A) Fall 17

Cameron ECON 132 (Health Economics): FIRST MIDTERM EXAM (A) Fall 17 Cameron ECON 132 (Health Economics): FIRST MIDTERM EXAM (A) Fall 17 Answer all questions in the space provided on the exam. Total of 36 points (and worth 22.5% of final grade). Read each question carefully,

More information

EQUITY FORMATION AND FINANCIAL PERFORMANCE OF LISTED DEPOSIT MONEY BANKS IN NIGERIA

EQUITY FORMATION AND FINANCIAL PERFORMANCE OF LISTED DEPOSIT MONEY BANKS IN NIGERIA EQUITY FORMATION AND FINANCIAL PERFORMANCE OF LISTED DEPOSIT MONEY BANKS IN NIGERIA Dr. Gugong, Benjamin Kumai Department of Accounting, Faculty of Social and Management Science Kaduna State University

More information

ECON Introductory Econometrics. Seminar 4. Stock and Watson Chapter 8

ECON Introductory Econometrics. Seminar 4. Stock and Watson Chapter 8 ECON4150 - Introductory Econometrics Seminar 4 Stock and Watson Chapter 8 empirical exercise E8.2: Data 2 In this exercise we use the data set CPS12.dta Each month the Bureau of Labor Statistics in the

More information

1) The Effect of Recent Tax Changes on Taxable Income

1) The Effect of Recent Tax Changes on Taxable Income 1) The Effect of Recent Tax Changes on Taxable Income In the most recent issue of the Journal of Policy Analysis and Management, Bradley Heim published a paper called The Effect of Recent Tax Changes on

More information

Impact of Financial Distress on the Leverage of Selected Manufacturing Firms of Ethiopia

Impact of Financial Distress on the Leverage of Selected Manufacturing Firms of Ethiopia Impact of Financial Distress on the Leverage of Selected Manufacturing Firms of Ethiopia Andualem Ufo Wolaita Sodo University, Department of Accounting & Finance Arbaminch-wolaita Road, 138, Wolaita Sodo,

More information

*1A. Basic Descriptive Statistics sum housereg drive elecbill affidavit witness adddoc income male age literacy educ occup cityyears if control==1

*1A. Basic Descriptive Statistics sum housereg drive elecbill affidavit witness adddoc income male age literacy educ occup cityyears if control==1 *1A Basic Descriptive Statistics sum housereg drive elecbill affidavit witness adddoc income male age literacy educ occup cityyears if control==1 Variable Obs Mean Std Dev Min Max --- housereg 21 2380952

More information

F^3: F tests, Functional Forms and Favorite Coefficient Models

F^3: F tests, Functional Forms and Favorite Coefficient Models F^3: F tests, Functional Forms and Favorite Coefficient Models Favorite coefficient model: otherteams use "nflpricedata Bdta", clear *Favorite coefficient model: otherteams reg rprice pop pop2 rpci wprcnt1

More information

Categorical Outcomes. Statistical Modelling in Stata: Categorical Outcomes. R by C Table: Example. Nominal Outcomes. Mark Lunt.

Categorical Outcomes. Statistical Modelling in Stata: Categorical Outcomes. R by C Table: Example. Nominal Outcomes. Mark Lunt. Categorical Outcomes Statistical Modelling in Stata: Categorical Outcomes Mark Lunt Arthritis Research UK Epidemiology Unit University of Manchester Nominal Ordinal 28/11/2017 R by C Table: Example Categorical,

More information

FOREIGN CURRENCY DERIVATIES AND CORPORATE VALUE: EVIDENCE FROM CHINA

FOREIGN CURRENCY DERIVATIES AND CORPORATE VALUE: EVIDENCE FROM CHINA FOREIGN CURRENCY DERIVATIES AND CORPORATE VALUE: EVIDENCE FROM CHINA Robin Hang Luo ALHOSN University, UAE ABSTRACT Chinese Yuan, also known as Renminbi (RMB), has been appreciating more than 30% against

More information

Solutions for Session 5: Linear Models

Solutions for Session 5: Linear Models Solutions for Session 5: Linear Models 30/10/2018. do solution.do. global basedir http://personalpages.manchester.ac.uk/staff/mark.lunt. global datadir $basedir/stats/5_linearmodels1/data. use $datadir/anscombe.

More information

sociology SO5032 Quantitative Research Methods Brendan Halpin, Sociology, University of Limerick Spring 2018 SO5032 Quantitative Research Methods

sociology SO5032 Quantitative Research Methods Brendan Halpin, Sociology, University of Limerick Spring 2018 SO5032 Quantitative Research Methods 1 SO5032 Quantitative Research Methods Brendan Halpin, Sociology, University of Limerick Spring 2018 Lecture 10: Multinomial regression baseline category extension of binary What if we have multiple possible

More information

International Journal of Multidisciplinary Consortium

International Journal of Multidisciplinary Consortium Impact of Capital Structure on Firm Performance: Analysis of Food Sector Listed on Karachi Stock Exchange By Amara, Lecturer Finance, Management Sciences Department, Virtual University of Pakistan, amara@vu.edu.pk

More information

An Examination of the Impact of the Texas Methodist Foundation Clergy Development Program. on the United Methodist Church in Texas

An Examination of the Impact of the Texas Methodist Foundation Clergy Development Program. on the United Methodist Church in Texas An Examination of the Impact of the Texas Methodist Foundation Clergy Development Program on the United Methodist Church in Texas The Texas Methodist Foundation completed its first, two-year Clergy Development

More information

Modeling wages of females in the UK

Modeling wages of females in the UK International Journal of Business and Social Science Vol. 2 No. 11 [Special Issue - June 2011] Modeling wages of females in the UK Saadia Irfan NUST Business School National University of Sciences and

More information

Housing Prices, Macroeconomic Variables and Corruption Index in ASEAN

Housing Prices, Macroeconomic Variables and Corruption Index in ASEAN 2016, TextRoad Publication ISSN: 2090-4274 Journal of Applied Environmental and Biological Sciences www.textroad.com Housing Prices, Macroeconomic Variables and Corruption Index in ASEAN Nur Hayyu Shaari,

More information

EC327: Limited Dependent Variables and Sample Selection Binomial probit: probit

EC327: Limited Dependent Variables and Sample Selection Binomial probit: probit EC327: Limited Dependent Variables and Sample Selection Binomial probit: probit. summarize work age married children education Variable Obs Mean Std. Dev. Min Max work 2000.6715.4697852 0 1 age 2000 36.208

More information

Example 7.1: Hourly Wage Equation Average wage for women

Example 7.1: Hourly Wage Equation Average wage for women 1 Stata Textbook Examples Introductory Econometrics: A Modern Approach by Jeffrey M. Wooldridge (1st & 2nd eds.) Chapter 7 - Multiple Regression Analysis with Qualitative Information: Binary (or Dummy)

More information

Statistical Models of Stocks and Bonds. Zachary D Easterling: Department of Economics. The University of Akron

Statistical Models of Stocks and Bonds. Zachary D Easterling: Department of Economics. The University of Akron Statistical Models of Stocks and Bonds Zachary D Easterling: Department of Economics The University of Akron Abstract One of the key ideas in monetary economics is that the prices of investments tend to

More information

Macroeconomics, Firm-Specific Factors and Stock Liquidity: An Empirical Evidence from Jordan

Macroeconomics, Firm-Specific Factors and Stock Liquidity: An Empirical Evidence from Jordan Macroeconomics, Firm-Specific Factors and Stock Liquidity: An Empirical Evidence from Jordan Wasfi A. Al Salamat 1 1 Department of Banking and Financial Sciences, Faculty of Economics and Administrative

More information

Effect of Education on Wage Earning

Effect of Education on Wage Earning Effect of Education on Wage Earning Group Members: Quentin Talley, Thomas Wang, Geoff Zaski Abstract The scope of this project includes individuals aged 18-65 who finished their education and do not have

More information

Two-stage least squares examples. Angrist: Vietnam Draft Lottery Men, Cohorts. Vietnam era service

Two-stage least squares examples. Angrist: Vietnam Draft Lottery Men, Cohorts. Vietnam era service Two-stage least squares examples Angrist: Vietnam Draft Lottery 1 2 Vietnam era service 1980 Men, 1940-1952 Cohorts Defined as 1964-1975 Estimated 8.7 million served during era 3.4 million were in SE Asia

More information

Testing the Solow Growth Theory

Testing the Solow Growth Theory Testing the Solow Growth Theory Dilip Mookherjee Ec320 Lecture 5, Boston University Sept 16, 2014 DM (BU) 320 Lect 5 Sept 16, 2014 1 / 1 EMPIRICAL PREDICTIONS OF SOLOW MODEL WITH TECHNICAL PROGRESS 1.

More information

Analysis on Factors that Affect Stock Prices: A Study on Listed Cement Companies at Dhaka Stock Exchange

Analysis on Factors that Affect Stock Prices: A Study on Listed Cement Companies at Dhaka Stock Exchange Analysis on Factors that Affect Stock Prices: A Study on Listed Cement Companies at Dhaka Stock Exchange Abstract Shafiqul Alam 1 * Md. Rubel Miah 2 and Md. Abdul Karim 3 1. Assistant Professor, Department

More information

Example 8.1: Log Wage Equation with Heteroscedasticity-Robust Standard Errors

Example 8.1: Log Wage Equation with Heteroscedasticity-Robust Standard Errors 1 Stata Textbook Examples Introductory Econometrics: A Modern Approach by Jeffrey M. Wooldridge (1st & 2nd eds.) Chapter 8 - Heteroskedasticity Example 8.1: Log Wage Equation with Heteroscedasticity-Robust

More information

CHAPTER 4 ESTIMATES OF RETIREMENT, SOCIAL SECURITY BENEFIT TAKE-UP, AND EARNINGS AFTER AGE 50

CHAPTER 4 ESTIMATES OF RETIREMENT, SOCIAL SECURITY BENEFIT TAKE-UP, AND EARNINGS AFTER AGE 50 CHAPTER 4 ESTIMATES OF RETIREMENT, SOCIAL SECURITY BENEFIT TAKE-UP, AND EARNINGS AFTER AGE 5 I. INTRODUCTION This chapter describes the models that MINT uses to simulate earnings from age 5 to death, retirement

More information

. ********** OUTPUT FILE: CARD & KRUEGER (1994)***********.. * STATA 10.0 CODE. * copyright C 2008 by Tito Boeri & Jan van Ours. * "THE ECONOMICS OF

. ********** OUTPUT FILE: CARD & KRUEGER (1994)***********.. * STATA 10.0 CODE. * copyright C 2008 by Tito Boeri & Jan van Ours. * THE ECONOMICS OF ********** OUTPUT FILE: CARD & KRUEGER (1994)*********** * STATA 100 CODE * copyright C 2008 by Tito Boeri & Jan van Ours * "THE ECONOMICS OF IMPERFECT LABOR MARKETS" * by Tito Boeri & Jan van Ours (2008)

More information

The Multivariate Regression Model

The Multivariate Regression Model The Multivariate Regression Model Example Determinants of College GPA Sample of 4 Freshman Collect data on College GPA (4.0 scale) Look at importance of ACT Consider the following model CGPA ACT i 0 i

More information

Allison notes there are two conditions for using fixed effects methods.

Allison notes there are two conditions for using fixed effects methods. Panel Data 3: Conditional Logit/ Fixed Effects Logit Models Richard Williams, University of Notre Dame, http://www3.nd.edu/~rwilliam/ Last revised April 2, 2017 These notes borrow very heavily, sometimes

More information

Hasil Common Effect Model

Hasil Common Effect Model Hasil Common Effect Model Date: 05/11/18 Time: 06:20 C 21.16046 1.733410 12.20742 0.0000 IPM -25.74125 2.841429-9.059263 0.0000 FDI 9.11E-11 1.96E-11 4.654743 0.0000 X 0.044150 0.021606 2.043430 0.0425

More information

Testing Capital Asset Pricing Model on KSE Stocks Salman Ahmed Shaikh

Testing Capital Asset Pricing Model on KSE Stocks Salman Ahmed Shaikh Abstract Capital Asset Pricing Model (CAPM) is one of the first asset pricing models to be applied in security valuation. It has had its share of criticism, both empirical and theoretical; however, with

More information

STATA log file for Time-Varying Covariates (TVC) Duration Model Estimations.

STATA log file for Time-Varying Covariates (TVC) Duration Model Estimations. STATA log file for Time-Varying Covariates (TVC) Duration Model Estimations. This STATA 8.0 log file reports estimations in which CDER Staff Aggregates and PDUFA variable are assigned to drug-months of

More information

DETERMINANTS OF PROFITABILITY OF ISLAMIC BANKS OF PAKISTAN A CASE STUDY ON PAKISTAN S ISLAMIC BANKING SECTOR

DETERMINANTS OF PROFITABILITY OF ISLAMIC BANKS OF PAKISTAN A CASE STUDY ON PAKISTAN S ISLAMIC BANKING SECTOR ICABML Conference Proceedings ISSN 2523-6547 DUBAI BUSINESS SCHOOL 1 st International Conference on Advances in Business, Management and Law (2017) Volume 2017 DETERMINANTS OF PROFITABILITY OF ISLAMIC

More information

Sean Howard Econometrics Final Project Paper. An Analysis of the Determinants and Factors of Physical Education Attendance in the Fourth Quarter

Sean Howard Econometrics Final Project Paper. An Analysis of the Determinants and Factors of Physical Education Attendance in the Fourth Quarter Sean Howard Econometrics Final Project Paper An Analysis of the Determinants and Factors of Physical Education Attendance in the Fourth Quarter Introduction This project attempted to gain a more complete

More information

The SAS System 11:03 Monday, November 11,

The SAS System 11:03 Monday, November 11, The SAS System 11:3 Monday, November 11, 213 1 The CONTENTS Procedure Data Set Name BIO.AUTO_PREMIUMS Observations 5 Member Type DATA Variables 3 Engine V9 Indexes Created Monday, November 11, 213 11:4:19

More information

ECON Introductory Econometrics Seminar 2, 2015

ECON Introductory Econometrics Seminar 2, 2015 ECON4150 - Introductory Econometrics Seminar 2, 2015 Stock and Watson EE4.1, EE5.2 Stock and Watson EE4.1, EE5.2 ECON4150 - Introductory Econometrics Seminar 2, 2015 1 / 14 Seminar 2 Author: Andrea University

More information

Determinants of insurance companies profitability Analysis of insurance sector in Ethiopia

Determinants of insurance companies profitability Analysis of insurance sector in Ethiopia Available online at : http://euroasiapub.org/current.php?title=ijrfm, pp. 124~137 Thomson Reuters Researcher ID: L-5236-2015 Determinants of insurance companies profitability Analysis of insurance sector

More information

Efficiency for Whom?: The Effect of Efficiency on Indonesian Islamic Commercial Bank s Deposit Return

Efficiency for Whom?: The Effect of Efficiency on Indonesian Islamic Commercial Bank s Deposit Return 46 Firdha Rahmiyanti Efficiency for Whom?: The Effect of Efficiency on Indonesian Islamic Commercial Bank s Deposit Return Firdha Rahmiyanti Islamic Economics Departement, Faculty of Islamic Studies, University

More information

Impact of Household Income on Poverty Levels

Impact of Household Income on Poverty Levels Impact of Household Income on Poverty Levels ECON 3161 Econometrics, Fall 2015 Prof. Shatakshee Dhongde Group 8 Annie Strothmann Anne Marsh Samuel Brown Abstract: The relationship between poverty and household

More information

Limited Dependent Variables

Limited Dependent Variables Limited Dependent Variables Christopher F Baum Boston College and DIW Berlin Birmingham Business School, March 2013 Christopher F Baum (BC / DIW) Limited Dependent Variables BBS 2013 1 / 47 Limited dependent

More information

LAMPIRAN PERHITUNGAN EVIEWS

LAMPIRAN PERHITUNGAN EVIEWS LAMPIRAN PERHITUNGAN EVIEWS DESCRIPTIVE PK PDRB TP TKM Mean 12.22450 10.16048 14.02443 12.63677 Median 12.41945 10.09179 14.22736 12.61400 Maximum 13.53955 12.73508 15.62581 13.16721 Minimum 10.34509 8.579417

More information

Determinants of FII Inflows:India

Determinants of FII Inflows:India MPRA Munich Personal RePEc Archive Determinants of FII Inflows:India Ravi Saraogi February 2008 Online at https://mpra.ub.uni-muenchen.de/22850/ MPRA Paper No. 22850, posted 22. May 2010 23:04 UTC Determinants

More information

Exploring the Determinants of Financial Development (Using Panel Data on Developed and Developing Countries)

Exploring the Determinants of Financial Development (Using Panel Data on Developed and Developing Countries) Exploring the Determinants of Financial Development (Using Panel Data on Developed and Developing Countries) Syed Hassan Raza, Department of Economics,National University of Modern Languages Faisalabad

More information

Relation between Income Inequality and Economic Growth

Relation between Income Inequality and Economic Growth Relation between Income Inequality and Economic Growth Ibrahim Alsaffar, Robert Eisenhardt, Hanjin Kim Georgia Institute of Technology ECON 3161: Econometric Analysis Dr. Shatakshee Dhongde Fall 2018 Abstract

More information

The impact of cigarette excise taxes on beer consumption

The impact of cigarette excise taxes on beer consumption The impact of cigarette excise taxes on beer consumption Jeremy Cluchey Frank DiSilvestro PPS 313 18 April 2008 ABSTRACT This study attempts to determine what if any impact a state s decision to increase

More information

The Impact of Aid on the Economic Growth of Developing Countries (LDCs) in Sub-Saharan Africa

The Impact of Aid on the Economic Growth of Developing Countries (LDCs) in Sub-Saharan Africa Gettysburg Economic Review Volume 10 Article 4 2017 The Impact of Aid on the Economic Growth of Developing Countries (LDCs) in Sub-Saharan Africa Maurice W. Phiri Gettysburg College Class of 2017 Follow

More information

Cumulative Abnormal Returns

Cumulative Abnormal Returns Cumulative Abnormal Returns 0.800000 DAY - 20 T0 +186 0.600000 CUMULATIVE ABNORMAL RETURNS 0.400000 0.200000 0.000000-0.200000-0.400000-0.600000-0.800000 3 5 13 16 7 15 17 23 12-20 -10 0 10 20 30 40 50

More information

M. Candasamy. KPMG Mauritius - Advisory, Mauritius. Bhavish Jugurnath. University of Mauritius, Moka, Mauritius

M. Candasamy. KPMG Mauritius - Advisory, Mauritius. Bhavish Jugurnath. University of Mauritius, Moka, Mauritius Journal of Modern Accounting and Auditing, November 2015, Vol. 11, No. 11, 581-595 doi: 10.17265/1548-6583/2015.11.003 D DAVID PUBLISHING An Empirical Analysis of the Determinants of the Performance of

More information

Chapter 11 Part 6. Correlation Continued. LOWESS Regression

Chapter 11 Part 6. Correlation Continued. LOWESS Regression Chapter 11 Part 6 Correlation Continued LOWESS Regression February 17, 2009 Goal: To review the properties of the correlation coefficient. To introduce you to the various tools that can be used to decide

More information

Module 4 Bivariate Regressions

Module 4 Bivariate Regressions AGRODEP Stata Training April 2013 Module 4 Bivariate Regressions Manuel Barron 1 and Pia Basurto 2 1 University of California, Berkeley, Department of Agricultural and Resource Economics 2 University of

More information

STUDY REPORT ON. Estimating True Fiscal Capacity of States and Devising a Suitable Rule for Granting Debt Relief based on Optimal Growth Requirement

STUDY REPORT ON. Estimating True Fiscal Capacity of States and Devising a Suitable Rule for Granting Debt Relief based on Optimal Growth Requirement STUDY REPORT ON Estimating True Fiscal Capacity of States and Devising a Suitable Rule for Granting Debt Relief based on Optimal Growth Requirement December 5, 2013 Sponsored by : 14 th Finance Commission,

More information

DETERMINANTS OF BANK PROFITABILITY: A STUDY ON THE BANKING SECTOR OF BANGLADESH. Md Saimum Hossain * Faruque Ahamed **

DETERMINANTS OF BANK PROFITABILITY: A STUDY ON THE BANKING SECTOR OF BANGLADESH. Md Saimum Hossain * Faruque Ahamed ** Journal of Finance and Banking Volume 13, Number 1 & 2 June-December 2015 DETERMINANTS OF BANK PROFITABILITY: A STUDY ON THE BANKING SECTOR OF BANGLADESH Md Saimum Hossain * Faruque Ahamed ** Abstract

More information

Impact of Financial Distress on the Efficiency of Selected Manufacturing Firms of Ethiopia

Impact of Financial Distress on the Efficiency of Selected Manufacturing Firms of Ethiopia Impact of Financial Distress on the Efficiency of Selected Manufacturing Firms of Ethiopia Andualem Ufo Baza Wolaita Sodo University, Department of Accounting & Finance Arbaminch-wolaita No.1 Road, 138,

More information

BEcon Program, Faculty of Economics, Chulalongkorn University Page 1/7

BEcon Program, Faculty of Economics, Chulalongkorn University Page 1/7 Mid-term Exam (November 25, 2005, 0900-1200hr) Instructions: a) Textbooks, lecture notes and calculators are allowed. b) Each must work alone. Cheating will not be tolerated. c) Attempt all the tests.

More information

WHY DO PEOPLE INVEST INTO RUSSIAN MUTUAL FUNDS? Alena Piskurouskaya. Master of Arts in Economics

WHY DO PEOPLE INVEST INTO RUSSIAN MUTUAL FUNDS? Alena Piskurouskaya. Master of Arts in Economics WHY DO PEOPLE INVEST INTO RUSSIAN MUTUAL FUNDS? by Alena Piskurouskaya A thesis submitted in partial fulfillment of the requirements for the degree of Master of Arts in Economics National University Kyiv-Mohyla

More information

Model fit assessment via marginal model plots

Model fit assessment via marginal model plots The Stata Journal (2010) 10, Number 2, pp. 215 225 Model fit assessment via marginal model plots Charles Lindsey Texas A & M University Department of Statistics College Station, TX lindseyc@stat.tamu.edu

More information

Erginbay Uğurlu* Hitit University, Turkey

Erginbay Uğurlu* Hitit University, Turkey ISSN 1392-1258. ekonomika 2010 Vol. 89(2) GROWTH AND OPENNESS RELATIONSHIP IN THE EU-15: PANEL DATA ANALYSIS Erginbay Uğurlu* Hitit University, Turkey Abstract. Conventional wisdom suggests that openness

More information

Advanced Industrial Organization I Identi cation of Demand Functions

Advanced Industrial Organization I Identi cation of Demand Functions Advanced Industrial Organization I Identi cation of Demand Functions Måns Söderbom, University of Gothenburg January 25, 2011 1 1 Introduction This is primarily an empirical lecture in which I will discuss

More information

THE DETERMINANTS OF FINANCIAL INDUSTRY PROFITABILITY IN MALAYSIA

THE DETERMINANTS OF FINANCIAL INDUSTRY PROFITABILITY IN MALAYSIA THE DETERMINANTS OF FINANCIAL INDUSTRY PROFITABILITY IN MALAYSIA Nurul Syuhada Baharuddin*, Siti Nurul Ashykin Azmi Faculty of Business Management Universiti Teknologi MARA (Terengganu), Dungun, 23000

More information

Visualisierung von Nicht-Linearität bzw. Heteroskedastizität

Visualisierung von Nicht-Linearität bzw. Heteroskedastizität Visualisierung von Nicht-Linearität bzw. Heteroskedastizität. use..\wooldridge\stata\wage2, clear. scatter wage IQ Kommentar: Folie 38. graph copy a3, replace. summ IQ Variable Obs Mean Std. Dev. Min Max

More information

Technical Documentation for Household Demographics Projection

Technical Documentation for Household Demographics Projection Technical Documentation for Household Demographics Projection REMI Household Forecast is a tool to complement the PI+ demographic model by providing comprehensive forecasts of a variety of household characteristics.

More information

Don t worry one bit about multicollinearity, because at the end of the day, you're going to be working with a favorite coefficient model.

Don t worry one bit about multicollinearity, because at the end of the day, you're going to be working with a favorite coefficient model. In theory, you might think that dummy variables would facilitate a simple and compelling test for bias or discrimination. For example, suppose you wanted to test for gender bias in pay. It's really very

More information

STATA Program for OLS cps87_or.do

STATA Program for OLS cps87_or.do STATA Program for OLS cps87_or.do * the data for this project is a small subsample; * of full time (30 or more hours) male workers; * aged 21-64 from the out going rotation; * samples of the 1987 current

More information

NON-PERFORMING LOANS & THEIR IMPACT ON MARKUP EARNINGS: ASSET EQUITY RATIO ANALYSIS FROM BANKING SECTOR OF PAKISTAN

NON-PERFORMING LOANS & THEIR IMPACT ON MARKUP EARNINGS: ASSET EQUITY RATIO ANALYSIS FROM BANKING SECTOR OF PAKISTAN International Journal of Economics, Commerce and Management United Kingdom Vol. IV, Issue 5, May 2016 http://ijecm.co.uk/ ISSN 2348 0386 NON-PERFORMING LOANS & THEIR IMPACT ON MARKUP EARNINGS: ASSET EQUITY

More information

Discrete-time Event History Analysis PRACTICAL EXERCISES

Discrete-time Event History Analysis PRACTICAL EXERCISES Discrete-time Event History Analysis PRACTICAL EXERCISES Fiona Steele and Elizabeth Washbrook Centre for Multilevel Modelling University of Bristol 16-17 July 2013 Discrete-time Event History Analysis

More information

Fall 2004 Social Sciences 7418 University of Wisconsin-Madison Problem Set 5 Answers

Fall 2004 Social Sciences 7418 University of Wisconsin-Madison Problem Set 5 Answers Economics 310 Menzie D. Chinn Fall 2004 Social Sciences 7418 University of Wisconsin-Madison Problem Set 5 Answers This problem set is due in lecture on Wednesday, December 15th. No late problem sets will

More information

Postestimation commands predict Remarks and examples References Also see

Postestimation commands predict Remarks and examples References Also see Title stata.com stteffects postestimation Postestimation tools for stteffects Postestimation commands predict Remarks and examples References Also see Postestimation commands The following postestimation

More information

Empirical Methods for Corporate Finance. Panel Data, Fixed Effects, and Standard Errors

Empirical Methods for Corporate Finance. Panel Data, Fixed Effects, and Standard Errors Empirical Methods for Corporate Finance Panel Data, Fixed Effects, and Standard Errors The use of panel datasets Source: Bowen, Fresard, and Taillard (2014) 4/20/2015 2 The use of panel datasets Source:

More information

Does Globalization Improve Quality of Life?

Does Globalization Improve Quality of Life? University of Tennessee, Knoxville Trace: Tennessee Research and Creative Exchange University of Tennessee Honors Thesis Projects University of Tennessee Honors Program 5-2017 Does Globalization Improve

More information