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

Size: px
Start display at page:

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

Transcription

1 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. Everyone must take the first part of the exam which includes 20 questions. Students who elected to take the optional portion of the final exam are required to complete the second part. For those who elected to take the optional portion of the final exam, your second midterm score will be recalculated as the average of your original score and what you score on the optional portion of the exam. All questions are worth 4 points each unless indicated otherwise. Place all answers in the space provided below or within each question. Round all numerical answers to the nearest 100 th (e.g. 1.23) unless told otherwise. The formula sheet and tables with the standard normal CDF, the F- and Chi-squared distributions will be provided as a separate document. 1

2 Using data from the 2015 Current Population Survey, I estimated a regression of workers hourly wages as a function of their age, years of schooling, and a dummy variable indicating whether the person is female.. reg hrwage age age2 _school female Source SS df MS Number of obs = 97,330 F(4, 97325) = Model Prob > F = Residual , R-squared = Adj R-squared = Total , Root MSE = hrwage Coef. Std. Err. t P> t [95% Conf. Interval] age age _school female _cons predict uhat, res. gen uhat2=uhat^2. reg uhat2 age age2 _school female Source SS df MS Number of obs = 97,330 F(4, 97325) = Model Prob > F = Residual e+09 97, R-squared = Adj R-squared = Total e+09 97, Root MSE = uhat2 Coef. Std. Err. t P> t [95% Conf. Interval] age age _school female _cons Based on the above regressions, the value of the Chi-squared test statistic for the null hypothesis that the residuals in the loan equation are homoscedastic is and the test statistic has a Chi-squared distribution with 4 degrees of freedom. 2. The null hypothesis that the residuals in the loan equation are homoskedastic is rejected at the.05 level if the chi-squared statistic is (greater, less) than (6 points) If you wanted to perform the simple form of the White test for heteroskedasticity for the above wage equation, a. what regression command would you execute in Stata? (use the variable names defined above to be sure there is no ambiguity in your answer.) reg uhat2 yhat yhat2 where yhat and yhat2 are the predicted hourly wage and its square from the hrwage regression. 2

3 b. What test statement would you issue after the above regression? test yhat=yhat2=0 What would be the distribution of this test statistic (e.g. F-distribution, chi-squared, normal? how many degrees of freedom)? F(2,97227) 4. Based on the above regressions, what age maximizes the variance of the residuals (round your answer to the nearest year of age)? 4.307/(2*.0314)= If the null hypothesis of homoscedasticity is rejected, a. The standard OLS estimates of the coefficients remain unbiased b. The standard OLS estimates of the standard errors for the coefficients are incorrect c. The standard OLS estimates of the coefficients are no longer efficient d. All of the above e. Only b and c 6. Suppose you have data on total employment by county and you estimate the following regression: emp i = α 0 + α 1 pop i + α 2 (pop i age i ) + e i where the subscript I indexes the county emp represents total employment in the county, pop represents the total population, and age is the average age of people living in the county. The residuals (e)are likely to be a. Heteroskedastic and their variance will be greater in counties with larger populations. b. Homoskedastic and their variance will be greater counties with larger populations c. Heteroskedastic and their variance will be greater in counties with smaller populations. d. Homoskedastic and their variance will be greater counties with smaller populations 7. If the fraction of the population that works is lower among older workers, but employment always increases with population, we would expect a. α 1 + α 2 > 0 b. α 2 < 0 c. Both of the above d. None of the above. 3

4 To answer the next several questions, consider the following data drawn from an article by Li, Yi, and Zhang (2011). 1 The article was aimed at studying whether introduction of China s one-child policy caused the male-female sex ratio in China to increase. The one-child policy started in 1980, but applied to the Han Chinese but not minorities. The table below provides the fraction of new-borns that are male for the Han and Minorities. The pre-policy period is ; the post-policy period (i.e. after the one-child policy was implemented) is Birth cohort Han Minorities Sample size ,521, ,334, (6 points) What is the diff-in-diff estimate of the effect of the one-child policy on the fraction of births that are male? Be sure to indicate whether the one-child policy increased or decreased the fraction of births that are male. ( ) -( )- = 1.06 (i.e. one child policy increased percent male by 1.06 percentage points). 9. Some commentators suggested that an outbreak of hepatitis B in the 1980s may have caused the percentage of male births in China to increase. a. (4 points) Assuming that hepatitis B does increase the probability of male births, under what conditions would the outbreak of hepatitis B cause NO bias in the diff-in-diff estimate of the impact of the one-child policy on male births? No bias would be created if hepatitis B caused the same increase in the probability of male births for the Han and minorities since such effects would be removed by the Diffin-diff estimator. b. (4 points) Assuming that hepatitis B does increase the probability of male births, under what conditions would the outbreak of hepatitis B cause an UPWARD bias in the diff-indiff estimate of the impact of the one-child policy on male births? It would cause an upward bias in the diff-in-diff estimate if hepatitis B caused a larger increase in the probability of male births among the Han (the treated group). 1 Li, Hongbin, Junjian Yi, and Junsen Zhang. "Estimating the effect of the one-child policy on the sex ratio imbalance in China: identification based on the difference-in-differences." Demography 48, no. 4 (2011):

