Flexible mediation analysis in the presence of non-linear relations: beyond the mediation formula.

Size: px
Start display at page:

Download "Flexible mediation analysis in the presence of non-linear relations: beyond the mediation formula."

Transcription

1 FACULTY OF PSYCHOLOGY AND EDUCATIONAL SCIENCES Flexible mediation analysis in the presence of non-linear relations: beyond the mediation formula. Modern Modeling Methods (M 3 ) Conference Beatrijs Moerkerke Ghent University, Belgium Beatrijs.Moerkerke@UGent.be Tom Loeys, Olivia De Smet, Ann Buysse, Johan Steen & Stijn Vansteelandt May 21, 2013

2 Problem setting Mediation analysis: Goal? To unravel causal pathways between exposure X and outcome Y X Y What is the effect of X on Y? Total Effect 1 / 38

3 Problem setting Mediation analysis: Goal? To unravel causal pathways between exposure X and outcome Y M X Y What part of the effect is mediated by M? Indirect Effect What is the remaining causal effect of X on Y? Direct Effect 2 / 38

4 Problem setting Example: observational study Subset from IPOS: big Flemish survey in separating individuals: (Interdisciplinary Project on the Optimization of Separation Trajectories) (De Smet, Loeys, & Buysse, 2012) Negative Affect Attachment anxiety Unwanted Pursuit Behavior: Yes or No The effect of attachment anxiety on unwanted pursuit behavior mediated by negative affect? (indirect effect) The effect of attachment anxiety on unwanted pursuit behavior not mediated by negative affect? (direct effect) 3 / 38

5 Linear setting: the Baron and Kenny approach The Baron and Kenny approach X c Y X a M c b Y E[Y i X i ] = i 0 + cx i E[M i X i ] = i 1 + ax i E[Y i X i, M i ] = i 2 + c X i + bm i Total Effect = Direct Effect + Indirect Effect c = c + a b 4 / 38

6 Linear setting: the Baron and Kenny approach Assumptions (A1) no unmeasured confounding of the X-M relationship (A2) no unmeasured confounding of the X-Y relationship (A3) no unmeasured confounding of the M-Y relationship (A4) no confounders of the M-Y relationship that are affected by X 5 / 38

7 What about non-linear settings? Non-linear settings: binary exposure a M b X c Y Example Logistic regression: E[M i X i ] = i 1 + ax i logit{e[y i X i, M i ]} = i 2 + c X i + bm i 6 / 38

8 What about non-linear settings? Analysis using the Baron & Kenny approach logit{e[y i X i, C i ]} = i 0 + cx i + dc i E[M i X i, C i ] = i 1 + ax i + ec i logit{e[y i X i, M i, C i ]} = i 2 + c X i + bm i + fc i Y i = 1 if showing UPB, else 0 M i : (standardized) negative affect X i : (standardized) attachment anxiety C i : baseline covariates: age, gender and education level 7 / 38

9 What about non-linear settings? Estimate standard error OR (95% CI) c (1.32, 2.05) c (1.08, 1.74) c c a b (1.45, 2.36) a b c c a b 8 / 38

10 Outline Outline 1 Counterfactual framework: natural direct and indirect effects 2 Mediation formula and R package mediation (Imai, Keele, & Tingley, D., 2010) 3 Some limitations 4 Natural effects models 5 Case study: IPOS 6 Discussion 9 / 38

11 The counterfactual framework Counterfactual framework Define measures of direct and indirect effects using counterfactual outcomes (Rubin, 2004) M(x) and Y (x) denote the mediator and outcome that would have been observed for a subject if X is set to x through some intervention Y (x, M(x )) denotes the outcome that would have been observed if X is set to x and M to the value it would have taken if X is set to x 10 / 38

12 The counterfactual framework Natural direct and indirect effect Assume randomized exposure X (0/1) M X Y the total effect: E[Y (1)] E[Y (0)] the natural direct effect: E[Y (1, M(0))] E[Y (0, M(0))] the natural indirect effect: E[Y (0, M(1))] E[Y (0, M(0))] 11 / 38

13 The counterfactual framework Natural direct and indirect effect Non-randomized exposure: conditional on baseline covariates C (think of assumptions (A1), (A2) and (A3)... ) More general for continuous exposure: The (conditional) natural direct effect E[Y i (x, M i (x )) C i ] E[Y i (x, M i (x )) C i ] The (conditional) natural indirect effect E[Y i (x, M i (x)) C i ] E[Y i (x, M i (x )) C i ] 12 / 38

14 The mediation formula The mediation formula Under assumptions (A1) to (A4), i.e. M X Y The mediation formula states (Pearl, 2001) that C E {Y (x, M(x )) C} = m E(Y X = x, M = m, C = c)p(m = m X = x, C) the mediation formula can be used to calculate to obtain analytic expressions for the direct and indirect effect. 13 / 38

15 The mediation formula The mediation formula The mediation formula can be used to obtain analytical expressions for natural direct and indirect effects e.g. for linear and logistic models with exposure-mediator interaction (VanderWeele and Vansteelandt, 2009, 2010) Only in limited cases closed form expressions available: causally defined direct and indirect effects in Mplus (Muthén,2011) SAS and SPSS-macros (Valeri & Vanderweele,2013) Monte-Carlo approximations add flexibility: R-package mediation (Imai, Keele, & Tingley, D., 2010) But a limitation is that it easily entails complicated results 14 / 38

16 The mediation formula R-package mediation Monte Carlo draws of potential outcomes: Specify 2 models: mediator model and outcome model Sample M(x ) from mediator model Given that draw, sample Y (x, M(x )) from outcome model 15 / 38

17 The mediation formula Analysis using mediation package model1.m<-lm(negaffect~attachment+gender+educ+age) model1.y<-glm(stalk1~attachment+negaffect+gender+educ+age, family=binomial(link="logit"),data=dat) out1<-mediate(model1.m,model1.y,treat="attachment", mediator="negaffect",sims=500,boot=true) direct E[Y (1, M(0)) Y (0, M(0))] (0.023,0.122) mediation E[Y (0, M(1)) Y (0, M(0))] (0.028,0.069) 16 / 38

18 The mediation formula Limitations Effects expressed on the linear scale Default values for control and treatment Marginalized over observed covariate distribution Testing for moderated mediation? 17 / 38

