Applied Econometrics for Health Economists

Size: px
Start display at page:

Download "Applied Econometrics for Health Economists"

Transcription

1 Applied Econometrics for Health Economists Exercise 0 Preliminaries The data file hals1class.dta contains the following variables: age male white aglsch rheuma prheuma ownh breakhot tea teasug coffee age in years dummy for men dummy for ethnic group=white age at which R left school (proxy for education) dummy whether R suffers from arthritis/rheuma dummy whether either of R s parents suffered from arthritis/rheuma self-rated general health how often R eats cooked breakfast how many cups of tea R drinks per day how many spoons of sugar R puts into tea how many cups of coffee R drinks per day Stata syntax needed: use, save 1

2 Exercise 1 Is rheumatism inherited? 1. Load the data, restrict the sample to respondents aged 40 and over, and compute summary statistics for the first six variables. What percentage suffers from rheuma? 2. Compute a linear probability model (with heteroskedasticity-robust standard errors) for rheuma using age, age squared, sex, ethnic group, education, and parental rheuma as explanatory variables. Interpret your results w.r.t. to all explanatory variables Show the predicted values in a histogram. How do you interpret the predicted values? Which problem of the linear probability model do you see in your histogram? Show the estimated residuals in a histogram. Which OLS assumptions are violated in the linear probability model? 3. Compute the above as a probit model how do you interpret the estimated regression coefficients? 4. Test whether the deterministic part of your model is correctly specified. 5. Compute marginal/average effects at the median of the explanatory variables comment on the size of the average effect for prheuma. 6. Compute the marginal/average effects for aglsch and prheuma as the median of the individual marginal effects is there a difference to the effects computed above? 7. Compute the above as a logit model and report odds ratios how much does the risk of rheumatism change when people get one year older? how much does it change when increase when people get two years older? 8. Assume that prheuma was a genetic marker of rheumatism and you wanted to study its effect Draw a random sample of the general population (aged 40+) of the same size as your sample of respondents who reported to have rheuma Compute a probit model and report marginal effects at the median compare the results with those based on the full HALS sample Compute a logit model and report odds ratios compare the results with those based on the full HALS sample Stata syntax needed: summarize, regress, generate, histogram, predict, probit, fracgen, testparm, mfx, logistic, functions normalden, normal 2

3 Exercise 2 Who eats a good breakfast? The variable breakhot which indicates how often R have a cooked (English) breakfast (first meal after getting up) 0 never 1 less than once a week 2 once or twice a week 3 most days (3-6) 4 every day 1. Show frequencies of breakhot. The value labels are wrong and there are missing values. Please correct both problems and show the table of frequencies again 2. Estimate a regression model to explain breakfast eating habits by age, age squared, sex, education, and general health which method is appropriate? 3. Compute the full set of marginal effects for education if possible in a forval loop. Where does education have its impact on eating habits? 4. Describe the relationship between age and eating habits when do people have cooked breakfast most often? Stata syntax needed: label define, recode, oprobit, forval 3

4 Exercise 3 Tea with sugar? The variable tea indicates how many cups of tea R have per day 0 none 1 one or two 2 three or four 3 five or six 4 more than six teasug indicates how many spoons of sugar Rs have in their tea 0 none 1 1 or less 2 over 1, to 2 3 more than 2 Again, note that the value labels are wrong. 1. Using tea and teasug, generate a new variable that has the value 0 if R doesn t drink tea, 1 if R drinks tea without sugar, and 2 if R drinks tea with sugar. Show the distribution of this variable in a table. 2. Estimate a regression model to explain tea drinking habits by age, age squared, sex, education, and whether they have cooked breakfast which method is appropriate? 3. When using non-tea drinkers as baseline category, how do you interpret your regression parameters? 4. Compute the full set of marginal/average effects for all variables again in a forval loop. What happens if you add up marginal effects for a variable across outcomes? How do you interpret the marginal/average effects? 5. In your own words, describe the meaning of the IIA assumption implied by the multinomial logit model for the present application. How do you test this assumption? Explain the logic of the test. Does the IIA assumption hold in the present example? Stata syntax needed: mlogit, hausman, suest, estimates store, test 4

5 Exercise 4 Tea or coffee? The variable coffee indicates how many cups of coffee R have per day (0=none, 1=one or two, 2=three or four, 3=five or six, 4=more than six). Value labels are again wrong. 1. Generate dummy variables for tea and coffee drinkers and show a crosstabulation of the two variables. Based on this table, would you say that tea and coffee are complements or substitutes? 2. Estimate a regression model explaining the consumption of tea or coffee jointly (using the same explantory variables as before). How does education affect preference for tea and coffee? How do you interpret the parameter rho? 3. Compute marginal effects of education and answer the following questions. How does education affect the probability of drinking tea?... neither tea nor coffee?... tea but no coffee?... tea when R drinks coffee? Stata syntax needed: biprobit 5