5 10. (6 points) The authors used a linear probability model to estimate their diff-in-diff equation. The dependent variable was a dummy that equals one if a birth was male; 0 if it was female. They had data on nearly 4 million births spanning from Label the dummy indicating male child as M i. Write out the regression model that you would estimate to obtain the diff-in-diff estimate. Be sure to define any variables that are included in your regression and be sure to point out which coefficient is the estimate of the diff-in-diff effect of the one-child policy on the probability that a child is male. M i = α 0 + α 1 After i + α 2 Han i + α 3 (Han i after i ) + u i where After i is a dummy that equals one for any birth after 1980; and Han i is a dummy that equals one for any Han birth. α 3 is the diff-in-diff estimate of the effect of the one child policy on the probability that the child is male. 11. (6 points) If you estimate the above linear probability model, why shouldn t you use the standard OLS estimates for the standard errors? What should you do instead? You shouldn t use the standard OLS estimates for the standard errors because the LPM has heteroscedasticity built into the error term. The variance of the residual is p i(1-p i) where p i is the probability of a yes (i.e. male child). The model should either use robust standard errors, or weight least squares for estimation. WLS should use weights of 1/p i(1-p i) if all of the predicted probabilities lie within the unit interval. 5

6 You must answer 5 of the last 6 questions. Each question is worth 6 points. Write SKIPPED in the one question you do no answer. If you answer all 6, I will grade the first 5. A financial services company is interested in understanding whether a financial education seminar increases the amount that people save. To address this question, they collect data on the percentage of workers earnings that they contribute to their 401k pension plan along with information about the workers. The regression they estimate is: (1) S i = β 0 + β 1 sem i + β 2 age i + β 3 fem i + β 4 educ i + e i where S i is the percentage of the worker s income that is saved (i.e. put into the 401k plan), sem is a dummy variable indicating whether the worker attended the seminar, fem is a dummy variable indicating whether the person is female, and educ is the worker s number of years of formal schooling. In considering the questions below, assume that each worker in the sample has the opportunity to attend the seminar, but the choice to attend is voluntary. 12. (6 points) Explain why a simple OLS regression would likely suffer from an endogeneity problem that would cause a biased estimate of β 1. Be sure to discuss whether you believe the bias will be positive or negative and why. Since people are allowed to decide whether to attend the seminar, it is likely cov(sem i, e i ) 0. For example, if people who have unobserved characteristics that cause them to save more are more likely to attend the seminar, the cov(sem i, e i ) > 0 and the estimated effect of the seminar on saving (β 1 ) will be biased upward. 13. (6 points) Suppose that the financial planning seminars were held on weekends and workers would have to travel from home to attend. If you have data for each worker on the distance they would have to travel (D i), would this be an appropriate instrument for attendance at the seminar? Be sure that you precisely define the necessary conditions for distance to be an appropriate instrument and whether these properties are likely to be satisfied in this case. The two necessary conditions are that: (i)cov(d i, Sem i ) 0 and (ii)cov(d i, e i ) = 0 We expect (i) to be true because those who live further away will be less likely to attend the seminar. We expect (ii) to be true unless there is some reason to believe that the decision of how far to live away from the seminar location is systematically related to their saving preferences. 6

