Comparing effects across nested logistic regression models

Size: px
Start display at page:

Download "Comparing effects across nested logistic regression models"

Transcription

1 Comparing effects across nested logistic regression models CAPS Methods Core Quantitative Working Group Seminar September 3, 011 Steve Gregorich SEGregorich 1 Sept 3, 011

2 SEGregorich Sept 3, 011

3 Comparing parameter estimates across two nested linear models Covariate-adjusted (Full) model yɺ = a + x bɺ + c bɺ + eɺ i F i x.f i c.f i.f Unadjusted (Restricted) model yɺ = a + xɺ + eɺ i R ib x. R i.r What is the effect of adjustment for c?. Compare b ɺ x.f to b ɺ x.r, either formally or just 'eyeball' the difference SEGregorich 3 Sept 3, 011

4 Comparing parameter estimates across two nested logistic models Covariate-adjusted (Full) model logit(y i = 1 x i, c i ) = a F + x i b x.f + c i b c.f Unadjusted (Restricted) model logit(y i = 1 x i ) = a R + x i b x.r. Here, comparing b x.f to b x.r is more complex. To understand why, we'll look at the binary outcome threshold model SEGregorich 4 Sept 3, 011

5 Binary outcome regression represented as a threshold model.y* is an unobserved (latent) continuous outcome variable representing the propensity of outcome occurrence * yi = a + xib + ei ɺ ɺ ɺ, where e i ~ Logistic(0,π /3) for logistic or N(0,1) for probit ɺ. Usually, the relationship between continuous y* and binary y is defined as if y i * >0 then y i = 1; else y i = 0 Given e i ~ Logistic(0,π /3), model parameters for correctly specified models ɺ are equivalent across linear model of y*, and logistic model of y SEGregorich 5 Sept 3, 011

6 Three identifying assumptions of logistic regression model. conditional mean of e i = 0 ɺ. Var( e i x) = π /3 ɺ. threshold value for y* is 0 (usually): if y* > 0 then y = 1; else y = 0 SEGregorich 6 Sept 3, 011

7 Comparing linear and logistic regression Basics of modeled variation outcome variance linear regression (y) σ y is observed logistic regression σ y * is model-dependent Effects of added X variables on modeled variation outcome variance linear regression (y) σ y unchanged residual variance σ e ɺ is model-dependent σ e ɺ is fixed residual variance σ e ɺ decreased logistic regression (y*) σ y * increased σ e ɺ unchanged. Adding explanatory vars. to a logistic model, increases implied variance of y*. Essentially, y* is rescaled.. When y* is rescaled, model parameters are also rescaled. Same for models of y SEGregorich 7 Sept 3, 011

8 Comparing parameters across nested logistic regression models logit(y i = 1 x i, c i ) = a F + x i b x.f + c i b c.f (Full model) logit(y i = 1 x i ) = a R + x i b x.r (Restricted model). b 1.F and b 1.R may differ because of. confounding (expectation: b x.f < b x.r ). negative confounding (expectation: b x.f > b x.r ). rescaling (expectation: b x.f > b x.r ). a combination (expectation:??) Parameter rescaling is almost universally unknown/ignored except in specific contexts. testing mediation. generalized linear mixed models SEGregorich 8 Sept 3, 011

9 A simulated example of faux negative confounding Simulated data. A single sample with N=500,000. x and c are bivariate normal with the following sample statistics (exactly). x = c = 0. σ = 1, σ = 4 x c. r xc = 0. Next, I used x and c values to generate a continuous y * variate as y = x + c + e, (i.e., both regression parameters equaled unity) ɺ * i i i i where the e i ~ Logistic(0,π /3) ɺ. Finally, I created a binary version of y * as y = 1 if y * > 0; y = 0 otherwise SEGregorich 9 Sept 3, 011

10 A simulated example of faux negative confounding Results of linear models regressing y * onto x and c Full model Adjusted b Restricted model Unadjusted b x modeled, c excluded c modeled, x excluded Results of logistic models regressing y onto x and c Full model Adjusted b Restricted model Unadjusted b x modeled, c excluded c modeled, x excluded SEGregorich 10 Sept 3, 011

11 A simulated example of faux negative confounding Explanation for results on previous slide In this simplified example, x and c are orthogonal, so the implied variance of y* equals Full model σ y*.f = σ xbx.f + σ c bc.f + π 3 = 8.9 Restricted model including x σ y*.r = σ xbx.r + π 3 = 3.66 Scaling of the outcome and parameter estimates is not equivalent across models SEGregorich 11 Sept 3, 011