6 Exercise 5 Education and Health Continue using hals1class.dta 1. You want to estimate the causal effect of education on health. What are the problems with estimating a simple regression of health on education and how can you solve them? 2. Recode aglsch so that it becomes a binary treatment (low education = up to 14 years, high education = 15 or more years). Show a simple cross-tabulation of self-assessed health and education. What is the average effect of education on health? Confirm your guess with a simple probit regression of health on education. 3. Show a scatterplot of the proportion of respondents with high education by age. Which identification strategy does this graph suggest? 4. Compare the results of a simple probit regression of self-assessed health on age, age squared, sex, ethnicity and education with the results of a recursive bivariate probit model. What is the average treatment effect? What is the average treatment effect on the treated? How do you interpret the parameter ρ? Stata syntax needed: tabulate, biprobit, egen, twoway scatter 6

7 Exercise 6 Tea and coffee: harmful to your health? The data file hals2class.dta contains the following variables: age2 age in years in wave 2 of HALS visits number of GP visits in last month sah2 self-rated general health in wave 2 dis number of conditions R ever had sym number of health symptoms in last month 1. Merge the HALS wave 2 data with the wave 1 data. How many respondents have been lost between the first and second wave of HALS? 2. Draw spikeplots of the count variables in you data 3. Compute mean and variance for all count variables. Discuss the results. 4. You want to estimate the effect of tea and coffee consumption in wave 1 on number of symptoms in wave 2 using age (in wave 2), sex, education, and ethnicity as control variables. Choose the most appropriate estimator from the following list: OLS, poisson, negbin, zero-inflated negbin. 5. Report and interpret marginal/average effects for the most appropriate model. Stata syntax needed: use, save, merge, spikeplot, summarize, poisson, nbreg, zinb 7

8 Exercise 7 Is subjective health a good predictor of mortality? The data file hals3class.dta contains the following variables: serno HALS person identifier hals1age Age in years at HALS wave 1 dead Vital status (1=dead) lifespan Survival until wave 3 in years 1. Merge HALS wave 1, 2 and 3 data. For how many wave 1 respondents is the vital status unknown? Drop all cases with unknown vital status. 2. Define the data set as survival data. 3. Compare Kaplan-Meier survival rates by self-rated health in wave 1 and sex. Which group has the highest life expectancy? 4. Compare hazard rates of dying for men and women. Are hazard rated dependent on duration? If so, how? 5. Only looking at respondents who took part in wave 2: estimate a parametric survival model using sex, education, ethnicity, self-rated health in wave 2, the number of diseases, symptoms, and doctor visits. Interpret the results. Comment on the value of subjective health as a predictor of mortality. 6. Re-estimate the previous model using a semi-parametric Cox model. Why is this model called semi-parametric? Stata syntax needed: merge, stset, sts, streg, stcox 8

9 Exercise 8 The dynamics of weight and obesity The data file halspanel.dta contains the following variables: serno HALS person identifier wave wave identifier: 0=wave 1, 1=wave 2 age age male dummy for sex weightm measured weight in kg heightm measured height in cm (measured in wave 1) aglsch age left school unempl dummy for unemployment 1. Declare that this is panel data. Which variables are time-invariant? Drop all respondents who were younger than 65 in wave 1 2. For each respondent and wave compute the body mass index (weight in kg/squared height in m). Show the distribution in wave 1 in a histogram. 3. In order to estimate regressions of bmi on age, sex, education, and unemployment, generate an indicator variable for balanced panel data. 4. Estimate a pooled OLS model (for the balanced panel) with clustered standard errors. Comment on the results. 5. Estimate random effects and fixed effects models. Use a Hausman test to determine the correct specification. Comment on the results. 6. Generate an indicator variable for obesity (bmi > 30). How has the prevalence of obesity increased over time? Show a transition matrix for obesity. 7. Re-estimate the previous panel model as a random effects probit and conditional logit model. Why does the conditional logit model have so few observations left? Stata syntax needed: xtset, xtreg, xttest0, hausman, xttrans, xtprobit, clogit 9

List of figures. I General information 1

List of figures. I General information 1 List of figures Preface xix xxi I General information 1 1 Introduction 7 1.1 What is this book about?........................ 7 1.2 Which models are considered?...................... 8 1.3 Whom is this

More information

Subject index. predictor. C clogit option, or

Subject index. predictor. C clogit option, or Subject index A adaptive quadrature...........124 128 agreement...14 applications adolescent-alcohol-use data..... 99 antibiotics data...243 attitudes-to-abortion data.....178 children s growth data......

More information

Quantile Regression in Survival Analysis

Quantile Regression in Survival Analysis Quantile Regression in Survival Analysis Andrea Bellavia Unit of Biostatistics, Institute of Environmental Medicine Karolinska Institutet, Stockholm http://www.imm.ki.se/biostatistics andrea.bellavia@ki.se

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

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

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

Subject index. A abbreviating commands...19 ado-files...9, 446 ado uninstall command...9

Subject index. A abbreviating commands...19 ado-files...9, 446 ado uninstall command...9 Subject index A abbreviating commands...19 ado-files...9, 446 ado uninstall command...9 AIC...see Akaike information criterion Akaike information criterion..104, 112, 414 alternative-specific data data

More information

Obesity, Disability, and Movement onto the DI Rolls