19 The mediation formula Limitations - example 1 Assume: X N(0, 1) M X N(α 0 + α 1 X, σ 2 M ) Pr(Y = 1 X, M) = Φ(β 0 + β 1 X + β 2 M) with Φ cumulative normal distribution ( E[Y (x, M(x )] = ) Φ ((β 0 + β 2 α 0 ) + β 1 x + α 1 β 2 x )/ 1 + β2 2σ2 M 18 / 38

20 The mediation formula Limitations - example 1 With α 0 = 0, α 1 = 1, β 0 = 6, β 1 = 2, β 2 = 0.5 and σ M = 1, the value of E[Y (x, M(0)] as a function of x E(Y(x,M(0)) x E[Y (1, M(0))] E[Y (0, M(0))] , E[Y (3, M(2))] E[Y (2, M(2))] 0.642, E[Y (3, M(0))] E[Y (2, M(0))] / 38

21 The mediation formula Limitations - example 2 Assume: 2 correlated baseline confounders C 1,i and C 2,i : C 1,i Bern(0.5), C 2,i Bern(0.3) if C 1,i = 0 and C 2,i Bern(0.9) if C 1 = 1 X i N(0, 1) M i X i, C 1,i, C 2,i N(α 0 + α 1 X i + α 2 C 1,i + α 3 C 2,i, σ M ) Pr(Y i = 1 X i, M i, C 1,i, C 2,i ) = Φ(β 0 + β 1 X i + β 2 M i + β 3 C 1,i + β 4 C 2,i ) 20 / 38

22 The mediation formula Limitations - example 2 with α 0 = 0, α 1 = 1, α 2 = 2, α 3 = 2, β 0 = 1, β 1 = 2, β 2 = 0.5, β 3 = 1.5, β4 = 1.5, and σ = 1 mediation package: C 1 stratum specific direct effects: n E[Y i (1, M i (0)) Y i (0, M i (0)) C 1,i = 0, C 2,i ]/n = i=1 n E[Y i (1, M i (0)) Y (0, M i (0)) C 1,i = 1, C 2,i ]/n = i=1 C 1 stratum specific direct effects, averaged over the observed C 2 -distribution in the C 1 -specific subsample (size n 0 and n 1 ): E[Y i (1, M(0)) Y i (0, M(0)) C 1,i = 0, C 2,i ]/n 0 = C 1,i =0 E[Y i (1, M(0)) Y i (0, M(0)) C 1,i = 1, C 2,i ]/n 1 = C 1,i =1 21 / 38

23 The mediation formula Limitations - example 3 Independent variable - by - mediator interaction? mediation effect delta Estimated mediation effect of negative affect (on a linear scale) with 95% confidence interval at various levels δ of attachment anxiety, i.e. E[Y (δ, M(1))] E[Y (δ, M(0))] versus δ. 22 / 38

24 Natural effects models Natural effects models Natural effect models are models for nested counterfactuals g [E{Y i (x, M i (x )) C}] = θ W i (x, x, C i ) (Vansteelandt, S., Bekaert, M. & Lange, T. (2012) Imputation strategies for the estimation of natural direct and indirect effects. Epidemiologic Methods, 1, ) 23 / 38

25 Natural effects models Linear natural effect model E{Y i (x, M i (x )) C i } = θ 0 + θ 1 x + θ 2 x + θ 3 C i Natural direct effect E {Y i (x + 1, M(x)) Y i (x, M(x)) C i } = θ 1 Natural indirect effect E {Y i (x, M(x + 1)) Y i (x, M(x)) C i } = θ 2 24 / 38

26 Natural effects models Linear natural effect model with moderation E{Y i (x, M i (x )) C i } = θ 0 +θ 1 x +θ 2 x +θ 3 C i +θ 4 xx +θ 5 xc i Natural direct effect E {Y i (x + 1, M i (x)) Y i (x, M i (x)) C i } = θ 1 + θ 4 x + θ 5 C i Natural indirect effect E {Y i (x, M i (x + 1)) Y i (x, M i (x)) C i } = θ 2 + θ 4 x 25 / 38

27 Natural effects models Logistic natural effect model logit{e{y i (x, M i (x )) C i }} = θ 0 + θ 1 x + θ 2 x + θ 3 C i Natural direct effect odds {Y i (x + 1, M i (x)) = 1 C i } odds {Y i (x, M i (x)) = 1 C i } Natural indirect effect odds {Y i (x, M i (x + 1)) = 1 C i } odds {Y i (x, M i (x)) = 1 C i } = exp(θ 1 ) = exp(θ 2 ) 26 / 38

28 Natural effects models Poisson natural effect model log{e{y i (x, M i (x )) C i }} = θ 0 + θ 1 x + θ 2 x + θ 3 C i Natural direct effect Natural indirect effect E[Y i (x + 1, M i (x))] E[Y i (x, M i (x))] E[Y i (x, M i (x + 1))] E[Y i (x, M i (x))] = exp(θ 1 ) = exp(θ 2 ) 27 / 38

29 Natural effects models How to fit natural effect models? Y i (x, M i (x )) only observed when x = x, and x observed level of X i When x x, Y i (x, M i (x )) can be predicted from E(Y i X i = x, M i, C i ) M i (x ) = M i among subjects with x observed value of X 28 / 38

30 Natural effects models Suppose X is dichotomous (0/1) for an untreated subject (X = 0), we observe Y (0, M(0)) = Y but not Y (1, M(0)) = Y (1, M). For a treated subject (X = 1), we observe Y (1, M(1)) = Y but not Y (0, M(1)) = Y (0, M). 29 / 38

31 Natural effects models Observed data id X x x Y (x, M(x )) C Y 1 C ? C Y 2 C ? C / 38

32 Natural effects models Imputation for the untreated (X = 0) The missing Y i (1, M) can be predicted Example Under model logitp (Y i = 1 X i, M i, C i ) = β 0 + β 1 X i + β 2 M i + β 3 C i we predict as Y i (1, M i ) as expit (β 0 + β 1 + β 2 M i + β 3 C i ) 31 / 38

33 Natural effects models Imputation for the treated (X = 1) The missing Y (0, M) can be predicted Example Under model logitp (Y i = 1 X i, M i, C i ) = β 0 + β 1 X i + β 2 M i + β 3 C i we predict as Y i (0, M i ) as expit (β 0 + β 2 M i + β 3 C i ) 32 / 38

34 Natural effects models Imputed data id X x x Y (x, M(x )) C Y 1 C Ŷ 1 (1, M) C Y 2 C Ŷ 2 (0, M) C Fit the natural effects model logitp {Y i (x, M i (x )) = 1 C i } = θ 0 + θ 1 x + θ 2 x + θ 3 C i on the imputed data using standard software Standard errors based on bootstrap or sandwich estimator 33 / 38

35 Natural effects models Estimation strategy (1) Build the outcome model E(Y i X i = x, M i, C i ) (2) Create a new data set by repeating the observed data K times and adding 2 variables: (i) x First replication: original level of X K 1 remaining replications: random draw from X C (ii) x which equals the original level of X (3) Y (x, M(x )) predicted by observed Y when x = x and by E(Y X = x, M, C) when x x (4) Fit natural effects model using predicted Y (x, M(x )) 34 / 38

36 Natural effects models Analysis using natural effects models Outcome model: logit [E{Y i X i, M i, C i }] = β 0 + β 1 X i + β 2 M i + β 3 C i Natural effects model: logit [E{Y i (x, M i (x )) C i }] = θ 0 + θ 1 x + θ 2 x + θ 3 C i θ (0.077,0.520) θ (0.102,0.302) 35 / 38

37 Natural effects models Analysis using natural effects models - 2 independent variable-by-mediator interaction Outcome model: logit [E{Y i X i, M i, C i }] = β 0 + β 1 X i + β 2 M i + β 3 C i + β 4 X i M i Natural effects model: logit [E{Y i (x, M i (x )) C i }] = θ 0 + θ 1x + θ 2x + θ 3C + θ 4xx θ (0.067,0.502) θ (0.100,0.295) θ (-0.041,0.136) 36 / 38

38 Discussion Discussion Natural effects models: Natural direct and indirect effect each captured by single parameter Model direct and indirect effect on the most natural scale Moderated mediation easily tested and quantified Software in preparation 37 / 38

39 Discussion As with most imputation methods, a concern may be that the imputation and analysis models are incompatible. e.g. if the imputation model excludes X C interaction, it would be inappropriate to investigate if the direct effect is modified by C. Number of imputations K 38 / 38

Flexible Mediation Analysis in the Presence of Nonlinear Relations: Beyond the Mediation Formula

Flexible Mediation Analysis in the Presence of Nonlinear Relations: Beyond the Mediation Formula Multivariate Behavioral Research ISSN: 0027-3171 (Print) 1532-7906 (Online) Journal homepage: http://www.tandfonline.com/loi/hmbr20 Flexible Mediation Analysis in the Presence of Nonlinear Relations: Beyond

More information

An Introduction to Causal Mediation Analysis. Xu Qin University of Chicago Presented at the Central Iowa R User Group Meetup Aug 10, 2016

An Introduction to Causal Mediation Analysis. Xu Qin University of Chicago Presented at the Central Iowa R User Group Meetup Aug 10, 2016 An Introduction to Causal Mediation Analysis Xu Qin University of Chicago Presented at the Central Iowa R User Group Meetup Aug 10, 2016 1 Causality In the applications of statistics, many central questions

More information

A comparison of 5 software implementations of mediation analysis

A comparison of 5 software implementations of mediation analysis Faculty of Health Sciences A comparison of 5 software implementations of mediation analysis Liis Starkopf, Thomas A. Gerds, Theis Lange Section of Biostatistics, University of Copenhagen Illustrative example

More information

Department of Biostatistics University of Copenhagen

Department of Biostatistics University of Copenhagen Comparison of five software solutions to mediation analysis Liis Starkopf Mikkel Porsborg Andersen Thomas Alexander Gerds Christian Torp-Pedersen Theis Lange Research Report 17/01 Department of Biostatistics

More information

Casual Mediation Analysis

Casual Mediation Analysis Casual Mediation Analysis Tyler J. VanderWeele, Ph.D. Upcoming Seminar: April 21-22, 2017, Philadelphia, Pennsylvania OXFORD UNIVERSITY PRESS Explanation in Causal Inference Methods for Mediation and Interaction

More information

Causal Mechanisms Short Course Part II:

Causal Mechanisms Short Course Part II: Causal Mechanisms Short Course Part II: Analyzing Mechanisms with Experimental and Observational Data Teppei Yamamoto Massachusetts Institute of Technology March 24, 2012 Frontiers in the Analysis of Causal

More information

Statistical Methods for Causal Mediation Analysis

Statistical Methods for Causal Mediation Analysis Statistical Methods for Causal Mediation Analysis The Harvard community has made this article openly available. Please share how this access benefits you. Your story matters. Citation Accessed Citable

More information

13.1 Causal effects with continuous mediator and. predictors in their equations. The definitions for the direct, total indirect,

13.1 Causal effects with continuous mediator and. predictors in their equations. The definitions for the direct, total indirect, 13 Appendix 13.1 Causal effects with continuous mediator and continuous outcome Consider the model of Section 3, y i = β 0 + β 1 m i + β 2 x i + β 3 x i m i + β 4 c i + ɛ 1i, (49) m i = γ 0 + γ 1 x i +

More information

Observational Studies 4 (2018) Submitted 12/17; Published 6/18

Observational Studies 4 (2018) Submitted 12/17; Published 6/18 Observational Studies 4 (2018) 193-216 Submitted 12/17; Published 6/18 Comparing logistic and log-binomial models for causal mediation analyses of binary mediators and rare binary outcomes: evidence to

More information

SEM REX B KLINE CONCORDIA D. MODERATION, MEDIATION

SEM REX B KLINE CONCORDIA D. MODERATION, MEDIATION ADVANCED SEM REX B KLINE CONCORDIA D1 D. MODERATION, MEDIATION X 1 DY Y DM 1 M D2 topics moderation mmr mpa D3 topics cpm mod. mediation med. moderation D4 topics cma cause mediator most general D5 MMR

More information

Mediation analyses. Advanced Psychometrics Methods in Cognitive Aging Research Workshop. June 6, 2016

Mediation analyses. Advanced Psychometrics Methods in Cognitive Aging Research Workshop. June 6, 2016 Mediation analyses Advanced Psychometrics Methods in Cognitive Aging Research Workshop June 6, 2016 1 / 40 1 2 3 4 5 2 / 40 Goals for today Motivate mediation analysis Survey rapidly developing field in

More information

Causal mediation analysis: Definition of effects and common identification assumptions

Causal mediation analysis: Definition of effects and common identification assumptions Causal mediation analysis: Definition of effects and common identification assumptions Trang Quynh Nguyen Seminar on Statistical Methods for Mental Health Research Johns Hopkins Bloomberg School of Public

More information

A Unification of Mediation and Interaction. A 4-Way Decomposition. Tyler J. VanderWeele

A Unification of Mediation and Interaction. A 4-Way Decomposition. Tyler J. VanderWeele Original Article A Unification of Mediation and Interaction A 4-Way Decomposition Tyler J. VanderWeele Abstract: The overall effect of an exposure on an outcome, in the presence of a mediator with which

More information

Causal mediation analysis: Multiple mediators

Causal mediation analysis: Multiple mediators Causal mediation analysis: ultiple mediators Trang Quynh guyen Seminar on Statistical ethods for ental Health Research Johns Hopkins Bloomberg School of Public Health 330.805.01 term 4 session 4 - ay 5,

More information

Causal Mediation Analysis in R. Quantitative Methodology and Causal Mechanisms

Causal Mediation Analysis in R. Quantitative Methodology and Causal Mechanisms Causal Mediation Analysis in R Kosuke Imai Princeton University June 18, 2009 Joint work with Luke Keele (Ohio State) Dustin Tingley and Teppei Yamamoto (Princeton) Kosuke Imai (Princeton) Causal Mediation

More information

Mediation: Background, Motivation, and Methodology

Mediation: Background, Motivation, and Methodology Mediation: Background, Motivation, and Methodology Israel Christie, Ph.D. Presentation to Statistical Modeling Workshop for Genetics of Addiction 2014/10/31 Outline & Goals Points for this talk: What is

More information

Help! Statistics! Mediation Analysis

Help! Statistics! Mediation Analysis Help! Statistics! Lunch time lectures Help! Statistics! Mediation Analysis What? Frequently used statistical methods and questions in a manageable timeframe for all researchers at the UMCG. No knowledge

More information

Mediation Analysis: A Practitioner s Guide

Mediation Analysis: A Practitioner s Guide ANNUAL REVIEWS Further Click here to view this article's online features: Download figures as PPT slides Navigate linked references Download citations Explore related articles Search keywords Mediation

More information

Marginal versus conditional effects: does it make a difference? Mireille Schnitzer, PhD Université de Montréal

Marginal versus conditional effects: does it make a difference? Mireille Schnitzer, PhD Université de Montréal Marginal versus conditional effects: does it make a difference? Mireille Schnitzer, PhD Université de Montréal Overview In observational and experimental studies, the goal may be to estimate the effect

More information

Methods for inferring short- and long-term effects of exposures on outcomes, using longitudinal data on both measures

Methods for inferring short- and long-term effects of exposures on outcomes, using longitudinal data on both measures Methods for inferring short- and long-term effects of exposures on outcomes, using longitudinal data on both measures Ruth Keogh, Stijn Vansteelandt, Rhian Daniel Department of Medical Statistics London

More information

Conceptual overview: Techniques for establishing causal pathways in programs and policies

Conceptual overview: Techniques for establishing causal pathways in programs and policies Conceptual overview: Techniques for establishing causal pathways in programs and policies Antonio A. Morgan-Lopez, Ph.D. OPRE/ACF Meeting on Unpacking the Black Box of Programs and Policies 4 September

More information

Revision list for Pearl s THE FOUNDATIONS OF CAUSAL INFERENCE

Revision list for Pearl s THE FOUNDATIONS OF CAUSAL INFERENCE Revision list for Pearl s THE FOUNDATIONS OF CAUSAL INFERENCE insert p. 90: in graphical terms or plain causal language. The mediation problem of Section 6 illustrates how such symbiosis clarifies the

More information

Mediation and Interaction Analysis

Mediation and Interaction Analysis Mediation and Interaction Analysis Andrea Bellavia abellavi@hsph.harvard.edu May 17, 2017 Andrea Bellavia Mediation and Interaction May 17, 2017 1 / 43 Epidemiology, public health, and clinical research

More information

Estimating direct effects in cohort and case-control studies

Estimating direct effects in cohort and case-control studies Estimating direct effects in cohort and case-control studies, Ghent University Direct effects Introduction Motivation The problem of standard approaches Controlled direct effect models In many research

More information

Causal Mediation Analysis Short Course

Causal Mediation Analysis Short Course Causal Mediation Analysis Short Course Linda Valeri McLean Hospital and Harvard Medical School May 14, 2018 Plan of the Course 1. Concepts of Mediation 2. Regression Approaches 3. Sensitivity Analyses

More information

Assessing In/Direct Effects: from Structural Equation Models to Causal Mediation Analysis

Assessing In/Direct Effects: from Structural Equation Models to Causal Mediation Analysis Assessing In/Direct Effects: from Structural Equation Models to Causal Mediation Analysis Part 1: Vanessa Didelez with help from Ryan M Andrews Leibniz Institute for Prevention Research & Epidemiology

More information

New developments in structural equation modeling

New developments in structural equation modeling New developments in structural equation modeling Rex B Kline Concordia University Montréal Set B: Mediation A UNL Methodology Workshop A2 Topics o Mediation: Design requirements Conditional process modeling

More information

Telescope Matching: A Flexible Approach to Estimating Direct Effects

Telescope Matching: A Flexible Approach to Estimating Direct Effects Telescope Matching: A Flexible Approach to Estimating Direct Effects Matthew Blackwell and Anton Strezhnev International Methods Colloquium October 12, 2018 direct effect direct effect effect of treatment

More information

New developments in structural equation modeling

New developments in structural equation modeling New developments in structural equation modeling Rex B Kline Concordia University Montréal Set A: SCM A1 UNL Methodology Workshop A2 A3 A4 Topics o Graph theory o Mediation: Design Conditional Causal A5

More information

Statistical Analysis of Causal Mechanisms

Statistical Analysis of Causal Mechanisms Statistical Analysis of Causal Mechanisms Kosuke Imai Princeton University April 13, 2009 Kosuke Imai (Princeton) Causal Mechanisms April 13, 2009 1 / 26 Papers and Software Collaborators: Luke Keele,

More information

Ratio of Mediator Probability Weighting for Estimating Natural Direct and Indirect Effects

Ratio of Mediator Probability Weighting for Estimating Natural Direct and Indirect Effects Ratio of Mediator Probability Weighting for Estimating Natural Direct and Indirect Effects Guanglei Hong University of Chicago, 5736 S. Woodlawn Ave., Chicago, IL 60637 Abstract Decomposing a total causal

More information

Modern Mediation Analysis Methods in the Social Sciences

Modern Mediation Analysis Methods in the Social Sciences Modern Mediation Analysis Methods in the Social Sciences David P. MacKinnon, Arizona State University Causal Mediation Analysis in Social and Medical Research, Oxford, England July 7, 2014 Introduction

More information

Non-parametric Mediation Analysis for direct effect with categorial outcomes

Non-parametric Mediation Analysis for direct effect with categorial outcomes Non-parametric Mediation Analysis for direct effect with categorial outcomes JM GALHARRET, A. PHILIPPE, P ROCHET July 3, 2018 1 Introduction Within the human sciences, mediation designates a particular

More information

arxiv: v1 [stat.me] 1 Nov 2018

arxiv: v1 [stat.me] 1 Nov 2018 Exact parametric causal mediation analysis for non-rare binary outcomes with binary mediators Marco Doretti 1, Martina Raggi 2, and Elena Stanghellini 3 arxiv:1811.00439v1 [stat.me] 1 Nov 2018 1 University

More information

Comparison of logistic-regression based methods for simple mediation analysis with a dichotomous outcome variable

Comparison of logistic-regression based methods for simple mediation analysis with a dichotomous outcome variable Rijnhart et al. BMC Medical Research Methodology (2019) 19:19 https://doi.org/10.1186/s12874-018-0654-z RESEARCH ARTICLE Open Access Comparison of logistic-regression based methods for simple mediation

More information

Ratio-of-Mediator-Probability Weighting for Causal Mediation Analysis. in the Presence of Treatment-by-Mediator Interaction

Ratio-of-Mediator-Probability Weighting for Causal Mediation Analysis. in the Presence of Treatment-by-Mediator Interaction Ratio-of-Mediator-Probability Weighting for Causal Mediation Analysis in the Presence of Treatment-by-Mediator Interaction Guanglei Hong Jonah Deutsch Heather D. Hill University of Chicago (This is a working

More information

A Longitudinal Look at Longitudinal Mediation Models

A Longitudinal Look at Longitudinal Mediation Models A Longitudinal Look at Longitudinal Mediation Models David P. MacKinnon, Arizona State University Causal Mediation Analysis Ghent, Belgium University of Ghent January 8-9, 03 Introduction Assumptions Unique

More information

Mediation Analysis for Health Disparities Research

Mediation Analysis for Health Disparities Research Mediation Analysis for Health Disparities Research Ashley I Naimi, PhD Oct 27 2016 @ashley_naimi wwwashleyisaacnaimicom ashleynaimi@pittedu Orientation 24 Numbered Equations Slides at: wwwashleyisaacnaimicom/slides

More information

Downloaded from:

Downloaded from: Vansteelandt, S; Daniel, RM (2016) Interventional effects for mediation analysis with multiple mediators. Epidemiology (Cambridge, Mass). ISSN 1044-3983 DOI: https://doi.org/10.1097/ede.0000000000000596

More information

Comparison of Three Approaches to Causal Mediation Analysis. Donna L. Coffman David P. MacKinnon Yeying Zhu Debashis Ghosh

Comparison of Three Approaches to Causal Mediation Analysis. Donna L. Coffman David P. MacKinnon Yeying Zhu Debashis Ghosh Comparison of Three Approaches to Causal Mediation Analysis Donna L. Coffman David P. MacKinnon Yeying Zhu Debashis Ghosh Introduction Mediation defined using the potential outcomes framework natural effects

More information

eappendix: Description of mgformula SAS macro for parametric mediational g-formula

eappendix: Description of mgformula SAS macro for parametric mediational g-formula eappendix: Description of mgformula SAS macro for parametric mediational g-formula The implementation of causal mediation analysis with time-varying exposures, mediators, and confounders Introduction The

More information

SC705: Advanced Statistics Instructor: Natasha Sarkisian Class notes: Introduction to Structural Equation Modeling (SEM)

SC705: Advanced Statistics Instructor: Natasha Sarkisian Class notes: Introduction to Structural Equation Modeling (SEM) SC705: Advanced Statistics Instructor: Natasha Sarkisian Class notes: Introduction to Structural Equation Modeling (SEM) SEM is a family of statistical techniques which builds upon multiple regression,

More information

CAUSAL MEDIATION ANALYSIS FOR NON-LINEAR MODELS WEI WANG. for the degree of Doctor of Philosophy. Thesis Adviser: Dr. Jeffrey M.

CAUSAL MEDIATION ANALYSIS FOR NON-LINEAR MODELS WEI WANG. for the degree of Doctor of Philosophy. Thesis Adviser: Dr. Jeffrey M. CAUSAL MEDIATION ANALYSIS FOR NON-LINEAR MODELS BY WEI WANG Submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy Thesis Adviser: Dr. Jeffrey M. Albert Department

More information

Mediation question: Does executive functioning mediate the relation between shyness and vocabulary? Plot data, descriptives, etc. Check for outliers

Mediation question: Does executive functioning mediate the relation between shyness and vocabulary? Plot data, descriptives, etc. Check for outliers Plot data, descriptives, etc. Check for outliers A. Nayena Blankson, Ph.D. Spelman College University of Southern California GC3 Lecture Series September 6, 2013 Treat missing i data Listwise Pairwise

More information

Estimating Post-Treatment Effect Modification With Generalized Structural Mean Models

Estimating Post-Treatment Effect Modification With Generalized Structural Mean Models Estimating Post-Treatment Effect Modification With Generalized Structural Mean Models Alisa Stephens Luke Keele Marshall Joffe December 5, 2013 Abstract In randomized controlled trials, the evaluation

More information

arxiv: v2 [math.st] 4 Mar 2013

arxiv: v2 [math.st] 4 Mar 2013 Running head:: LONGITUDINAL MEDIATION ANALYSIS 1 arxiv:1205.0241v2 [math.st] 4 Mar 2013 Counterfactual Graphical Models for Longitudinal Mediation Analysis with Unobserved Confounding Ilya Shpitser School

More information

Sensitivity analysis and distributional assumptions

Sensitivity analysis and distributional assumptions Sensitivity analysis and distributional assumptions Tyler J. VanderWeele Department of Health Studies, University of Chicago 5841 South Maryland Avenue, MC 2007, Chicago, IL 60637, USA vanderweele@uchicago.edu

More information

Multilevel Statistical Models: 3 rd edition, 2003 Contents

Multilevel Statistical Models: 3 rd edition, 2003 Contents Multilevel Statistical Models: 3 rd edition, 2003 Contents Preface Acknowledgements Notation Two and three level models. A general classification notation and diagram Glossary Chapter 1 An introduction

More information

Investigating mediation when counterfactuals are not metaphysical: Does sunlight exposure mediate the effect of eye-glasses on cataracts?

Investigating mediation when counterfactuals are not metaphysical: Does sunlight exposure mediate the effect of eye-glasses on cataracts? Investigating mediation when counterfactuals are not metaphysical: Does sunlight exposure mediate the effect of eye-glasses on cataracts? Brian Egleston Fox Chase Cancer Center Collaborators: Daniel Scharfstein,

More information

Causal Inference for Mediation Effects

Causal Inference for Mediation Effects Causal Inference for Mediation Effects by Jing Zhang B.S., University of Science and Technology of China, 2006 M.S., Brown University, 2008 A Dissertation Submitted in Partial Fulfillment of the Requirements

More information

University of California, Berkeley

University of California, Berkeley University of California, Berkeley U.C. Berkeley Division of Biostatistics Working Paper Series Year 2011 Paper 288 Targeted Maximum Likelihood Estimation of Natural Direct Effect Wenjing Zheng Mark J.

More information

Unpacking the Black-Box: Learning about Causal Mechanisms from Experimental and Observational Studies

Unpacking the Black-Box: Learning about Causal Mechanisms from Experimental and Observational Studies Unpacking the Black-Box: Learning about Causal Mechanisms from Experimental and Observational Studies Kosuke Imai Princeton University Joint work with Keele (Ohio State), Tingley (Harvard), Yamamoto (Princeton)

More information

Moderation & Mediation in Regression. Pui-Wa Lei, Ph.D Professor of Education Department of Educational Psychology, Counseling, and Special Education

Moderation & Mediation in Regression. Pui-Wa Lei, Ph.D Professor of Education Department of Educational Psychology, Counseling, and Special Education Moderation & Mediation in Regression Pui-Wa Lei, Ph.D Professor of Education Department of Educational Psychology, Counseling, and Special Education Introduction Mediation and moderation are used to understand

More information

Unpacking the Black-Box of Causality: Learning about Causal Mechanisms from Experimental and Observational Studies

Unpacking the Black-Box of Causality: Learning about Causal Mechanisms from Experimental and Observational Studies Unpacking the Black-Box of Causality: Learning about Causal Mechanisms from Experimental and Observational Studies Kosuke Imai Princeton University January 23, 2012 Joint work with L. Keele (Penn State)

More information

IP WEIGHTING AND MARGINAL STRUCTURAL MODELS (CHAPTER 12) BIOS IPW and MSM

IP WEIGHTING AND MARGINAL STRUCTURAL MODELS (CHAPTER 12) BIOS IPW and MSM IP WEIGHTING AND MARGINAL STRUCTURAL MODELS (CHAPTER 12) BIOS 776 1 12 IPW and MSM IP weighting and marginal structural models ( 12) Outline 12.1 The causal question 12.2 Estimating IP weights via modeling

More information

Introduction. Consider a variable X that is assumed to affect another variable Y. The variable X is called the causal variable and the

Introduction. Consider a variable X that is assumed to affect another variable Y. The variable X is called the causal variable and the 1 di 23 21/10/2013 19:08 David A. Kenny October 19, 2013 Recently updated. Please let me know if your find any errors or have any suggestions. Learn how you can do a mediation analysis and output a text

More information

Parametric and Non-Parametric Weighting Methods for Mediation Analysis: An Application to the National Evaluation of Welfare-to-Work Strategies

Parametric and Non-Parametric Weighting Methods for Mediation Analysis: An Application to the National Evaluation of Welfare-to-Work Strategies Parametric and Non-Parametric Weighting Methods for Mediation Analysis: An Application to the National Evaluation of Welfare-to-Work Strategies Guanglei Hong, Jonah Deutsch, Heather Hill University of

More information

Granger Mediation Analysis of Functional Magnetic Resonance Imaging Time Series

Granger Mediation Analysis of Functional Magnetic Resonance Imaging Time Series Granger Mediation Analysis of Functional Magnetic Resonance Imaging Time Series Yi Zhao and Xi Luo Department of Biostatistics Brown University June 8, 2017 Overview 1 Introduction 2 Model and Method 3

More information

Harvard University. Harvard University Biostatistics Working Paper Series. Sheng-Hsuan Lin Jessica G. Young Roger Logan

Harvard University. Harvard University Biostatistics Working Paper Series. Sheng-Hsuan Lin Jessica G. Young Roger Logan Harvard University Harvard University Biostatistics Working Paper Series Year 01 Paper 0 Mediation analysis for a survival outcome with time-varying exposures, mediators, and confounders Sheng-Hsuan Lin

More information

Estimating and contextualizing the attenuation of odds ratios due to non-collapsibility

Estimating and contextualizing the attenuation of odds ratios due to non-collapsibility Estimating and contextualizing the attenuation of odds ratios due to non-collapsibility Stephen Burgess Department of Public Health & Primary Care, University of Cambridge September 6, 014 Short title:

More information

Unpacking the Black-Box of Causality: Learning about Causal Mechanisms from Experimental and Observational Studies

Unpacking the Black-Box of Causality: Learning about Causal Mechanisms from Experimental and Observational Studies Unpacking the Black-Box of Causality: Learning about Causal Mechanisms from Experimental and Observational Studies Kosuke Imai Princeton University February 23, 2012 Joint work with L. Keele (Penn State)

More information

Causal inference in epidemiological practice

Causal inference in epidemiological practice Causal inference in epidemiological practice Willem van der Wal Biostatistics, Julius Center UMC Utrecht June 5, 2 Overview Introduction to causal inference Marginal causal effects Estimating marginal

More information

On line resources Should be able to use for homework

On line resources Should be able to use for homework On line resources Should be able to use for homework http://www.amstat.org/publications/jse/v10n3/aberson/po wer_applet.html http://www.indiana.edu/~psyugrad/gradschool/apply.php http://onlinestatbook.com/stat_sim/conf_interval/index.ht

More information

Unpacking the Black-Box: Learning about Causal Mechanisms from Experimental and Observational Studies

Unpacking the Black-Box: Learning about Causal Mechanisms from Experimental and Observational Studies Unpacking the Black-Box: Learning about Causal Mechanisms from Experimental and Observational Studies Kosuke Imai Princeton University September 14, 2010 Institute of Statistical Mathematics Project Reference

More information

PIER Summer 2017 Mediation Basics

PIER Summer 2017 Mediation Basics I. Big Idea of Statistical Mediation PIER Summer 2017 Mediation Basics H. Seltman June 8, 2017 We find the treatment X changes outcome Y. Now we want to know how that happens. E.g., is the effect of X

More information

Statistical Analysis of Causal Mechanisms

Statistical Analysis of Causal Mechanisms Statistical Analysis of Causal Mechanisms Kosuke Imai Luke Keele Dustin Tingley Teppei Yamamoto Princeton University Ohio State University July 25, 2009 Summer Political Methodology Conference Imai, Keele,

More information

Unpacking the Black Box of Causality: Learning about Causal Mechanisms from Experimental and Observational Studies

Unpacking the Black Box of Causality: Learning about Causal Mechanisms from Experimental and Observational Studies Unpacking the Black Box of Causality: Learning about Causal Mechanisms from Experimental and Observational Studies Kosuke Imai Princeton University Talk at the Center for Lifespan Psychology Max Planck

More information

Harvard University. Inverse Odds Ratio-Weighted Estimation for Causal Mediation Analysis. Eric J. Tchetgen Tchetgen

Harvard University. Inverse Odds Ratio-Weighted Estimation for Causal Mediation Analysis. Eric J. Tchetgen Tchetgen Harvard University Harvard University Biostatistics Working Paper Series Year 2012 Paper 143 Inverse Odds Ratio-Weighted Estimation for Causal Mediation Analysis Eric J. Tchetgen Tchetgen Harvard University,

More information

Bootstrapping Sensitivity Analysis

Bootstrapping Sensitivity Analysis Bootstrapping Sensitivity Analysis Qingyuan Zhao Department of Statistics, The Wharton School University of Pennsylvania May 23, 2018 @ ACIC Based on: Qingyuan Zhao, Dylan S. Small, and Bhaswar B. Bhattacharya.

More information

Identification and Inference in Causal Mediation Analysis

Identification and Inference in Causal Mediation Analysis Identification and Inference in Causal Mediation Analysis Kosuke Imai Luke Keele Teppei Yamamoto Princeton University Ohio State University November 12, 2008 Kosuke Imai (Princeton) Causal Mediation Analysis

More information

Combining multiple observational data sources to estimate causal eects

Combining multiple observational data sources to estimate causal eects Department of Statistics, North Carolina State University Combining multiple observational data sources to estimate causal eects Shu Yang* syang24@ncsuedu Joint work with Peng Ding UC Berkeley May 23,

More information

A Distinction between Causal Effects in Structural and Rubin Causal Models

A Distinction between Causal Effects in Structural and Rubin Causal Models A istinction between Causal Effects in Structural and Rubin Causal Models ionissi Aliprantis April 28, 2017 Abstract: Unspecified mediators play different roles in the outcome equations of Structural Causal

More information

Mediation for the 21st Century

Mediation for the 21st Century Mediation for the 21st Century Ross Boylan ross@biostat.ucsf.edu Center for Aids Prevention Studies and Division of Biostatistics University of California, San Francisco Mediation for the 21st Century

More information

Causal mediation analysis in the context of clinical research

Causal mediation analysis in the context of clinical research Big-data Clinical Trial Column Page 1 of 10 Causal mediation analysis in the context of clinical research Zhongheng Zhang 1,, Cheng Zheng 3, Chanmin Kim 4, Sven Van Poucke 5, Su Lin 6, Peng Lan 7 1 Department

More information

An Introduction to Causal Analysis on Observational Data using Propensity Scores

An Introduction to Causal Analysis on Observational Data using Propensity Scores An Introduction to Causal Analysis on Observational Data using Propensity Scores Margie Rosenberg*, PhD, FSA Brian Hartman**, PhD, ASA Shannon Lane* *University of Wisconsin Madison **University of Connecticut

More information

Lecture 12: Effect modification, and confounding in logistic regression

Lecture 12: Effect modification, and confounding in logistic regression Lecture 12: Effect modification, and confounding in logistic regression Ani Manichaikul amanicha@jhsph.edu 4 May 2007 Today Categorical predictor create dummy variables just like for linear regression

More information

Strategy of Bayesian Propensity. Score Estimation Approach. in Observational Study

Strategy of Bayesian Propensity. Score Estimation Approach. in Observational Study Theoretical Mathematics & Applications, vol.2, no.3, 2012, 75-86 ISSN: 1792-9687 (print), 1792-9709 (online) Scienpress Ltd, 2012 Strategy of Bayesian Propensity Score Estimation Approach in Observational

More information

SIMULATION-BASED SENSITIVITY ANALYSIS FOR MATCHING ESTIMATORS

SIMULATION-BASED SENSITIVITY ANALYSIS FOR MATCHING ESTIMATORS SIMULATION-BASED SENSITIVITY ANALYSIS FOR MATCHING ESTIMATORS TOMMASO NANNICINI universidad carlos iii de madrid UK Stata Users Group Meeting London, September 10, 2007 CONTENT Presentation of a Stata

More information

An Introduction to Causal Inference, with Extensions to Longitudinal Data

An Introduction to Causal Inference, with Extensions to Longitudinal Data An Introduction to Causal Inference, with Extensions to Longitudinal Data Tyler VanderWeele Harvard Catalyst Biostatistics Seminar Series November 18, 2009 Plan of Presentation Association and Causation

More information

New Weighting Methods for Causal Mediation Analysis

New Weighting Methods for Causal Mediation Analysis New Weighting Methods for Causal Mediation Analysis Guanglei Hong, University of Chicago, ghong@uchicago.edu Jonah Deutsch, Mathematica, JDeutsch@mathematica-mpr.com Xu Qin, University of Chicago, xuqin@uchicago.edu

More information

Telescope Matching: A Flexible Approach to Estimating Direct Effects *

Telescope Matching: A Flexible Approach to Estimating Direct Effects * Telescope Matching: A Flexible Approach to Estimating Direct Effects * Matthew Blackwell Anton Strezhnev August 4, 2018 Abstract Estimating the direct effect of a treatment fixing the value of a consequence

More information

Mediation Analysis for Count and Zero-Inflated Count Data Without Sequential Ignorability and Its Application in Dental Studies

Mediation Analysis for Count and Zero-Inflated Count Data Without Sequential Ignorability and Its Application in Dental Studies Mediation Analysis for Count and Zero-Inflated Count Data Without Sequential Ignorability and Its Application in Dental Studies Zijian Guo, Dylan S. Small Department of Statistics, University of Pennsylvania

More information

Natural direct and indirect effects on the exposed: effect decomposition under. weaker assumptions

Natural direct and indirect effects on the exposed: effect decomposition under. weaker assumptions Biometrics 59, 1?? December 2006 DOI: 10.1111/j.1541-0420.2005.00454.x Natural direct and indirect effects on the exposed: effect decomposition under weaker assumptions Stijn Vansteelandt Department of

More information

Modeling Mediation: Causes, Markers, and Mechanisms

Modeling Mediation: Causes, Markers, and Mechanisms Modeling Mediation: Causes, Markers, and Mechanisms Stephen W. Raudenbush University of Chicago Address at the Society for Resesarch on Educational Effectiveness,Washington, DC, March 3, 2011. Many thanks

More information

1 gamma.mixed: Mixed effects gamma regression

1 gamma.mixed: Mixed effects gamma regression gamma.mixed: Mixed effects gamma regression Use generalized multi-level linear regression if you have covariates that are grouped according to one or more classification factors. Gamma regression models

More information

Outline

Outline 2559 Outline cvonck@111zeelandnet.nl 1. Review of analysis of variance (ANOVA), simple regression analysis (SRA), and path analysis (PA) 1.1 Similarities and differences between MRA with dummy variables

More information

Probabilistic Index Models

Probabilistic Index Models Probabilistic Index Models Jan De Neve Department of Data Analysis Ghent University M3 Storrs, Conneticut, USA May 23, 2017 Jan.DeNeve@UGent.be 1 / 37 Introduction 2 / 37 Introduction to Probabilistic

More information

Estimating the Marginal Odds Ratio in Observational Studies

Estimating the Marginal Odds Ratio in Observational Studies Estimating the Marginal Odds Ratio in Observational Studies Travis Loux Christiana Drake Department of Statistics University of California, Davis June 20, 2011 Outline The Counterfactual Model Odds Ratios

More information

Standardization methods have been used in epidemiology. Marginal Structural Models as a Tool for Standardization ORIGINAL ARTICLE

Standardization methods have been used in epidemiology. Marginal Structural Models as a Tool for Standardization ORIGINAL ARTICLE ORIGINAL ARTICLE Marginal Structural Models as a Tool for Standardization Tosiya Sato and Yutaka Matsuyama Abstract: In this article, we show the general relation between standardization methods and marginal

More information

A Reliable Constrained Method for Identity Link Poisson Regression

A Reliable Constrained Method for Identity Link Poisson Regression A Reliable Constrained Method for Identity Link Poisson Regression Ian Marschner Macquarie University, Sydney Australasian Region of the International Biometrics Society, Taupo, NZ, Dec 2009. 1 / 16 Identity

More information

University of California, Berkeley

University of California, Berkeley University of California, Berkeley U.C. Berkeley Division of Biostatistics Working Paper Series Year 2004 Paper 155 Estimation of Direct and Indirect Causal Effects in Longitudinal Studies Mark J. van

More information

Harvard University. Harvard University Biostatistics Working Paper Series. Semiparametric Estimation of Models for Natural Direct and Indirect Effects

Harvard University. Harvard University Biostatistics Working Paper Series. Semiparametric Estimation of Models for Natural Direct and Indirect Effects Harvard University Harvard University Biostatistics Working Paper Series Year 2011 Paper 129 Semiparametric Estimation of Models for Natural Direct and Indirect Effects Eric J. Tchetgen Tchetgen Ilya Shpitser

More information

arxiv: v1 [math.st] 28 Nov 2017

arxiv: v1 [math.st] 28 Nov 2017 Sensitivity analysis for unobserved confounding of direct and indirect effects using uncertainty intervals Anita Lindmark a, Xavier de Luna a and Marie Eriksson a arxiv:1711.10265v1 [math.st] 28 Nov 2017

More information

OUTCOME REGRESSION AND PROPENSITY SCORES (CHAPTER 15) BIOS Outcome regressions and propensity scores

OUTCOME REGRESSION AND PROPENSITY SCORES (CHAPTER 15) BIOS Outcome regressions and propensity scores OUTCOME REGRESSION AND PROPENSITY SCORES (CHAPTER 15) BIOS 776 1 15 Outcome regressions and propensity scores Outcome Regression and Propensity Scores ( 15) Outline 15.1 Outcome regression 15.2 Propensity

More information

Longitudinal Modeling with Logistic Regression

Longitudinal Modeling with Logistic Regression Newsom 1 Longitudinal Modeling with Logistic Regression Longitudinal designs involve repeated measurements of the same individuals over time There are two general classes of analyses that correspond to

More information

Propensity Score Methods, Models and Adjustment

Propensity Score Methods, Models and Adjustment Propensity Score Methods, Models and Adjustment Dr David A. Stephens Department of Mathematics & Statistics McGill University Montreal, QC, Canada. d.stephens@math.mcgill.ca www.math.mcgill.ca/dstephens/siscr2016/

More information

Introduction to mtm: An R Package for Marginalized Transition Models

Introduction to mtm: An R Package for Marginalized Transition Models Introduction to mtm: An R Package for Marginalized Transition Models Bryan A. Comstock and Patrick J. Heagerty Department of Biostatistics University of Washington 1 Introduction Marginalized transition

More information

DATA-ADAPTIVE VARIABLE SELECTION FOR

DATA-ADAPTIVE VARIABLE SELECTION FOR DATA-ADAPTIVE VARIABLE SELECTION FOR CAUSAL INFERENCE Group Health Research Institute Department of Biostatistics, University of Washington shortreed.s@ghc.org joint work with Ashkan Ertefaie Department

More information

The International Journal of Biostatistics

The International Journal of Biostatistics The International Journal of Biostatistics Volume 7, Issue 1 2011 Article 16 A Complete Graphical Criterion for the Adjustment Formula in Mediation Analysis Ilya Shpitser, Harvard University Tyler J. VanderWeele,

More information

Online Appendix to Yes, But What s the Mechanism? (Don t Expect an Easy Answer) John G. Bullock, Donald P. Green, and Shang E. Ha

Online Appendix to Yes, But What s the Mechanism? (Don t Expect an Easy Answer) John G. Bullock, Donald P. Green, and Shang E. Ha Online Appendix to Yes, But What s the Mechanism? (Don t Expect an Easy Answer) John G. Bullock, Donald P. Green, and Shang E. Ha January 18, 2010 A2 This appendix has six parts: 1. Proof that ab = c d

More information