7 14. (6 points) Assuming distance is an appropriate instrument for seminar attendance, describe the 2 steps of the two stage least squares process that you would use to estimate the regression in (1). Use the variable names already defined in describing the two stage process. Step 1: Estimate the following reduced form regression for seminar attendance Sem i = π 0 + π 1 age i + π 2 fem i + π 3 educ i + π 4 D i + v i Step 2: Estimate the original structural form model in (1) after replacing the endogenous variable with its predicted va S i = β 0 + β 1 sem i + β 2 age i + β 3 fem i + β 4 educ i + e i (6 points) Suppose that you have panel data on worker saving that includes years before and after the financial planning seminars are offered. Explain how the use of panel data and worker specific fixed effects model could eliminate the endogeneity bias in OLS estimation of the savings equation in (1). Reconsider the original regression in (1) as the panel model below where the subscript i indexes the person and t indexes the time period. (1a) S it = β 0 + β 1 sem it + β 2 age it + β 3 fem it + β 4 educ it + a i + e it Suppose that the unobserved savings preferences of an individual can be captured in an individual fixed effect (a i ) that does not change over time. Panel data allows us to difference-out this effect and eliminate any of the endogeneity bias that was caused by cov(sem it, a i ) 0. That is, with panel data that includes fixed effects for the individual, we can estimate (1a) as (1a) S it = β 0 + β 1 sem it + β 2 age it + β 4 educ it + e it where the * superscript indicates that the variable is measured as a deviation from i-specific (person specific) means over the panel. Notice that taking deviations from means cause a i to be differenced out of the regression and thus any bias caused by cov(sem it, a i ) 0 in OLS will now be eliminated. 7

8 15. If you estimate the savings equation in (1) with panel data and fixed effects for each worker, can you still include the female dummy variable in your regression? Why or why not? The female dummy can no longer be included because deviations from individual specific means would always be zero for time-invariant variables. 8

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

Advanced Econometrics

Advanced Econometrics 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).

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

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

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

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

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

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

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

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

İ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

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

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

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

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

Review questions for Multinomial Logit/Probit, Tobit, Heckit, Quantile Regressions

Review questions for Multinomial Logit/Probit, Tobit, Heckit, Quantile Regressions 1. I estimated a multinomial logit model of employment behavior using data from the 2006 Current Population Survey. The three possible outcomes for a person are employed (outcome=1), unemployed (outcome=2)

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

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

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

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