Obesity, Disability, and Movement onto the DI Rolls Obesity, Disability, and Movement onto the DI Rolls John Cawley Cornell University Richard V. Burkhauser Cornell University Prepared for the Sixth Annual Conference of Retirement Research Consortium The

More information

Discrete Choice Modeling

Discrete Choice Modeling [Part 1] 1/15 0 Introduction 1 Summary 2 Binary Choice 3 Panel Data 4 Bivariate Probit 5 Ordered Choice 6 Count Data 7 Multinomial Choice 8 Nested Logit 9 Heterogeneity 10 Latent Class 11 Mixed Logit 12

More information

DYNAMICS OF URBAN INFORMAL

DYNAMICS OF URBAN INFORMAL DYNAMICS OF URBAN INFORMAL EMPLOYMENT IN BANGLADESH Selim Raihan Professor of Economics, University of Dhaka and Executive Director, SANEM ICRIER Conference on Creating Jobs in South Asia 3-4 December

More information

Analysis of Microdata

Analysis of Microdata Rainer Winkelmann Stefan Boes Analysis of Microdata Second Edition 4u Springer 1 Introduction 1 1.1 What Are Microdata? 1 1.2 Types of Microdata 4 1.2.1 Qualitative Data 4 1.2.2 Quantitative Data 6 1.3

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

Effects of working part-time and full-time on physical and mental health in old age in Europe

Effects of working part-time and full-time on physical and mental health in old age in Europe Effects of working part-time and full-time on physical and mental health in old age in Europe Tunga Kantarcı Ingo Kolodziej Tilburg University and Netspar RWI - Leibniz Institute for Economic Research

More information

Unemployment Duration in the United Kingdom. An Incomplete Data Analysis. Ralf A. Wilke University of Nottingham

Unemployment Duration in the United Kingdom. An Incomplete Data Analysis. Ralf A. Wilke University of Nottingham Unemployment Duration in the United Kingdom An Incomplete Data Analysis Ralf A. Wilke University of Nottingham 1. Motivation The determinants for the length of unemployment and out of the labour market

More information

Married to Your Health Insurance: The Relationship between Marriage, Divorce and Health Insurance.

Married to Your Health Insurance: The Relationship between Marriage, Divorce and Health Insurance. Married to Your Health Insurance: The Relationship between Marriage, Divorce and Health Insurance. Extended Abstract Introduction: As of 2007, 45.7 million Americans had no health insurance, including

More information

Ministry of Health, Labour and Welfare Statistics and Information Department

Ministry of Health, Labour and Welfare Statistics and Information Department Special Report on the Longitudinal Survey of Newborns in the 21st Century and the Longitudinal Survey of Adults in the 21st Century: Ten-Year Follow-up, 2001 2011 Ministry of Health, Labour and Welfare

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

STA 4504/5503 Sample questions for exam True-False questions.