12 One attempted solution in the literature. In the context of testing mediation, Winship and Mare (1984) and MacKinnon & Dwyer (1993) suggested a rescaling of model parameters based upon the σ and * * y. This is known as y-standardization. However, it does not work very well.f σ to allow comparison of, e.g., b x.r and b x.f y. For the previous example, the rescaled value of b x.r equals.r rescaled b x.r = 0.61 σ σ y y * *.F.R = = = 0.9, not There have been other proposed solutions that I have not studied (reportedly they don't work well, either) SEGregorich 1 Sept 3, 011

13 Karlson, Holm, & Breen (KHB) (in press). KHB argue that the scaling is a factor of the error standard deviation, σ e, not the standard deviation of y*. Of course y* and σ e are unobserved, in practice, ɺ but given our simulated data, we can take a look. For the Full model, σ e.f = π 3 = 3.9 ɺ. For the Restricted model, σ e.r = σ c + π 3 = 7.9 ɺ. Therefore, the KHB-suggested rescaled value equals rescaled b x.r = 0.61 ɺ σ σ ɺ e.r e.f 7.9 = π 3 = = 0.91, not 1.00 SEGregorich 13 Sept 3, 011

14 Comparing parameter rescaling methods From the earlier simulated example Full model Restricted model ˆb Restricted σ -rescaled * y Restricted σ -rescaled ɺ x e Regardless of these results, KHB suggest a method to rescale parameter estimates from binary outcome models that appears to work. SEGregorich 14 Sept 3, 011

15 KHB method. Here, C i refers to the vector of covariates in the Full model. Replace all covariates, C i, in the Full logisitc regression model with residuals from regression of C i on x, R i. Name this the KHB model. The KHB model provides an estimate of the unadjusted effect of x on y that is on the same scale as parameters from the Full model. Clever The R i are uncorrelated with x The KHB model obtains an unadjusted estimate of the x effect. (the KHB model obtains Type 1 estimates of the x effect). model-dependent σ * and σ y e are equivalent across the KHB and Full models ɺ The KHB model obtains unadjusted parameter estimates for x that are on the scale of the Full model.. Method easily extends to accommodate any number of x and c variables SEGregorich 15 Sept 3, 011

16 KHB method What about binary covariates? KHB suggest using the linear probability model (LPM) to generate residuals of the C i Then fit the KHB model in the usual way SEGregorich 16 Sept 3, 011

17 KHB method LPM. Fit a linear regression model of the binary outcome. Conditional expectation of y given x, E(y i x i ) = Pr(y i =1 x) = a + x i b x + c i b c. Binary y does not affect interpretation the parameters, compared to continuous y. For a unit change in x, the expected change in the probability that y=1 is b x, holding any control variables constant.. Because the model is linear, a unit change in x always results in the same change in probability the model is linear in the probability.. In general practice, there are problems with the linear probability model:. heteroskedasticity (the variance of y x depends on x). residuals cannot be normally distributed. predicted probabilities outside [0,1]. functional form Even so, the LPM could meet the needs of the KHB model I.e., to estimate the unadjusted effect of x on the scale of the Full model SEGregorich 17 Sept 3, 011

18 Simulation study: Population model x (σ = 1) 0.5 c1 (σ =.5) 1.0 r xc c (σ =.5) c3 (σ =.5) y; y* c4 (σ =.5) Unadjusted effects of x ( b R ) as a function of r xc : ɺ. r xc = 0.50; b R = = 1.00 ɺ. r xc = 0 ; b R = = 0.50 ɺ. r xc = 0.15; b R = = 0.5 ɺ SEGregorich 18 Sept 3, 011

19 Simulation Details. N=15, 50, 500, R=1000. x ~ N(0, 1). c1 - c4 ~N(0, 0.5); or B(0.50). conditions: norm./bin. c; variance = 0.5. b x = bx = 0.5; b c = b c = 1.0 ɺ ɺ. r xc = 0.5; 0; conditions: pos., no, and neg. confounding. r cc = 0 y i * = x i c1 i + c i +c3 i +c4 i + e i, where e i ~ Logistic(0,π /3) ɺ ɺ if y i * >0 then y i = 1; else y i = 0. y* ~ N(0, ). y ~ B(0.50) dependent on r xc : ranges from approximately 4.0 to 5.0 SEGregorich 19 Sept 3, 011

20 Simulation results: N=1000. R=1000 replicate samples Continuous x and c: linear reg: y* logistic reg: y KHB: y (a) (b) (c) (d) (e) (f) (g) (h) r xc ˆ σ b e R b (b) (c) R b ɺ π 3 R se σ b ɺɺ R covg Continuous x and binary c: linear reg: y* logistic reg: y KHB: y (a) (b) (c) (d) (e) (f) (g) (h) r xc ˆ σ b e R b (b) (c) R b ɺ π 3 R se σ b ɺɺ R covg SEGregorich 0 Sept 3, 011

21 Some implications about naïve point estimates of b R If you naïvely compare b F to b R, you might draw incorrect conclusions Results for continuous x and c r xc b F b R naïve b R KHB naïve true ɺɺ * 0.5 under-estimating the degree of positive confounding suggesting negative confounding when none exists * over-estimating the degree of negative confounding Simulations were simplistic. models with multiple covariates may include those that are positively, negatively, and un-confounded with x SEGregorich 1 Sept 3, 011

22 More Tests of differences between adjusted and rescaled unadjusted effects Normally I don't care about this (except in the context of testing mediation) KHB present a test based upon Sobel. Can accommodate multiple x and multiple c variables Known problems with Sobel, Aroian, etc SEGregorich Sept 3, 011

23 Conclusions. KHB model is simple to implement. Quality of KHB model point estimates Seems to do a good job of obtaining rescaled unadjusted point estimates Use of LPM for binary covariates seemed to work well I considered other scenarios, Varied the distribution of binary c and y Lognormal distribution of X KHB (011) report upon a fairly extensive simulation study. Quality of KHB model standard errors/coverage Coverage of rescaled unadjusted x effects was just OK in my limited simulation. If one wants to emphasize any tests of rescaled unadjusted effects, the bootstrap should be considered SEGregorich 3 Sept 3, 011

24 Resources KHB papers (contact Kristian Karlson: 1. Kristian Bernt Karlson, Anders Holm, and Richard Breen. (March, 09, 011). Comparing Regression Coefficients Between Models using Logit and Probit: A New Method. Draft manuscript.. Kohler, U., Karlson, K.B., Holm, A. (in press). Comparing coefficients of nested nonlinear probability models. The Stata Journal. 3. Breen, R., Karlson, K.B., Holm, A. (April 11, 011). Total, Direct, and Indirect Effects in Logit Models. Abstract available at 4. Karlson, K.B. and Holm, A. (011). Decomposing primary and secondary effects: A new decomposition method. Research in Social Stratification and Mobility, 9, KHB Stata ado SEGregorich 4 Sept 3, 011

Comparing effects across nested logistic regression models

Comparing effects across nested logistic regression models Comparing effects across nested logistic regression models CADC Scholars Meeting March 12, 2013 Steve Gregorich SEGregorich 1 Mar 12, 2013 Example from the literature of nested model comparisons Care is

More information

A Correlation Metric for Cross-Sample Comparisons Using Logit and Probit

A Correlation Metric for Cross-Sample Comparisons Using Logit and Probit A Correlation Metric for Cross-Sample Comparisons Using Logit and Probit July 1, 2011 Bamberg (German Stata User Group Meeting) KRISTIAN BERNT KARLSON w/ Richard Breen and Anders Holm SFI The Danish National

More information

Context Power analyses for logistic regression models fit to clustered data

Context Power analyses for logistic regression models fit to clustered data . Power Analysis for Logistic Regression Models Fit to Clustered Data: Choosing the Right Rho. CAPS Methods Core Seminar Steve Gregorich May 16, 2014 CAPS Methods Core 1 SGregorich Abstract Context Power

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

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

Multiple paths in educational transitions: A multinomial transition model with unobserved heterogeneity Karlson, Kristian Bernt

Multiple paths in educational transitions: A multinomial transition model with unobserved heterogeneity Karlson, Kristian Bernt university of copenhagen Københavns Universitet Multiple paths in educational transitions: A multinomial transition model with unobserved heterogeneity Karlson, Kristian Bernt Published in: Research in

More information

High-Frequency Data Analysis and Market Microstructure [Tsay (2005), chapter 5]

High-Frequency Data Analysis and Market Microstructure [Tsay (2005), chapter 5] 1 High-Frequency Data Analysis and Market Microstructure [Tsay (2005), chapter 5] High-frequency data have some unique characteristics that do not appear in lower frequencies. At this class we have: Nonsynchronous

More information

Journal of Economic Studies. Quantile Treatment Effect and Double Robust estimators: an appraisal on the Italian job market.

Journal of Economic Studies. Quantile Treatment Effect and Double Robust estimators: an appraisal on the Italian job market. Journal of Economic Studies Quantile Treatment Effect and Double Robust estimators: an appraisal on the Italian job market. Journal: Journal of Economic Studies Manuscript ID JES-0--00 Manuscript Type:

More information

Is neglected heterogeneity really an issue in binary and fractional regression models? A simulation exercise for logit, probit and loglog models

Is neglected heterogeneity really an issue in binary and fractional regression models? A simulation exercise for logit, probit and loglog models CEFAGE-UE Working Paper 2009/10 Is neglected heterogeneity really an issue in binary and fractional regression models? A simulation exercise for logit, probit and loglog models Esmeralda A. Ramalho 1 and

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

Intro to GLM Day 2: GLM and Maximum Likelihood

Intro to GLM Day 2: GLM and Maximum Likelihood Intro to GLM Day 2: GLM and Maximum Likelihood Federico Vegetti Central European University ECPR Summer School in Methods and Techniques 1 / 32 Generalized Linear Modeling 3 steps of GLM 1. Specify 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

15. Multinomial Outcomes A. Colin Cameron Pravin K. Trivedi Copyright 2006

15. Multinomial Outcomes A. Colin Cameron Pravin K. Trivedi Copyright 2006 15. Multinomial Outcomes A. Colin Cameron Pravin K. Trivedi Copyright 2006 These slides were prepared in 1999. They cover material similar to Sections 15.3-15.6 of our subsequent book Microeconometrics:

More information

Econometrics II Multinomial Choice Models

Econometrics II Multinomial Choice Models LV MNC MRM MNLC IIA Int Est Tests End Econometrics II Multinomial Choice Models Paul Kattuman Cambridge Judge Business School February 9, 2018 LV MNC MRM MNLC IIA Int Est Tests End LW LW2 LV LV3 Last Week:

More information

CHAPTER 8: INDEX MODELS

CHAPTER 8: INDEX MODELS Chapter 8 - Index odels CHATER 8: INDEX ODELS ROBLE SETS 1. The advantage of the index model, compared to the arkowitz procedure, is the vastly reduced number of estimates required. In addition, the large

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

Difficult Choices: An Evaluation of Heterogenous Choice Models

Difficult Choices: An Evaluation of Heterogenous Choice Models Difficult Choices: An Evaluation of Heterogenous Choice Models Luke Keele Department of Politics and International Relations Nuffield College and Oxford University Manor Rd, Oxford OX1 3UQ UK Tele: +44

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

Modelling Returns: the CER and the CAPM

Modelling Returns: the CER and the CAPM Modelling Returns: the CER and the CAPM Carlo Favero Favero () Modelling Returns: the CER and the CAPM 1 / 20 Econometric Modelling of Financial Returns Financial data are mostly observational data: they

More information

Dynamic Replication of Non-Maturing Assets and Liabilities

Dynamic Replication of Non-Maturing Assets and Liabilities Dynamic Replication of Non-Maturing Assets and Liabilities Michael Schürle Institute for Operations Research and Computational Finance, University of St. Gallen, Bodanstr. 6, CH-9000 St. Gallen, Switzerland

More information

Comparing Odds Ratios and Marginal Effects from Logistic Regression and Linear Probability Models

Comparing Odds Ratios and Marginal Effects from Logistic Regression and Linear Probability Models Western Kentucky University From the SelectedWorks of Matt Bogard Spring March 11, 2016 Comparing Odds Ratios and Marginal Effects from Logistic Regression and Linear Probability Models Matt Bogard Available

More information

Threshold cointegration and nonlinear adjustment between stock prices and dividends

Threshold cointegration and nonlinear adjustment between stock prices and dividends Applied Economics Letters, 2010, 17, 405 410 Threshold cointegration and nonlinear adjustment between stock prices and dividends Vicente Esteve a, * and Marı a A. Prats b a Departmento de Economia Aplicada

More information

VARIANCE ESTIMATION FROM CALIBRATED SAMPLES

VARIANCE ESTIMATION FROM CALIBRATED SAMPLES VARIANCE ESTIMATION FROM CALIBRATED SAMPLES Douglas Willson, Paul Kirnos, Jim Gallagher, Anka Wagner National Analysts Inc. 1835 Market Street, Philadelphia, PA, 19103 Key Words: Calibration; Raking; Variance

More information

Monetary policy under uncertainty

Monetary policy under uncertainty Chapter 10 Monetary policy under uncertainty 10.1 Motivation In recent times it has become increasingly common for central banks to acknowledge that the do not have perfect information about the structure

More information

Consistent estimators for multilevel generalised linear models using an iterated bootstrap

Consistent estimators for multilevel generalised linear models using an iterated bootstrap Multilevel Models Project Working Paper December, 98 Consistent estimators for multilevel generalised linear models using an iterated bootstrap by Harvey Goldstein hgoldstn@ioe.ac.uk Introduction Several

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

Vlerick Leuven Gent Working Paper Series 2003/30 MODELLING LIMITED DEPENDENT VARIABLES: METHODS AND GUIDELINES FOR RESEARCHERS IN STRATEGIC MANAGEMENT

Vlerick Leuven Gent Working Paper Series 2003/30 MODELLING LIMITED DEPENDENT VARIABLES: METHODS AND GUIDELINES FOR RESEARCHERS IN STRATEGIC MANAGEMENT Vlerick Leuven Gent Working Paper Series 2003/30 MODELLING LIMITED DEPENDENT VARIABLES: METHODS AND GUIDELINES FOR RESEARCHERS IN STRATEGIC MANAGEMENT HARRY P. BOWEN Harry.Bowen@vlerick.be MARGARETHE F.

More information

A RIDGE REGRESSION ESTIMATION APPROACH WHEN MULTICOLLINEARITY IS PRESENT

A RIDGE REGRESSION ESTIMATION APPROACH WHEN MULTICOLLINEARITY IS PRESENT Fundamental Journal of Applied Sciences Vol. 1, Issue 1, 016, Pages 19-3 This paper is available online at http://www.frdint.com/ Published online February 18, 016 A RIDGE REGRESSION ESTIMATION APPROACH

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

A Comparison of Univariate Probit and Logit. Models Using Simulation

A Comparison of Univariate Probit and Logit. Models Using Simulation Applied Mathematical Sciences, Vol. 12, 2018, no. 4, 185-204 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ams.2018.818 A Comparison of Univariate Probit and Logit Models Using Simulation Abeer

More information

PASS Sample Size Software

PASS Sample Size Software Chapter 850 Introduction Cox proportional hazards regression models the relationship between the hazard function λ( t X ) time and k covariates using the following formula λ log λ ( t X ) ( t) 0 = β1 X1

More information

Introduction to POL 217

Introduction to POL 217 Introduction to POL 217 Brad Jones 1 1 Department of Political Science University of California, Davis January 9, 2007 Topics of Course Outline Models for Categorical Data. Topics of Course Models for

More information

Parametric versus nonparametric methods in risk scoring: an application to microcredit

Parametric versus nonparametric methods in risk scoring: an application to microcredit Empir Econ (2014) 46:1057 1079 DOI 10.1007/s00181-013-0703-8 Parametric versus nonparametric methods in risk scoring: an application to microcredit Manuel A. Hernandez Maximo Torero Received: 9 May 2012

More information

Principles of Finance

Principles of Finance Principles of Finance Grzegorz Trojanowski Lecture 7: Arbitrage Pricing Theory Principles of Finance - Lecture 7 1 Lecture 7 material Required reading: Elton et al., Chapter 16 Supplementary reading: Luenberger,

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

Logit Models for Binary Data

Logit Models for Binary Data Chapter 3 Logit Models for Binary Data We now turn our attention to regression models for dichotomous data, including logistic regression and probit analysis These models are appropriate when the response

More information

Yannan Hu 1, Frank J. van Lenthe 1, Rasmus Hoffmann 1,2, Karen van Hedel 1,3 and Johan P. Mackenbach 1*

Yannan Hu 1, Frank J. van Lenthe 1, Rasmus Hoffmann 1,2, Karen van Hedel 1,3 and Johan P. Mackenbach 1* Hu et al. BMC Medical Research Methodology (2017) 17:68 DOI 10.1186/s12874-017-0317-5 RESEARCH ARTICLE Open Access Assessing the impact of natural policy experiments on socioeconomic inequalities in health:

More information

List of tables List of boxes List of screenshots Preface to the third edition Acknowledgements

List of tables List of boxes List of screenshots Preface to the third edition Acknowledgements Table of List of figures List of tables List of boxes List of screenshots Preface to the third edition Acknowledgements page xii xv xvii xix xxi xxv 1 Introduction 1 1.1 What is econometrics? 2 1.2 Is

More information

Hierarchical Generalized Linear Models. Measurement Incorporated Hierarchical Linear Models Workshop

Hierarchical Generalized Linear Models. Measurement Incorporated Hierarchical Linear Models Workshop Hierarchical Generalized Linear Models Measurement Incorporated Hierarchical Linear Models Workshop Hierarchical Generalized Linear Models So now we are moving on to the more advanced type topics. To begin

More information

ECON Introductory Econometrics. Lecture 1: Introduction and Review of Statistics

ECON Introductory Econometrics. Lecture 1: Introduction and Review of Statistics ECON4150 - Introductory Econometrics Lecture 1: Introduction and Review of Statistics Monique de Haan (moniqued@econ.uio.no) Stock and Watson Chapter 1-2 Lecture outline 2 What is econometrics? Course

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

Estimation of a credit scoring model for lenders company

Estimation of a credit scoring model for lenders company Estimation of a credit scoring model for lenders company Felipe Alonso Arias-Arbeláez Juan Sebastián Bravo-Valbuena Francisco Iván Zuluaga-Díaz November 22, 2015 Abstract Historically it has seen that

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

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

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

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

The Delta Method. j =.

The Delta Method. j =. The Delta Method Often one has one or more MLEs ( 3 and their estimated, conditional sampling variancecovariance matrix. However, there is interest in some function of these estimates. The question is,

More information

Introductory Econometrics for Finance

Introductory Econometrics for Finance Introductory Econometrics for Finance SECOND EDITION Chris Brooks The ICMA Centre, University of Reading CAMBRIDGE UNIVERSITY PRESS List of figures List of tables List of boxes List of screenshots Preface

More information

Long-run Consumption Risks in Assets Returns: Evidence from Economic Divisions

Long-run Consumption Risks in Assets Returns: Evidence from Economic Divisions Long-run Consumption Risks in Assets Returns: Evidence from Economic Divisions Abdulrahman Alharbi 1 Abdullah Noman 2 Abstract: Bansal et al (2009) paper focus on measuring risk in consumption especially

More information

THE EQUIVALENCE OF THREE LATENT CLASS MODELS AND ML ESTIMATORS

THE EQUIVALENCE OF THREE LATENT CLASS MODELS AND ML ESTIMATORS THE EQUIVALENCE OF THREE LATENT CLASS MODELS AND ML ESTIMATORS Vidhura S. Tennekoon, Department of Economics, Indiana University Purdue University Indianapolis (IUPUI), School of Liberal Arts, Cavanaugh

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

The analysis of the multivariate linear regression model of. soybean future influencing factors

The analysis of the multivariate linear regression model of. soybean future influencing factors Volume 4 - Issue 4 April 218 PP. 39-44 The analysis of the multivariate linear regression model of soybean future influencing factors Jie He a,b Fang Chen a,b * a,b Department of Mathematics and Finance

More information

The Multinomial Logit Model Revisited: A Semiparametric Approach in Discrete Choice Analysis

The Multinomial Logit Model Revisited: A Semiparametric Approach in Discrete Choice Analysis The Multinomial Logit Model Revisited: A Semiparametric Approach in Discrete Choice Analysis Dr. Baibing Li, Loughborough University Wednesday, 02 February 2011-16:00 Location: Room 610, Skempton (Civil

More information

Problem Set # Due Monday, April 19, 3004 by 6:00pm

Problem Set # Due Monday, April 19, 3004 by 6:00pm Problem Set #5 14.74 Due Monday, April 19, 3004 by 6:00pm 1. Savings: Evidence from Thailand Paxson (1992), in her article entitled Using Weather Variability to Estimate the Response of Savings to Transitory

More information

Banking Industry Risk and Macroeconomic Implications

Banking Industry Risk and Macroeconomic Implications Banking Industry Risk and Macroeconomic Implications April 2014 Francisco Covas a Emre Yoldas b Egon Zakrajsek c Extended Abstract There is a large body of literature that focuses on the financial system

More information

Pension Scheme Redesign and Wealth Redistribution Between Members and Sponsor: The USS Rule Change in October 2011

Pension Scheme Redesign and Wealth Redistribution Between Members and Sponsor: The USS Rule Change in October 2011 Pension Scheme Redesign and Wealth Redistribution Between Members and Sponsor: The USS Rule Change in October 2011 How Much Money Did You Lose in October 2011? *Emmanouil Platanakis (speaker) University

More information

Equilibrium Asset Returns

Equilibrium Asset Returns Equilibrium Asset Returns Equilibrium Asset Returns 1/ 38 Introduction We analyze the Intertemporal Capital Asset Pricing Model (ICAPM) of Robert Merton (1973). The standard single-period CAPM holds when

More information

Lecture 3: Factor models in modern portfolio choice

Lecture 3: Factor models in modern portfolio choice Lecture 3: Factor models in modern portfolio choice Prof. Massimo Guidolin Portfolio Management Spring 2016 Overview The inputs of portfolio problems Using the single index model Multi-index models Portfolio

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

DANMARKS NATIONALBANK

DANMARKS NATIONALBANK DANMARKS NATIONALBANK INCORPORATING FUNDING COSTS IN A TOP-DOWN STRESS TEST Søren Korsgaard, Principal Stress Test Expert, Danmarks Nationalbank Background Danmarks Nationalbank s stress test A top-down

More information

The Response of Asset Prices to Unconventional Monetary Policy

The Response of Asset Prices to Unconventional Monetary Policy The Response of Asset Prices to Unconventional Monetary Policy Alexander Kurov and Raluca Stan * Abstract This paper investigates the impact of US unconventional monetary policy on asset prices at the

More information

Final Exam Suggested Solutions

Final Exam Suggested Solutions University of Washington Fall 003 Department of Economics Eric Zivot Economics 483 Final Exam Suggested Solutions This is a closed book and closed note exam. However, you are allowed one page of handwritten

More information

FDI and economic growth: new evidence on the role of financial markets

FDI and economic growth: new evidence on the role of financial markets MPRA Munich Personal RePEc Archive FDI and economic growth: new evidence on the role of financial markets W.N.W. Azman-Saini and Siong Hook Law and Abdul Halim Ahmad Universiti Putra Malaysia, Universiti

More information

Earnings Inequality and the Minimum Wage: Evidence from Brazil

Earnings Inequality and the Minimum Wage: Evidence from Brazil Earnings Inequality and the Minimum Wage: Evidence from Brazil Niklas Engbom June 16, 2016 Christian Moser World Bank-Bank of Spain Conference This project Shed light on drivers of earnings inequality

More information

Power of t-test for Simple Linear Regression Model with Non-normal Error Distribution: A Quantile Function Distribution Approach

Power of t-test for Simple Linear Regression Model with Non-normal Error Distribution: A Quantile Function Distribution Approach Available Online Publications J. Sci. Res. 4 (3), 609-622 (2012) JOURNAL OF SCIENTIFIC RESEARCH www.banglajol.info/index.php/jsr of t-test for Simple Linear Regression Model with Non-normal Error Distribution:

More information

CHAPTER 8: INDEX MODELS

CHAPTER 8: INDEX MODELS CHTER 8: INDEX ODELS CHTER 8: INDEX ODELS ROBLE SETS 1. The advantage of the index model, compared to the arkoitz procedure, is the vastly reduced number of estimates required. In addition, the large number

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

Online Appendices Practical Procedures to Deal with Common Support Problems in Matching Estimation

Online Appendices Practical Procedures to Deal with Common Support Problems in Matching Estimation Online Appendices Practical Procedures to Deal with Common Support Problems in Matching Estimation Michael Lechner Anthony Strittmatter April 30, 2014 Abstract This paper assesses the performance of common

More information

A Two-Step Estimator for Missing Values in Probit Model Covariates

A Two-Step Estimator for Missing Values in Probit Model Covariates WORKING PAPER 3/2015 A Two-Step Estimator for Missing Values in Probit Model Covariates Lisha Wang and Thomas Laitila Statistics ISSN 1403-0586 http://www.oru.se/institutioner/handelshogskolan-vid-orebro-universitet/forskning/publikationer/working-papers/

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

On the Use of Stock Index Returns from Economic Scenario Generators in ERM Modeling

On the Use of Stock Index Returns from Economic Scenario Generators in ERM Modeling On the Use of Stock Index Returns from Economic Scenario Generators in ERM Modeling Michael G. Wacek, FCAS, CERA, MAAA Abstract The modeling of insurance company enterprise risks requires correlated forecasts

More information

Portfolio Management

Portfolio Management Portfolio Management 010-011 1. Consider the following prices (calculated under the assumption of absence of arbitrage) corresponding to three sets of options on the Dow Jones index. Each point of the

More information

Laplace approximation

Laplace approximation NPFL108 Bayesian inference Approximate Inference Laplace approximation Filip Jurčíček Institute of Formal and Applied Linguistics Charles University in Prague Czech Republic Home page: http://ufal.mff.cuni.cz/~jurcicek

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

Inter-ethnic Marriage and Partner Satisfaction

Inter-ethnic Marriage and Partner Satisfaction DISCUSSION PAPER SERIES IZA DP No. 5308 Inter-ethnic Marriage and Partner Satisfaction Mathias Sinning Shane Worner November 2010 Forschungsinstitut zur Zukunft der Arbeit Institute for the Study of Labor

More information

Calculating VaR. There are several approaches for calculating the Value at Risk figure. The most popular are the

Calculating VaR. There are several approaches for calculating the Value at Risk figure. The most popular are the VaR Pro and Contra Pro: Easy to calculate and to understand. It is a common language of communication within the organizations as well as outside (e.g. regulators, auditors, shareholders). It is not really

More information

Snapshot Images of Country Risk Ratings: An International Comparison

Snapshot Images of Country Risk Ratings: An International Comparison Snapshot Images of Country Risk Ratings: An International Comparison Suhejla Hoti Department of Economics, University of Western Australia, (Suhejla.Hoti@uwa.edu.au) Abstract: Country risk has become a

More information

ACTIVE PORTFOLIO CONSTRUCTION WHEN RISK AND ALPHA FACTORS ARE MISALIGNED

ACTIVE PORTFOLIO CONSTRUCTION WHEN RISK AND ALPHA FACTORS ARE MISALIGNED 24 ACTIVE PORTFOLIO CONSTRUCTION WHEN RISK AND ALPHA FACTORS ARE MISALIGNED Ralph Karels and Michael Sun MSCI Consultants CHAPTER OUTLINE 24.1 Introduction 399 24.2 Framework for Active Portfolio Construction

More information

A Stochastic Reserving Today (Beyond Bootstrap)

A Stochastic Reserving Today (Beyond Bootstrap) A Stochastic Reserving Today (Beyond Bootstrap) Presented by Roger M. Hayne, PhD., FCAS, MAAA Casualty Loss Reserve Seminar 6-7 September 2012 Denver, CO CAS Antitrust Notice The Casualty Actuarial Society

More information

Probits. Catalina Stefanescu, Vance W. Berger Scott Hershberger. Abstract

Probits. Catalina Stefanescu, Vance W. Berger Scott Hershberger. Abstract Probits Catalina Stefanescu, Vance W. Berger Scott Hershberger Abstract Probit models belong to the class of latent variable threshold models for analyzing binary data. They arise by assuming that the

More information

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

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2017, Mr. Ruey S. Tsay. Solutions to Final Exam The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2017, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (40 points) Answer briefly the following questions. 1. Describe

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

Volume 29, Issue 3. Application of the monetary policy function to output fluctuations in Bangladesh

Volume 29, Issue 3. Application of the monetary policy function to output fluctuations in Bangladesh Volume 29, Issue 3 Application of the monetary policy function to output fluctuations in Bangladesh Yu Hsing Southeastern Louisiana University A. M. M. Jamal Southeastern Louisiana University Wen-jen Hsieh

More information

Choice Probabilities. Logit Choice Probabilities Derivation. Choice Probabilities. Basic Econometrics in Transportation.

Choice Probabilities. Logit Choice Probabilities Derivation. Choice Probabilities. Basic Econometrics in Transportation. 1/31 Choice Probabilities Basic Econometrics in Transportation Logit Models Amir Samimi Civil Engineering Department Sharif University of Technology Primary Source: Discrete Choice Methods with Simulation

More information

Estimating Ordered Categorical Variables Using Panel Data: A Generalised Ordered Probit Model with an Autofit Procedure

Estimating Ordered Categorical Variables Using Panel Data: A Generalised Ordered Probit Model with an Autofit Procedure Journal of Economics and Econometrics Vol. 54, No.1, 2011 pp. 7-23 ISSN 2032-9652 E-ISSN 2032-9660 Estimating Ordered Categorical Variables Using Panel Data: A Generalised Ordered Probit Model with an

More information

Return Decomposition over the Business Cycle

Return Decomposition over the Business Cycle Return Decomposition over the Business Cycle Tolga Cenesizoglu March 1, 2016 Cenesizoglu Return Decomposition & the Business Cycle March 1, 2016 1 / 54 Introduction Stock prices depend on investors expectations

More information

Multivariate probit models for conditional claim-types

Multivariate probit models for conditional claim-types Multivariate probit models for conditional claim-types Gary Young School of Economics Faculty of Business University of New South Wales Sydney, Australia 2052 e-mail: g.young@unsw.edu.au Robert Kohn School

More information

Microéconomie de la finance

Microéconomie de la finance Microéconomie de la finance 7 e édition Christophe Boucher christophe.boucher@univ-lorraine.fr 1 Chapitre 6 7 e édition Les modèles d évaluation d actifs 2 Introduction The Single-Index Model - Simplifying

More information

Solving dynamic portfolio choice problems by recursing on optimized portfolio weights or on the value function?

Solving dynamic portfolio choice problems by recursing on optimized portfolio weights or on the value function? DOI 0.007/s064-006-9073-z ORIGINAL PAPER Solving dynamic portfolio choice problems by recursing on optimized portfolio weights or on the value function? Jules H. van Binsbergen Michael W. Brandt Received:

More information

Financial Literacy and the Demand for Financial Advice

Financial Literacy and the Demand for Financial Advice Financial Literacy and the Demand for Financial Advice Riccardo Calcagno EM Lyon CeRP-CCA Chiara Monticone OECD CeRP-CCA Netspar Financial Innovation and Market Dynamics. The Role of Securities Regulation

More information

FE670 Algorithmic Trading Strategies. Stevens Institute of Technology

FE670 Algorithmic Trading Strategies. Stevens Institute of Technology FE670 Algorithmic Trading Strategies Lecture 4. Cross-Sectional Models and Trading Strategies Steve Yang Stevens Institute of Technology 09/26/2013 Outline 1 Cross-Sectional Methods for Evaluation of Factor

More information

1. Logit and Linear Probability Models

1. Logit and Linear Probability Models INTERNET APPENDIX 1. Logit and Linear Probability Models Table 1 Leverage and the Likelihood of a Union Strike (Logit Models) This table presents estimation results of logit models of union strikes during

More information

An analysis of momentum and contrarian strategies using an optimal orthogonal portfolio approach

An analysis of momentum and contrarian strategies using an optimal orthogonal portfolio approach An analysis of momentum and contrarian strategies using an optimal orthogonal portfolio approach Hossein Asgharian and Björn Hansson Department of Economics, Lund University Box 7082 S-22007 Lund, Sweden

More information

A Micro Data Approach to the Identification of Credit Crunches

A Micro Data Approach to the Identification of Credit Crunches A Micro Data Approach to the Identification of Credit Crunches Horst Rottmann University of Amberg-Weiden and Ifo Institute Timo Wollmershäuser Ifo Institute, LMU München and CESifo 5 December 2011 in

More information

Forecast Combination

Forecast Combination Forecast Combination In the press, you will hear about Blue Chip Average Forecast and Consensus Forecast These are the averages of the forecasts of distinct professional forecasters. Is there merit to

More information

Application to Portfolio Theory and the Capital Asset Pricing Model

Application to Portfolio Theory and the Capital Asset Pricing Model Appendix C Application to Portfolio Theory and the Capital Asset Pricing Model Exercise Solutions C.1 The random variables X and Y are net returns with the following bivariate distribution. y x 0 1 2 3

More information

A Mixed Grouped Response Ordered Logit Count Model Framework

A Mixed Grouped Response Ordered Logit Count Model Framework A Mixed Grouped Response Ordered Logit Count Model Framework Shamsunnahar Yasmin Postdoctoral Associate Department of Civil, Environmental & Construction Engineering University of Central Florida Tel:

More information

Empirical Test of Affine Stochastic Discount Factor Model of Currency Pricing. Abstract

Empirical Test of Affine Stochastic Discount Factor Model of Currency Pricing. Abstract Empirical Test of Affine Stochastic Discount Factor Model of Currency Pricing Alex Lebedinsky Western Kentucky University Abstract In this note, I conduct an empirical investigation of the affine stochastic

More information

Calculator Advanced Features. Capital Budgeting. Contents. Net Present Value (NPV) Net Present Value (NPV) Net Present Value (NPV) Capital Budgeting

Calculator Advanced Features. Capital Budgeting. Contents. Net Present Value (NPV) Net Present Value (NPV) Net Present Value (NPV) Capital Budgeting Capital Budgeting Contents TI BAII Plus Calculator Advanced Features Uneven Cash Flows Mean, Variance, and Standard Deviation Covariance, Correlation, and Regression Deprecation Net Present Value (NPV)

More information