[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

a. Explain why the coefficients change in the observed direction when switching from OLS to Tobit estimation.

a. Explain why the coefficients change in the observed direction when switching from OLS to Tobit estimation. 1. Using data from IRS Form 5500 filings by U.S. pension plans, I estimated a model of contributions to pension plans as ln(1 + c i ) = α 0 + U i α 1 + PD i α 2 + e i Where the subscript i indicates the

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

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

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

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

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

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

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

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

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

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

Name: 1. Use the data from the following table to answer the questions that follow: (10 points)

Name: 1. Use the data from the following table to answer the questions that follow: (10 points) Economics 345 Mid-Term Exam October 8, 2003 Name: Directions: You have the full period (7:20-10:00) to do this exam, though I suspect it won t take that long for most students. You may consult any materials,

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

Final Exam, section 1. Thursday, May hour, 30 minutes

Final Exam, section 1. Thursday, May hour, 30 minutes San Francisco State University Michael Bar ECON 312 Spring 2018 Final Exam, section 1 Thursday, May 17 1 hour, 30 minutes Name: Instructions 1. This is closed book, closed notes exam. 2. You can use one

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

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

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

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

Chapter 4 Level of Volatility in the Indian Stock Market

Chapter 4 Level of Volatility in the Indian Stock Market Chapter 4 Level of Volatility in the Indian Stock Market Measurement of volatility is an important issue in financial econometrics. The main reason for the prominent role that volatility plays in financial

More information

The model is estimated including a fixed effect for each family (u i ). The estimated model was:

The model is estimated including a fixed effect for each family (u i ). The estimated model was: 1. In a 1996 article, Mark Wilhelm examined whether parents bequests are altruistic. 1 According to the altruistic model of bequests, a parent with several children would leave larger bequests to children

More information

Stat 328, Summer 2005

Stat 328, Summer 2005 Stat 328, Summer 2005 Exam #2, 6/18/05 Name (print) UnivID I have neither given nor received any unauthorized aid in completing this exam. Signed Answer each question completely showing your work where

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

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

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

Jet Fuel-Heating Oil Futures Cross Hedging -Classroom Applications Using Bloomberg Terminal

Jet Fuel-Heating Oil Futures Cross Hedging -Classroom Applications Using Bloomberg Terminal Jet Fuel-Heating Oil Futures Cross Hedging -Classroom Applications Using Bloomberg Terminal Yuan Wen 1 * and Michael Ciaston 2 Abstract We illustrate how to collect data on jet fuel and heating oil futures

More information

Maximum Likelihood Estimation Richard Williams, University of Notre Dame, https://www3.nd.edu/~rwilliam/ Last revised January 13, 2018

Maximum Likelihood Estimation Richard Williams, University of Notre Dame, https://www3.nd.edu/~rwilliam/ Last revised January 13, 2018 Maximum Likelihood Estimation Richard Williams, University of otre Dame, https://www3.nd.edu/~rwilliam/ Last revised January 3, 208 [This handout draws very heavily from Regression Models for Categorical

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

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

The Simple Regression Model

The Simple Regression Model Chapter 2 Wooldridge: Introductory Econometrics: A Modern Approach, 5e Definition of the simple linear regression model "Explains variable in terms of variable " Intercept Slope parameter Dependent var,

More information

(ii) Give the name of the California website used to find the various insurance plans offered under the Affordable care Act (Obamacare).

(ii) Give the name of the California website used to find the various insurance plans offered under the Affordable care Act (Obamacare). Cameron ECON 132 (Health Economics): FIRST MIDTERM EXAM (A) Winter 18 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

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

The Simple Regression Model

The Simple Regression Model Chapter 2 Wooldridge: Introductory Econometrics: A Modern Approach, 5e Definition of the simple linear regression model Explains variable in terms of variable Intercept Slope parameter Dependent variable,

More information

May 9, Please put ONLY your ID number on the blue books. Three (3) points will be deducted for each time your name appears in a blue book.

May 9, Please put ONLY your ID number on the blue books. Three (3) points will be deducted for each time your name appears in a blue book. PAD 705: Research Methods II R. Karl Rethemeyer Department of Public Administration and Policy Rockefeller College of Public Affair & Policy University at Albany State University of New York Final Exam

More information

Maximum Likelihood Estimation Richard Williams, University of Notre Dame, https://www3.nd.edu/~rwilliam/ Last revised January 10, 2017

Maximum Likelihood Estimation Richard Williams, University of Notre Dame, https://www3.nd.edu/~rwilliam/ Last revised January 10, 2017 Maximum Likelihood Estimation Richard Williams, University of otre Dame, https://www3.nd.edu/~rwilliam/ Last revised January 0, 207 [This handout draws very heavily from Regression Models for Categorical

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

Cross- Country Effects of Inflation on National Savings

Cross- Country Effects of Inflation on National Savings Cross- Country Effects of Inflation on National Savings Qun Cheng Xiaoyang Li Instructor: Professor Shatakshee Dhongde December 5, 2014 Abstract Inflation is considered to be one of the most crucial factors

More information

Problem max points points scored Total 120. Do all 6 problems.

Problem max points points scored Total 120. Do all 6 problems. Solutions to (modified) practice exam 4 Statistics 224 Practice exam 4 FINAL Your Name Friday 12/21/07 Professor Michael Iltis (Lecture 2) Discussion section (circle yours) : section: 321 (3:30 pm M) 322

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

CHAPTER III METHODOLOGY CHAPTER III METHODOLOGY 3.1 Description In this chapter, the calculation steps, which will be done in the analysis section, will be explained. The theoretical foundations and literature reviews are already

More information

Logistic Regression Analysis

Logistic Regression Analysis Revised July 2018 Logistic Regression Analysis This set of notes shows how to use Stata to estimate a logistic regression equation. It assumes that you have set Stata up on your computer (see the Getting

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

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

Home Energy Reporting Program Evaluation Report. June 8, 2015

Home Energy Reporting Program Evaluation Report. June 8, 2015 Home Energy Reporting Program Evaluation Report (1/1/2014 12/31/2014) Final Presented to Potomac Edison June 8, 2015 Prepared by: Kathleen Ward Dana Max Bill Provencher Brent Barkett Navigant Consulting

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

Sociology Exam 3 Answer Key - DRAFT May 8, 2007

Sociology Exam 3 Answer Key - DRAFT May 8, 2007 Sociology 63993 Exam 3 Answer Key - DRAFT May 8, 2007 I. True-False. (20 points) Indicate whether the following statements are true or false. If false, briefly explain why. 1. The odds of an event occurring

More information

PhD Qualifier Examination

PhD Qualifier Examination PhD Qualifier Examination Department of Agricultural Economics May 29, 2015 Instructions This exam consists of six questions. You must answer all questions. If you need an assumption to complete a question,

More information

CHAPTER 11 Regression with a Binary Dependent Variable. Kazu Matsuda IBEC PHBU 430 Econometrics

CHAPTER 11 Regression with a Binary Dependent Variable. Kazu Matsuda IBEC PHBU 430 Econometrics CHAPTER 11 Regression with a Binary Dependent Variable Kazu Matsuda IBEC PHBU 430 Econometrics Mortgage Application Example Two people, identical but for their race, walk into a bank and apply for a mortgage,

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

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

Question scores. Question 1a 1b 1c 1d 1e 2a 2b 2c 2d 2e 2f 3a 3b 3c 3d M ult:choice Points

Question scores. Question 1a 1b 1c 1d 1e 2a 2b 2c 2d 2e 2f 3a 3b 3c 3d M ult:choice Points Economics 02: Analysis of Economic Data Cameron Winter 204 January 30 Department of Economics, U.C.-Davis First Midterm Exam (Version A) Compulsory. Closed book. Total of 30 points and worth 22.5% of course

More information

Name: CS3130: Probability and Statistics for Engineers Practice Final Exam Instructions: You may use any notes that you like, but no calculators or computers are allowed. Be sure to show all of your work.

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

Table 4. Probit model of union membership. Probit coefficients are presented below. Data from March 2008 Current Population Survey.

Table 4. Probit model of union membership. Probit coefficients are presented below. Data from March 2008 Current Population Survey. 1. Using a probit model and data from the 2008 March Current Population Survey, I estimated a probit model of the determinants of pension coverage. Three specifications were estimated. The first included

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

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

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

Chapter 8 Statistical Intervals for a Single Sample

Chapter 8 Statistical Intervals for a Single Sample Chapter 8 Statistical Intervals for a Single Sample Part 1: Confidence intervals (CI) for population mean µ Section 8-1: CI for µ when σ 2 known & drawing from normal distribution Section 8-1.2: Sample

More information

Tests for the Difference Between Two Linear Regression Intercepts

Tests for the Difference Between Two Linear Regression Intercepts Chapter 853 Tests for the Difference Between Two Linear Regression Intercepts Introduction Linear regression is a commonly used procedure in statistical analysis. One of the main objectives in linear regression

More information

Final Exam, section 2. Tuesday, December hour, 30 minutes

Final Exam, section 2. Tuesday, December hour, 30 minutes San Francisco State University Michael Bar ECON 312 Fall 2018 Final Exam, section 2 Tuesday, December 18 1 hour, 30 minutes Name: Instructions 1. This is closed book, closed notes exam. 2. You can use

More information

General Business 706 Midterm #3 November 25, 1997

General Business 706 Midterm #3 November 25, 1997 General Business 706 Midterm #3 November 25, 1997 There are 9 questions on this exam for a total of 40 points. Please be sure to put your name and ID in the spaces provided below. Now, if you feel any

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

Can Information Change Personal Retirement Savings? Evidence from Social Security Benefits Statement Mailings. Susan Payne Carter William Skimmyhorn

Can Information Change Personal Retirement Savings? Evidence from Social Security Benefits Statement Mailings. Susan Payne Carter William Skimmyhorn Can Information Change Personal Retirement Savings? Evidence from Social Security Benefits Statement Mailings Susan Payne Carter William Skimmyhorn Online Appendix Appendix Table 1. Summary Statistics

More information

σ 2 : ESTIMATES, CONFIDENCE INTERVALS, AND TESTS Business Statistics

σ 2 : ESTIMATES, CONFIDENCE INTERVALS, AND TESTS Business Statistics σ : ESTIMATES, CONFIDENCE INTERVALS, AND TESTS Business Statistics CONTENTS Estimating other parameters besides μ Estimating variance Confidence intervals for σ Hypothesis tests for σ Estimating standard

More information

Final Exam, section 1. Tuesday, December hour, 30 minutes

Final Exam, section 1. Tuesday, December hour, 30 minutes San Francisco State University Michael Bar ECON 312 Fall 2018 Final Exam, section 1 Tuesday, December 18 1 hour, 30 minutes Name: Instructions 1. This is closed book, closed notes exam. 2. You can use

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

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

Econometric Methods for Valuation Analysis

Econometric Methods for Valuation Analysis Econometric Methods for Valuation Analysis Margarita Genius Dept of Economics M. Genius (Univ. of Crete) Econometric Methods for Valuation Analysis Cagliari, 2017 1 / 25 Outline We will consider econometric

More information

Multinomial Logit Models - Overview Richard Williams, University of Notre Dame, https://www3.nd.edu/~rwilliam/ Last revised February 13, 2017

Multinomial Logit Models - Overview Richard Williams, University of Notre Dame, https://www3.nd.edu/~rwilliam/ Last revised February 13, 2017 Multinomial Logit Models - Overview Richard Williams, University of Notre Dame, https://www3.nd.edu/~rwilliam/ Last revised February 13, 2017 This is adapted heavily from Menard s Applied Logistic Regression

More information

Quasi-Experimental Methods. Technical Track

Quasi-Experimental Methods. Technical Track Quasi-Experimental Methods Technical Track East Asia Regional Impact Evaluation Workshop Seoul, South Korea Joost de Laat, World Bank Randomized Assignment IE Methods Toolbox Discontinuity Design Difference-in-

More information

A Study of the Impact of Social Welfare Policies on Household Saving. Rate in China. Borui Xiao. Advised by. Professor Lakshman Krishmurthi

A Study of the Impact of Social Welfare Policies on Household Saving. Rate in China. Borui Xiao. Advised by. Professor Lakshman Krishmurthi A Study of the Impact of Social Welfare Policies on Household Saving Rate in China By Borui Xiao Advised by Professor Lakshman Krishmurthi Submitted to the Department of Mathematical Methods in Social

More information

CHAPTER 4 DATA ANALYSIS Data Hypothesis

CHAPTER 4 DATA ANALYSIS Data Hypothesis CHAPTER 4 DATA ANALYSIS 4.1. Data Hypothesis The hypothesis for each independent variable to express our expectations about the characteristic of each independent variable and the pay back performance

More information

Small Sample Performance of Instrumental Variables Probit Estimators: A Monte Carlo Investigation

Small Sample Performance of Instrumental Variables Probit Estimators: A Monte Carlo Investigation Small Sample Performance of Instrumental Variables Probit : A Monte Carlo Investigation July 31, 2008 LIML Newey Small Sample Performance? Goals Equations Regressors and Errors Parameters Reduced Form

More information

Measuring Impact. Impact Evaluation Methods for Policymakers. Sebastian Martinez. The World Bank

Measuring Impact. Impact Evaluation Methods for Policymakers. Sebastian Martinez. The World Bank Impact Evaluation Measuring Impact Impact Evaluation Methods for Policymakers Sebastian Martinez The World Bank Note: slides by Sebastian Martinez. The content of this presentation reflects the views of

More information

Econ Spring 2016 Section 12

Econ Spring 2016 Section 12 Econ 140 - Spring 2016 Section 12 GSI: Fenella Carpena April 28, 2016 1 Experiments and Quasi-Experiments Exercise 1.0. Consider the STAR Experiment discussed in lecture where students were randomly assigned

More information

Intro. Econometrics Fall 2015

Intro. Econometrics Fall 2015 ECO 5350 Prof. Tom Fomby Intro. Econometrics Fall 2015 MIDTERM EXAM TAKE-HOME PART KEY Assignment of Points: Q5.5 (2, 2, 3, 3) = 10 Q5.9 (2, 3, 2, 3) = 10 Q5.15 (2, 3, 3) = 8 Q5.18 (3, 3) = 6 Total = 34

More information

Catherine De Vries, Spyros Kosmidis & Andreas Murr

Catherine De Vries, Spyros Kosmidis & Andreas Murr APPLIED STATISTICS FOR POLITICAL SCIENTISTS WEEK 8: DEPENDENT CATEGORICAL VARIABLES II Catherine De Vries, Spyros Kosmidis & Andreas Murr Topic: Logistic regression. Predicted probabilities. STATA commands

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2009, Mr. Ruey S. Tsay. Solutions to Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2009, Mr. Ruey S. Tsay. Solutions to Final Exam The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2009, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (42 pts) Answer briefly the following questions. 1. Questions

More information

Point-Biserial and Biserial Correlations

Point-Biserial and Biserial Correlations Chapter 302 Point-Biserial and Biserial Correlations Introduction This procedure calculates estimates, confidence intervals, and hypothesis tests for both the point-biserial and the biserial correlations.

More information