STA 4504/5503 Sample questions for exam True-False questions. STA 4504/5503 Sample questions for exam 2 1. True-False questions. (a) For General Social Survey data on Y = political ideology (categories liberal, moderate, conservative), X 1 = gender (1 = female, 0

More information

Lecture 10: Alternatives to OLS with limited dependent variables, part 1. PEA vs APE Logit/Probit

Lecture 10: Alternatives to OLS with limited dependent variables, part 1. PEA vs APE Logit/Probit Lecture 10: Alternatives to OLS with limited dependent variables, part 1 PEA vs APE Logit/Probit PEA vs APE PEA: partial effect at the average The effect of some x on y for a hypothetical case with sample

More information

Post-Estimation Techniques in Statistical Analysis: Introduction to Clarify and S-Post in Stata

Post-Estimation Techniques in Statistical Analysis: Introduction to Clarify and S-Post in Stata Post-Estimation Techniques in Statistical Analysis: Introduction to Clarify and S-Post in Stata PRISM Brownbag November 16, 2004 By: Kevin Sweeney and Brandon Bartels Presenters: Dave Darmofal and Corwin

More information

Models of Multinomial Qualitative Response

Models of Multinomial Qualitative Response Models of Multinomial Qualitative Response Multinomial Logit Models October 22, 2015 Dependent Variable as a Multinomial Outcome Suppose we observe an economic choice that is a binary signal from amongst

More information

ANALYSIS OF DISCRETE DATA STATA CODES. Standard errors/robust: vce(vcetype): vcetype may be, for example, robust, cluster clustvar or bootstrap.

ANALYSIS OF DISCRETE DATA STATA CODES. Standard errors/robust: vce(vcetype): vcetype may be, for example, robust, cluster clustvar or bootstrap. 1. LOGISTIC REGRESSION Logistic regression: general form ANALYSIS OF DISCRETE DATA STATA CODES logit depvar [indepvars] [if] [in] [weight] [, options] Standard errors/robust: vce(vcetype): vcetype may

More information

WesVar uses repeated replication variance estimation methods exclusively and as a result does not offer the Taylor Series Linearization approach.

WesVar uses repeated replication variance estimation methods exclusively and as a result does not offer the Taylor Series Linearization approach. CHAPTER 9 ANALYSIS EXAMPLES REPLICATION WesVar 4.3 GENERAL NOTES ABOUT ANALYSIS EXAMPLES REPLICATION These examples are intended to provide guidance on how to use the commands/procedures for analysis of

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

NBER WORKING PAPER SERIES MAKING SENSE OF THE LABOR MARKET HEIGHT PREMIUM: EVIDENCE FROM THE BRITISH HOUSEHOLD PANEL SURVEY

NBER WORKING PAPER SERIES MAKING SENSE OF THE LABOR MARKET HEIGHT PREMIUM: EVIDENCE FROM THE BRITISH HOUSEHOLD PANEL SURVEY NBER WORKING PAPER SERIES MAKING SENSE OF THE LABOR MARKET HEIGHT PREMIUM: EVIDENCE FROM THE BRITISH HOUSEHOLD PANEL SURVEY Anne Case Christina Paxson Mahnaz Islam Working Paper 14007 http://www.nber.org/papers/w14007

More information

MANAGEMENT SCIENCE doi /mnsc ec

MANAGEMENT SCIENCE doi /mnsc ec MANAGEMENT SCIENCE doi 10.1287/mnsc.1100.1159ec e-companion ONLY AVAILABLE IN ELECTRONIC FORM informs 2010 INFORMS Electronic Companion Quality Management and Job Quality: How the ISO 9001 Standard for

More information

NPTEL Project. Econometric Modelling. Module 16: Qualitative Response Regression Modelling. Lecture 20: Qualitative Response Regression Modelling

NPTEL Project. Econometric Modelling. Module 16: Qualitative Response Regression Modelling. Lecture 20: Qualitative Response Regression Modelling 1 P age NPTEL Project Econometric Modelling Vinod Gupta School of Management Module 16: Qualitative Response Regression Modelling Lecture 20: Qualitative Response Regression Modelling Rudra P. Pradhan

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

In Debt and Approaching Retirement: Claim Social Security or Work Longer?

In Debt and Approaching Retirement: Claim Social Security or Work Longer? AEA Papers and Proceedings 2018, 108: 401 406 https://doi.org/10.1257/pandp.20181116 In Debt and Approaching Retirement: Claim Social Security or Work Longer? By Barbara A. Butrica and Nadia S. Karamcheva*

More information

Quant Econ Pset 2: Logit

Quant Econ Pset 2: Logit Quant Econ Pset 2: Logit Hosein Joshaghani Due date: February 20, 2017 The main goal of this problem set is to get used to Logit, both to its mechanics and its economics. In order to fully grasp this useful

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

The Impact of a $15 Minimum Wage on Hunger in America

The Impact of a $15 Minimum Wage on Hunger in America The Impact of a $15 Minimum Wage on Hunger in America Appendix A: Theoretical Model SEPTEMBER 1, 2016 WILLIAM M. RODGERS III Since I only observe the outcome of whether the household nutritional level

More information

STATISTICAL METHODS FOR CATEGORICAL DATA ANALYSIS

STATISTICAL METHODS FOR CATEGORICAL DATA ANALYSIS STATISTICAL METHODS FOR CATEGORICAL DATA ANALYSIS Daniel A. Powers Department of Sociology University of Texas at Austin YuXie Department of Sociology University of Michigan ACADEMIC PRESS An Imprint of

More information

CHAPTER 8 EXAMPLES: MIXTURE MODELING WITH LONGITUDINAL DATA

CHAPTER 8 EXAMPLES: MIXTURE MODELING WITH LONGITUDINAL DATA Examples: Mixture Modeling With Longitudinal Data CHAPTER 8 EXAMPLES: MIXTURE MODELING WITH LONGITUDINAL DATA Mixture modeling refers to modeling with categorical latent variables that represent subpopulations

More information

Regression with a binary dependent variable: Logistic regression diagnostic

Regression with a binary dependent variable: Logistic regression diagnostic ACADEMIC YEAR 2016/2017 Università degli Studi di Milano GRADUATE SCHOOL IN SOCIAL AND POLITICAL SCIENCES APPLIED MULTIVARIATE ANALYSIS Luigi Curini luigi.curini@unimi.it Do not quote without author s

More information

Longitudinal Logistic Regression: Breastfeeding of Nepalese Children

Longitudinal Logistic Regression: Breastfeeding of Nepalese Children Longitudinal Logistic Regression: Breastfeeding of Nepalese Children Scientific Question Determine whether the breastfeeding of Nepalese children varies with child age and/or sex of child. Data: Nepal

More information

Contents Part I Descriptive Statistics 1 Introduction and Framework Population, Sample, and Observations Variables Quali

Contents Part I Descriptive Statistics 1 Introduction and Framework Population, Sample, and Observations Variables Quali Part I Descriptive Statistics 1 Introduction and Framework... 3 1.1 Population, Sample, and Observations... 3 1.2 Variables.... 4 1.2.1 Qualitative and Quantitative Variables.... 5 1.2.2 Discrete and Continuous

More information

Estimating Heterogeneous Choice Models with Stata

Estimating Heterogeneous Choice Models with Stata Estimating Heterogeneous Choice Models with Stata Richard Williams Notre Dame Sociology rwilliam@nd.edu West Coast Stata Users Group Meetings October 25, 2007 Overview When a binary or ordinal regression

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

Analyzing the Determinants of Project Success: A Probit Regression Approach

Analyzing the Determinants of Project Success: A Probit Regression Approach 2016 Annual Evaluation Review, Linked Document D 1 Analyzing the Determinants of Project Success: A Probit Regression Approach 1. This regression analysis aims to ascertain the factors that determine development

More information

West Coast Stata Users Group Meeting, October 25, 2007

West Coast Stata Users Group Meeting, October 25, 2007 Estimating Heterogeneous Choice Models with Stata Richard Williams, Notre Dame Sociology, rwilliam@nd.edu oglm support page: http://www.nd.edu/~rwilliam/oglm/index.html West Coast Stata Users Group Meeting,

More information

GGraph. Males Only. Premium. Experience. GGraph. Gender. 1 0: R 2 Linear = : R 2 Linear = Page 1

GGraph. Males Only. Premium. Experience. GGraph. Gender. 1 0: R 2 Linear = : R 2 Linear = Page 1 GGraph 9 Gender : R Linear =.43 : R Linear =.769 8 7 6 5 4 3 5 5 Males Only GGraph Page R Linear =.43 R Loess 9 8 7 6 5 4 5 5 Explore Case Processing Summary Cases Valid Missing Total N Percent N Percent

More information

COMMUNITY ADVANTAGE PANEL SURVEY: DATA COLLECTION UPDATE AND ANALYSIS OF PANEL ATTRITION

COMMUNITY ADVANTAGE PANEL SURVEY: DATA COLLECTION UPDATE AND ANALYSIS OF PANEL ATTRITION COMMUNITY ADVANTAGE PANEL SURVEY: DATA COLLECTION UPDATE AND ANALYSIS OF PANEL ATTRITION Technical Report: February 2012 By Sarah Riley HongYu Ru Mark Lindblad Roberto Quercia Center for Community Capital

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

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

Modeling Panel Data: Choosing the Correct Strategy. Roberto G. Gutierrez

Modeling Panel Data: Choosing the Correct Strategy. Roberto G. Gutierrez Modeling Panel Data: Choosing the Correct Strategy Roberto G. Gutierrez 2 / 25 #analyticsx Overview Panel data are ubiquitous in not only economics, but in all fields Panel data have intrinsic modeling

More information

Odd cases and risky cohorts: Measures of risk and association in observational studies

Odd cases and risky cohorts: Measures of risk and association in observational studies Odd cases and risky cohorts: Measures of risk and association in observational studies Tom Lang Tom Lang Communications and Training International, Kirkland, WA, USA Correspondence to: Tom Lang 10003 NE

More information

Survey Sampling, Fall, 2006, Columbia University Homework assignments (2 Sept 2006)

Survey Sampling, Fall, 2006, Columbia University Homework assignments (2 Sept 2006) Survey Sampling, Fall, 2006, Columbia University Homework assignments (2 Sept 2006) Assignment 1, due lecture 3 at the beginning of class 1. Lohr 1.1 2. Lohr 1.2 3. Lohr 1.3 4. Download data from the CBS

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

Stat3011: Solution of Midterm Exam One

Stat3011: Solution of Midterm Exam One 1 Stat3011: Solution of Midterm Exam One Fall/2003, Tiefeng Jiang Name: Problem 1 (30 points). Choose one appropriate answer in each of the following questions. 1. (B ) The mean age of five people in a

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

Marital Disruption and the Risk of Loosing Health Insurance Coverage. Extended Abstract. James B. Kirby. Agency for Healthcare Research and Quality

Marital Disruption and the Risk of Loosing Health Insurance Coverage. Extended Abstract. James B. Kirby. Agency for Healthcare Research and Quality Marital Disruption and the Risk of Loosing Health Insurance Coverage Extended Abstract James B. Kirby Agency for Healthcare Research and Quality jkirby@ahrq.gov Health insurance coverage in the United

More information

Core methodology I: Sector analysis of MDG determinants

Core methodology I: Sector analysis of MDG determinants UNDP UN-DESA UN-ESCAP Core methodology I: Sector analysis of MDG determinants Rob Vos (UN-DESA/DPAD) Presentation prepared for the inception and training workshop of the project Assessing Development Strategies

More information

The Family Gap phenomenon: does having children impact on parents labour market outcomes?

The Family Gap phenomenon: does having children impact on parents labour market outcomes? The Family Gap phenomenon: does having children impact on parents labour market outcomes? By Amber Dale Applied Economic Analysis 1. Introduction and Background In recent decades the workplace has seen

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

SUPPLEMENTARY ONLINE APPENDIX FOR: TECHNOLOGY AND COLLECTIVE ACTION: THE EFFECT OF CELL PHONE COVERAGE ON POLITICAL VIOLENCE IN AFRICA

SUPPLEMENTARY ONLINE APPENDIX FOR: TECHNOLOGY AND COLLECTIVE ACTION: THE EFFECT OF CELL PHONE COVERAGE ON POLITICAL VIOLENCE IN AFRICA SUPPLEMENTARY ONLINE APPENDIX FOR: TECHNOLOGY AND COLLECTIVE ACTION: THE EFFECT OF CELL PHONE COVERAGE ON POLITICAL VIOLENCE IN AFRICA 1. CELL PHONES AND PROTEST The Afrobarometer survey asks whether respondents

More information

Public Economics. Contact Information

Public Economics. Contact Information Public Economics K.Peren Arin Contact Information Office Hours:After class! All communication in English please! 1 Introduction The year is 1030 B.C. For decades, Israeli tribes have been living without

More information

Happy Voters. Exploring the Intersections between Economics and Psychology. Federica Liberini 1, Eugenio Proto 2 Michela Redoano 2.

Happy Voters. Exploring the Intersections between Economics and Psychology. Federica Liberini 1, Eugenio Proto 2 Michela Redoano 2. Exploring the Intersections between Economics and Psychology Federica Liberini 1, Eugenio Proto 2 Michela Redoano 2 1 ETH Zurich, 2 Warwick University and IZA 3 Warwick University 29 January 2015 Overview

More information

Correcting for Survival Effects in Cross Section Wage Equations Using NBA Data

Correcting for Survival Effects in Cross Section Wage Equations Using NBA Data Correcting for Survival Effects in Cross Section Wage Equations Using NBA Data by Peter A Groothuis Professor Appalachian State University Boone, NC and James Richard Hill Professor Central Michigan University

More information

The Effects of Increasing the Early Retirement Age on Social Security Claims and Job Exits

The Effects of Increasing the Early Retirement Age on Social Security Claims and Job Exits The Effects of Increasing the Early Retirement Age on Social Security Claims and Job Exits Day Manoli UCLA Andrea Weber University of Mannheim February 29, 2012 Abstract This paper presents empirical evidence

More information

COMPLEMENTARITY ANALYSIS IN MULTINOMIAL

COMPLEMENTARITY ANALYSIS IN MULTINOMIAL 1 / 25 COMPLEMENTARITY ANALYSIS IN MULTINOMIAL MODELS: THE GENTZKOW COMMAND Yunrong Li & Ricardo Mora SWUFE & UC3M Madrid, Oct 2017 2 / 25 Outline 1 Getzkow (2007) 2 Case Study: social vs. internet interactions

More information

The Effects of a Conditional Transfer Program on the Labor Market: The Human Development Bonus in Ecuador

The Effects of a Conditional Transfer Program on the Labor Market: The Human Development Bonus in Ecuador The Effects of a Conditional Transfer Program on the Labor Market: The Human Development Bonus in Ecuador Martin Gonzalez-Rozada Universidad Torcuato Di Tella mrozada@utdt.edu Freddy Llerena Pinto Centro

More information

An Introduction to Event History Analysis

An Introduction to Event History Analysis An Introduction to Event History Analysis Oxford Spring School June 18-20, 2007 Day Three: Diagnostics, Extensions, and Other Miscellanea Data Redux: Supreme Court Vacancies, 1789-1992. stset service,

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

Dan Breznitz Munk School of Global Affairs, University of Toronto, 1 Devonshire Place, Toronto, Ontario M5S 3K7 CANADA

Dan Breznitz Munk School of Global Affairs, University of Toronto, 1 Devonshire Place, Toronto, Ontario M5S 3K7 CANADA RESEARCH ARTICLE THE ROLE OF VENTURE CAPITAL IN THE FORMATION OF A NEW TECHNOLOGICAL ECOSYSTEM: EVIDENCE FROM THE CLOUD Dan Breznitz Munk School of Global Affairs, University of Toronto, 1 Devonshire Place,

More information

Labor supply responses to health shocks in Senegal

Labor supply responses to health shocks in Senegal Labor supply responses to health shocks in Senegal Virginie Comblon (PSL, Université Paris-Dauphine, LEDa, UMR DIAL) and Karine Marazyan (Université Paris 1, IEDES, UMR D&S) UNU WIDER Conference - Human

More information

Bargaining with Grandma: The Impact of the South African Pension on Household Decision Making

Bargaining with Grandma: The Impact of the South African Pension on Household Decision Making ONLINE APPENDIX for Bargaining with Grandma: The Impact of the South African Pension on Household Decision Making By: Kate Ambler, IFPRI Appendix A: Comparison of NIDS Waves 1, 2, and 3 NIDS is a panel

More information

CHAPTER 12 EXAMPLES: MONTE CARLO SIMULATION STUDIES

CHAPTER 12 EXAMPLES: MONTE CARLO SIMULATION STUDIES Examples: Monte Carlo Simulation Studies CHAPTER 12 EXAMPLES: MONTE CARLO SIMULATION STUDIES Monte Carlo simulation studies are often used for methodological investigations of the performance of statistical

More information

Investment Platforms Market Study Interim Report: Annex 7 Fund Discounts and Promotions

Investment Platforms Market Study Interim Report: Annex 7 Fund Discounts and Promotions MS17/1.2: Annex 7 Market Study Investment Platforms Market Study Interim Report: Annex 7 Fund Discounts and Promotions July 2018 Annex 7: Introduction 1. There are several ways in which investment platforms

More information

Friendship at Work: Can Peer Effects Catalyze Female Entrepreneurship? Erica Field, Seema Jayachandran, Rohini Pande, and Natalia Rigol

Friendship at Work: Can Peer Effects Catalyze Female Entrepreneurship? Erica Field, Seema Jayachandran, Rohini Pande, and Natalia Rigol Friendship at Work: Can Peer Effects Catalyze Female Entrepreneurship? Erica Field, Seema Jayachandran, Rohini Pande, and Natalia Rigol Online Appendix Appendix Table 1: Heterogeneous Impact of Business

More information

How exogenous is exogenous income? A longitudinal study of lottery winners in the UK

How exogenous is exogenous income? A longitudinal study of lottery winners in the UK How exogenous is exogenous income? A longitudinal study of lottery winners in the UK Dita Eckardt London School of Economics Nattavudh Powdthavee CEP, London School of Economics and MIASER, University

More information

Subject CS2A Risk Modelling and Survival Analysis Core Principles

Subject CS2A Risk Modelling and Survival Analysis Core Principles ` Subject CS2A Risk Modelling and Survival Analysis Core Principles Syllabus for the 2019 exams 1 June 2018 Copyright in this Core Reading is the property of the Institute and Faculty of Actuaries who

More information

Bank Profitability and Risk-Taking in a Low Interest Rate Environment: The Case of Thailand

Bank Profitability and Risk-Taking in a Low Interest Rate Environment: The Case of Thailand Bank Profitability and Risk-Taking in a Low Interest Rate Environment: The Case of Thailand Lathaporn Ratanavararak Nasha Ananchotikul PIER Research Exchange 3 May 2018 1 Low interest rate environment

More information

Supporting Online Material for

Supporting Online Material for www.sciencemag.org/cgi/content/full/323/5918/1183/dc1 Supporting Online Material for Predicting Elections: Child s Play! John Antonakis* and Olaf Dalgas *To whom correspondence should be addressed. E-mail:

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

Random Variables CHAPTER 6.3 BINOMIAL AND GEOMETRIC RANDOM VARIABLES

Random Variables CHAPTER 6.3 BINOMIAL AND GEOMETRIC RANDOM VARIABLES Random Variables CHAPTER 6.3 BINOMIAL AND GEOMETRIC RANDOM VARIABLES Essential Question How can I determine whether the conditions for using binomial random variables are met? Binomial Settings When the

More information

Panel Data with Binary Dependent Variables

Panel Data with Binary Dependent Variables Essex Summer School in Social Science Data Analysis Panel Data Analysis for Comparative Research Panel Data with Binary Dependent Variables Christopher Adolph Department of Political Science and Center

More information

Exercise 1. Data from the Journal of Applied Econometrics Archive. This is an unbalanced panel.n = 27326, Group sizes range from 1 to 7, 7293 groups.

Exercise 1. Data from the Journal of Applied Econometrics Archive. This is an unbalanced panel.n = 27326, Group sizes range from 1 to 7, 7293 groups. Exercise 1 Part I. Binary Choice Modeling A. Fitting a Model with a Cross Section This exercise uses the health care data contained in healthcare.lpj. The variables in the file are listed below. Data from

More information

The Effect of Financial Constraints, Investment Policy and Product Market Competition on the Value of Cash Holdings

The Effect of Financial Constraints, Investment Policy and Product Market Competition on the Value of Cash Holdings The Effect of Financial Constraints, Investment Policy and Product Market Competition on the Value of Cash Holdings Abstract This paper empirically investigates the value shareholders place on excess cash

More information

Multinomial Choice (Basic Models)

Multinomial Choice (Basic Models) Unversitat Pompeu Fabra Lecture Notes in Microeconometrics Dr Kurt Schmidheiny June 17, 2007 Multinomial Choice (Basic Models) 2 1 Ordered Probit Contents Multinomial Choice (Basic Models) 1 Ordered Probit

More information

XLSTAT TIP SHEET FOR BUSINESS STATISTICS CENGAGE LEARNING

XLSTAT TIP SHEET FOR BUSINESS STATISTICS CENGAGE LEARNING XLSTAT TIP SHEET FOR BUSINESS STATISTICS CENGAGE LEARNING INTRODUCTION XLSTAT makes accessible to anyone a powerful, complete and user-friendly data analysis and statistical solution. Accessibility to

More information

Lecture notes on risk management, public policy, and the financial system. Credit portfolios. Allan M. Malz. Columbia University

Lecture notes on risk management, public policy, and the financial system. Credit portfolios. Allan M. Malz. Columbia University Lecture notes on risk management, public policy, and the financial system Allan M. Malz Columbia University 2018 Allan M. Malz Last updated: June 8, 2018 2 / 23 Outline Overview of credit portfolio risk

More information

The relationship between unemployment and health

The relationship between unemployment and health The relationship between unemployment and health Katalin Gaspar Central European University Department of Economics In partial fulfillment of the requirements for the degree of Masters of Arts Supervisor:

More information

INSTITUTE AND FACULTY OF ACTUARIES. Curriculum 2019 SPECIMEN EXAMINATION

INSTITUTE AND FACULTY OF ACTUARIES. Curriculum 2019 SPECIMEN EXAMINATION INSTITUTE AND FACULTY OF ACTUARIES Curriculum 2019 SPECIMEN EXAMINATION Subject CS1A Actuarial Statistics Time allowed: Three hours and fifteen minutes INSTRUCTIONS TO THE CANDIDATE 1. Enter all the candidate

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

Rescaling results of nonlinear probability models to compare regression coefficients or variance components across hierarchically nested models

Rescaling results of nonlinear probability models to compare regression coefficients or variance components across hierarchically nested models Rescaling results of nonlinear probability models to compare regression coefficients or variance components across hierarchically nested models Dirk Enzmann & Ulrich Kohler University of Hamburg, dirk.enzmann@uni-hamburg.de

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

Contents: Appendix 3: Parallel Trends. Appendix

Contents: Appendix 3: Parallel Trends. Appendix Mohanan M, Babiarz KS, Goldhaber-Fiebert JD, Miller G, Vera-Hernandez M. Effect of a large-scale social franchising and telemedicine program on childhood diarrhea and pneumonia outcomes in India. Health

More information

Inequalities in the older population: Evidence from ELSA. James Banks, Carl Emmerson, Alastair Muriel and Gemma Tetlow 18 th November 2008

Inequalities in the older population: Evidence from ELSA. James Banks, Carl Emmerson, Alastair Muriel and Gemma Tetlow 18 th November 2008 Inequalities in the older population: Evidence from ELSA James Banks, Carl Emmerson, Alastair Muriel and Gemma Tetlow 18 th November 2008 ELSA and inequalities in the older population Multidimensional

More information

Summary of Statistical Analysis Tools EDAD 5630

Summary of Statistical Analysis Tools EDAD 5630 Summary of Statistical Analysis Tools EDAD 5630 Test Name Program Used Purpose Steps Main Uses/Applications in Schools Principal Component Analysis SPSS Measure Underlying Constructs Reliability SPSS Measure

More information

STA2601. Tutorial letter 105/2/2018. Applied Statistics II. Semester 2. Department of Statistics STA2601/105/2/2018 TRIAL EXAMINATION PAPER

STA2601. Tutorial letter 105/2/2018. Applied Statistics II. Semester 2. Department of Statistics STA2601/105/2/2018 TRIAL EXAMINATION PAPER STA2601/105/2/2018 Tutorial letter 105/2/2018 Applied Statistics II STA2601 Semester 2 Department of Statistics TRIAL EXAMINATION PAPER Define tomorrow. university of south africa Dear Student Congratulations

More information

Financial Econometrics Notes. Kevin Sheppard University of Oxford

Financial Econometrics Notes. Kevin Sheppard University of Oxford Financial Econometrics Notes Kevin Sheppard University of Oxford Monday 15 th January, 2018 2 This version: 22:52, Monday 15 th January, 2018 2018 Kevin Sheppard ii Contents 1 Probability, Random Variables

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

UPDATED IAA EDUCATION SYLLABUS

UPDATED IAA EDUCATION SYLLABUS II. UPDATED IAA EDUCATION SYLLABUS A. Supporting Learning Areas 1. STATISTICS Aim: To enable students to apply core statistical techniques to actuarial applications in insurance, pensions and emerging

More information

Probabilistic Thinking and Early Social Security Claiming

Probabilistic Thinking and Early Social Security Claiming Probabilistic Thinking and Early Social Security Claiming Adeline Delavande RAND Corporation, Universidade Nova de Lisboa and CEPR Michael Perry University of Michigan Robert J. Willis University of Michigan

More information

Average Earnings and Long-Term Mortality: Evidence from Administrative Data

Average Earnings and Long-Term Mortality: Evidence from Administrative Data American Economic Review: Papers & Proceedings 2009, 99:2, 133 138 http://www.aeaweb.org/articles.php?doi=10.1257/aer.99.2.133 Average Earnings and Long-Term Mortality: Evidence from Administrative Data

More information

DISABILITY AND DEATH PROBABILITY TABLES FOR INSURED WORKERS BORN IN 1995

DISABILITY AND DEATH PROBABILITY TABLES FOR INSURED WORKERS BORN IN 1995 ACTUARIAL NOTE Number 2015.6 December 2015 SOCIAL SECURITY ADMINISTRATION Office of the Chief Actuary Baltimore, Maryland DISABILITY AND DEATH PROBABILITY TABLES FOR INSURED WORKERS BORN IN 1995 by Johanna

More information

Econometrics and Economic Data

Econometrics and Economic Data Econometrics and Economic Data Chapter 1 What is a regression? By using the regression model, we can evaluate the magnitude of change in one variable due to a certain change in another variable. For example,

More information

Why Pay for Paper? An Analysis of the Internet's Effect on Print Newspaper Subscriber Retention

Why Pay for Paper? An Analysis of the Internet's Effect on Print Newspaper Subscriber Retention Clemson University TigerPrints All Theses Theses 5-2011 Why Pay for Paper? An Analysis of the Internet's Effect on Print Newspaper Subscriber Retention Kevin Payne Clemson University, kmpayne@clemson.edu

More information