Applied mediation analysis - basics

Size: px
Start display at page:

Download "Applied mediation analysis - basics"

Transcription

1 Applied mediation analysis - basics Copenhagen, April 2013 Course homepage: + link to the left. Theis Lange Department of Biostatistics Faculty of Health and Medical Sciences Dias 1

2 Course objectives and structure Objectives To identify when a mediation analysis is the right solution. To know which assumptions that must be satisfied. To be able to conduct mediation analysis on the computer (in R). Structure (throughout switching between lectures and exercises) Monday Tuesday Wednesday Morning Intro, path effects, linear models* (TL) Natural effect models (TL+GP) R-package for mediation (Johan Steen + TL) Afternoon Counterfactuals, assumptions (TL + Gry Poulsen) Mediation in social epidemiology (Helene Nordahl + TL) Mulitple mediators (JS+TL) Johan Steen: Ghent University. Gry Poulsen & Helene Nordahl: Section of Social Medicine, IFSV, SUND, KU. Dias 2

3 What is mediation An example: Dias 3

4 Why mediation Once it has been established that an exposure causes a specific outcome the natural question is HOW? A typical answer to this question goes like this: Exposure A causes variable M to change, which in turn causes outcome Y to occur. (sometimes supplemented with a number of alternative M s) Mediation analysis aims at quantifying the degree to which this answer is indeed the correct explanation for HOW? Dias 4

5 Books and key references Books Introduction to Statistical Mediation Analysis by D. MacKinnon. (somewhat outdated) AND Dias 5

6 DAG: A key tool A Y C (U) DAGs (Directed Acyclic Graphs) are often used to depict causal relationships. The DAG is built from substance knowledge not from the data at hand. The real information in a DAG is in the direction of the arrows and in which arrows that are NOT there. Remember also to think of unmeasured confounders/variables (U in the DAG above). Department of Biostatistics

7 DAGs: Two types of connections Following the direction of the arrows the red connection is the only one from A to Y. However ignoring the directions of the arrows there are many more (the red and the blue). A C Y (U) It is only the red arrow that denotes a causal influence of A on Y, but a simple regression of Y on A would include both the red and the blue connections. Department of Biostatistics

8 DAGs: Open and closed connections All paths (e.g. A-C-Y), which does not contain two arrow heads meeting in the same variable (a so-called collider), will contribute to the association between A and Y. By conditioning on a variable (through stratification or by including it in a regression) the path through that variable can be blocked such that it does not contribute to the observed association between A and Y. A C Y (U) The only exception is that conditioning on a collider opens a path through that variable, which previously did not contribute to the association between A and Y. Department of Biostatistics

9 A case Dias 9

10 Simplistic DAG G1: Parenting practices (M) G1: Cognitive ability (A) G2: Cognitive ability (Y) Confounding?? How are these measured?? Let us assume for the next few slides that there is no confounding and all are measured as a numeric score (say 1-100) Dias 10

11 Mediation analysis in the pure linear case (I/II) Assume both mediator (M) and outcome (Y) are well modeled by a simple linear model. Mediation through M can then be assessed as follows: 1. Run a regression of the outcome on the mediator and the exposure (and perhaps confounders): E[Y A=a, M=m] = *a + 1.4*m 2. Run a regression of the mediator on the exposure (and perhaps confounders): E[M A=a] = *a 3. Add estimates from steps 1 and 2 to the graph Dias 11

12 Mediation analysis in the pure linear case (II/II) 3. Add estimates from steps 1 and 2 to the graph Compute direct (DE), indirect (IE), and total effects (TE) as well as mediated proportion (IE/TE). DE IE TE IE/TE *1.4= = /1.1 = 64% Dias 12

13 Notes The models must not include interactions! Confounders can be included as simple additive effects. This technique is also known as path-analysis or the Baron & Kenny approach. Dias 13

14 How to obtain confidence intervals for IE and IE/TE (manual version) Department of Biostatisitcs Step 1: Collect information Source* Estimate Std. error Covariance** Y on M and A (effect of A) Y on M and A (effect of M) M on A (effect of A) No need. *If required you can also include pre-treatment covariates. ** In R you obtain this using the vcov-function. Dias 14

15 How to obtain confidence intervals for IE and IE/TE (manual version) Department of Biostatisitcs Step 2: Enter information in Excel sheet (available from the course homepage) Dias 15

16 How to obtain confidence intervals for IE and IE/TE (R version) Step 1: Fit both regressions in R fityonmanda <- lm(y ~ M + A, data=mydata) fitmona <- lm(m ~ A, data=mydata) Step 2: Use the package mediation library(mediation) medobj <- mediate(fitmona, fityonmanda, treat="a", mediator="m", sims=5) summary(medobj) Output: Dias 16

17 Difference of coefficients method In purely linear models mediation can also be estimated by an alternative approach know as difference of coefficients. The idea is: 1. Estimate a regression for the outcome including exposure and mediator (as well as confounders). 2. Estimate a regression for the outcome including only the exposure (and again all confounders). 3. Indirect effect will correspond to the difference between the two estimates associated with the exposure. NOTE: In non-linear models this approach will be biased!! This approach is (also) referred to as the Baron & Kenny approach. Dias 17

18 Mediator vs. moderator Since the highly cited paper by Baron & Kenny moderators and mediators have been discussed together. However, they are not particular related! Mediation concerns causal structure. Moderation concerns statistical modelling. Dias 18

19 Mediator vs. moderator an example No effect of exposure to pornography among men of medium to high agreeableness on hostility to towards women. Highly significant effect of exposure to pornography among men of low agreeableness on hostility to towards women. Mediation analysis among low-agreeableness men show: Dias 19

Mediation analysis a tool to move from estimating treatment effect to understanding treatment mechanism

Mediation analysis a tool to move from estimating treatment effect to understanding treatment mechanism Mediation analysis a tool to move from estimating treatment effect to understanding treatment mechanism Theis Lange Department of Biostatistics Faculty of Health and Medical Sciences This talk was prepared

More information

Studying the effect of change on change : a different viewpoint

Studying the effect of change on change : a different viewpoint Studying the effect of change on change : a different viewpoint Eyal Shahar Professor, Division of Epidemiology and Biostatistics, Mel and Enid Zuckerman College of Public Health, University of Arizona

More information

Supplement 2. Use of Directed Acyclic Graphs (DAGs)

Supplement 2. Use of Directed Acyclic Graphs (DAGs) Supplement 2. Use of Directed Acyclic Graphs (DAGs) Abstract This supplement describes how counterfactual theory is used to define causal effects and the conditions in which observed data can be used to

More information

Careful with Causal Inference

Careful with Causal Inference Careful with Causal Inference Richard Emsley Professor of Medical Statistics and Trials Methodology Department of Biostatistics & Health Informatics Institute of Psychiatry, Psychology & Neuroscience Correlation

More information

A Bayesian Perspective on Unmeasured Confounding in Large Administrative Databases

A Bayesian Perspective on Unmeasured Confounding in Large Administrative Databases A Bayesian Perspective on Unmeasured Confounding in Large Administrative Databases Lawrence McCandless lmccandl@sfu.ca Faculty of Health Sciences, Simon Fraser University, Vancouver Canada Summer 2014

More information

Causal Mediation Analysis with the CAUSALMED Procedure

Causal Mediation Analysis with the CAUSALMED Procedure Paper SAS1991-2018 Causal Mediation Analysis with the CAUSALMED Procedure Yiu-Fai Yung, Michael Lamm, and Wei Zhang, SAS Institute Inc. Abstract Important policy and health care decisions often depend

More information

Approaches to Improving Causal Inference from Mediation Analysis

Approaches to Improving Causal Inference from Mediation Analysis Approaches to Improving Causal Inference from Mediation Analysis David P. MacKinnon, Arizona State University Pennsylvania State University February 27, 2013 Background Traditional Mediation Methods Modern

More information

Progress in Risk Science and Causality

Progress in Risk Science and Causality Progress in Risk Science and Causality Tony Cox, tcoxdenver@aol.com AAPCA March 27, 2017 1 Vision for causal analytics Represent understanding of how the world works by an explicit causal model. Learn,

More information

Causal mediation analysis of observational, population-based cancer survival data

Causal mediation analysis of observational, population-based cancer survival data Causal mediation analysis of observational, population-based cancer survival data Bernard Rachet & Ruoran Li Cancer Survival Group, Faculty of Epidemiology and Population Health, LSHTM Twitter: @CSG_LSHTM

More information

Biostatistics II

Biostatistics II Biostatistics II 514-5509 Course Description: Modern multivariable statistical analysis based on the concept of generalized linear models. Includes linear, logistic, and Poisson regression, survival analysis,

More information

efigure. Directed Acyclic Graph to Determine Whether Familial Factors Exist That Contribute to Both Eating Disorders and Suicide

efigure. Directed Acyclic Graph to Determine Whether Familial Factors Exist That Contribute to Both Eating Disorders and Suicide Supplementary Online Content Yao S, Kuja-Halkola R, Thornton LM, et al. Familial liability for eating s and suicide attempts: evidence from a population registry in Sweden. JAMA Psychiatry. Published online

More information

Objective: To describe a new approach to neighborhood effects studies based on residential mobility and demonstrate this approach in the context of

Objective: To describe a new approach to neighborhood effects studies based on residential mobility and demonstrate this approach in the context of Objective: To describe a new approach to neighborhood effects studies based on residential mobility and demonstrate this approach in the context of neighborhood deprivation and preterm birth. Key Points:

More information

A NEW TRIAL DESIGN FULLY INTEGRATING BIOMARKER INFORMATION FOR THE EVALUATION OF TREATMENT-EFFECT MECHANISMS IN PERSONALISED MEDICINE

A NEW TRIAL DESIGN FULLY INTEGRATING BIOMARKER INFORMATION FOR THE EVALUATION OF TREATMENT-EFFECT MECHANISMS IN PERSONALISED MEDICINE A NEW TRIAL DESIGN FULLY INTEGRATING BIOMARKER INFORMATION FOR THE EVALUATION OF TREATMENT-EFFECT MECHANISMS IN PERSONALISED MEDICINE Dr Richard Emsley Centre for Biostatistics, Institute of Population

More information

Chapter 7 : Mediation Analysis and Hypotheses Testing

Chapter 7 : Mediation Analysis and Hypotheses Testing Chapter 7 : Mediation Analysis and Hypotheses ing 7.1. Introduction Data analysis of the mediating hypotheses testing will investigate the impact of mediator on the relationship between independent variables

More information

Designing Trials of Complex Interventions for Efficacy and Mechanisms Evaluation Dr Richard Emsley*, Prof Jonathan Green, Prof Graham Dunn

Designing Trials of Complex Interventions for Efficacy and Mechanisms Evaluation Dr Richard Emsley*, Prof Jonathan Green, Prof Graham Dunn Designing Trials of Complex Interventions for Efficacy and Mechanisms Evaluation Dr Richard Emsley*, Prof Jonathan Green, Prof Graham Dunn *Biostatistics, Health Sciences Methodology, School of Community

More information

Trial designs fully integrating biomarker information for the evaluation of treatment-effect mechanisms in stratified medicine

Trial designs fully integrating biomarker information for the evaluation of treatment-effect mechanisms in stratified medicine Trial designs fully integrating biomarker information for the evaluation of treatment-effect mechanisms in stratified medicine Dr Richard Emsley Centre for Biostatistics, Institute of Population Health,

More information

Moving beyond regression toward causality:

Moving beyond regression toward causality: Moving beyond regression toward causality: INTRODUCING ADVANCED STATISTICAL METHODS TO ADVANCE SEXUAL VIOLENCE RESEARCH Regine Haardörfer, Ph.D. Emory University rhaardo@emory.edu OR Regine.Haardoerfer@Emory.edu

More information

Quantification of collider-stratification bias and the birthweight paradox

Quantification of collider-stratification bias and the birthweight paradox University of Massachusetts Amherst From the SelectedWorks of Brian W. Whitcomb 2009 Quantification of collider-stratification bias and the birthweight paradox Brian W Whitcomb, University of Massachusetts

More information

Bayesian methods for combining multiple Individual and Aggregate data Sources in observational studies

Bayesian methods for combining multiple Individual and Aggregate data Sources in observational studies Bayesian methods for combining multiple Individual and Aggregate data Sources in observational studies Sara Geneletti Department of Epidemiology and Public Health Imperial College, London s.geneletti@imperial.ac.uk

More information

LITERA VALLEY ZEE SCHOOL, HOSUR

LITERA VALLEY ZEE SCHOOL, HOSUR WORKSHEET PRACTICE & SUMMATIVE ASSESSMENT DATE SHEET And SCHOOL TIMINGS SEPTEMBER 2016 WORKSHEET PRACTICE AND SUMMATIVE ASSESSMENT SCHOOL TIMINGS SEPTEMBER 2016 Date Day Grade School Timings 19.09.16 Mon

More information

G , G , G MHRN

G , G , G MHRN Estimation of treatment-effects from randomized controlled trials in the presence non-compliance with randomized treatment allocation Graham Dunn University of Manchester Research funded by: MRC Methodology

More information

MS&E 226: Small Data

MS&E 226: Small Data MS&E 226: Small Data Lecture 10: Introduction to inference (v2) Ramesh Johari ramesh.johari@stanford.edu 1 / 17 What is inference? 2 / 17 Where did our data come from? Recall our sample is: Y, the vector

More information

The Role of Mediator in Relationship between Motivations with Learning Discipline of Student Academic Achievement

The Role of Mediator in Relationship between Motivations with Learning Discipline of Student Academic Achievement The Role of Mediator in Relationship between Motivations with Learning Discipline of Student Academic Achievement Zamri Chik, Abdul Hakim Abdullah To Link this Article: http://dx.doi.org/10.6007/ijarbss/v8-i11/4959

More information

Missing Data in Longitudinal Studies: Strategies for Bayesian Modeling, Sensitivity Analysis, and Causal Inference

Missing Data in Longitudinal Studies: Strategies for Bayesian Modeling, Sensitivity Analysis, and Causal Inference COURSE: Missing Data in Longitudinal Studies: Strategies for Bayesian Modeling, Sensitivity Analysis, and Causal Inference Mike Daniels (Department of Statistics, University of Florida) 20-21 October 2011

More information

Regression and causal analysis. Harry Ganzeboom Research Skills, December Lecture #5

Regression and causal analysis. Harry Ganzeboom Research Skills, December Lecture #5 Regression and causal analysis Harry Ganzeboom Research Skills, December 4 2008 Lecture #5 Regression analysis is about partial associations Note that Berry & Feldman do not give any causal interpretation

More information

REPEATED MEASURES DESIGNS

REPEATED MEASURES DESIGNS Repeated Measures Designs The SAGE Encyclopedia of Educational Research, Measurement and Evaluation Markus Brauer (University of Wisconsin-Madison) Target word count: 1000 - Actual word count: 1071 REPEATED

More information

Assessing the impact of unmeasured confounding: confounding functions for causal inference

Assessing the impact of unmeasured confounding: confounding functions for causal inference Assessing the impact of unmeasured confounding: confounding functions for causal inference Jessica Kasza jessica.kasza@monash.edu Department of Epidemiology and Preventive Medicine, Monash University Victorian

More information

Author's response to reviews

Author's response to reviews Author's response to reviews Title:Mental health problems in the 10th grade and non-completion of upper secondary school: the mediating role of grades in a population-based longitudinal study Authors:

More information

Regression Discontinuity Analysis

Regression Discontinuity Analysis Regression Discontinuity Analysis A researcher wants to determine whether tutoring underachieving middle school students improves their math grades. Another wonders whether providing financial aid to low-income

More information

From Description to Causation

From Description to Causation From Description to Causation Department of Government London School of Economics and Political Science 1 Correlation vs. Causation 2 Over-Time Changes 3 Getting Systematic about Causality What makes something

More information

Okayama University, Japan

Okayama University, Japan Directed acyclic graphs in Neighborhood and Health research (Social Epidemiology) Basile Chaix Inserm, France Etsuji Suzuki Okayama University, Japan Inference in n hood & health research N hood (neighborhood)

More information

Role of respondents education as a mediator and moderator in the association between childhood socio-economic status and later health and wellbeing

Role of respondents education as a mediator and moderator in the association between childhood socio-economic status and later health and wellbeing Sheikh et al. BMC Public Health 2014, 14:1172 RESEARCH ARTICLE Open Access Role of respondents education as a mediator and moderator in the association between childhood socio-economic status and later

More information

Current Directions in Mediation Analysis David P. MacKinnon 1 and Amanda J. Fairchild 2

Current Directions in Mediation Analysis David P. MacKinnon 1 and Amanda J. Fairchild 2 CURRENT DIRECTIONS IN PSYCHOLOGICAL SCIENCE Current Directions in Mediation Analysis David P. MacKinnon 1 and Amanda J. Fairchild 2 1 Arizona State University and 2 University of South Carolina ABSTRACT

More information

Causal mediation analysis on survival data: an application on the National March Cohort

Causal mediation analysis on survival data: an application on the National March Cohort Università degli Studi di Milano - Bicocca FACOLTÀ DI SCIENZE STATISTICHE Corso di Dottorato di Ricerca in Statistica XXV ciclo Causal mediation analysis on survival data: an application on the National

More information

Bayesian graphical models for combining multiple data sources, with applications in environmental epidemiology

Bayesian graphical models for combining multiple data sources, with applications in environmental epidemiology Bayesian graphical models for combining multiple data sources, with applications in environmental epidemiology Sylvia Richardson 1 sylvia.richardson@imperial.co.uk Joint work with: Alexina Mason 1, Lawrence

More information

Ec331: Research in Applied Economics Spring term, Panel Data: brief outlines

Ec331: Research in Applied Economics Spring term, Panel Data: brief outlines Ec331: Research in Applied Economics Spring term, 2014 Panel Data: brief outlines Remaining structure Final Presentations (5%) Fridays, 9-10 in H3.45. 15 mins, 8 slides maximum Wk.6 Labour Supply - Wilfred

More information

Using directed acyclic graphs to guide analyses of neighbourhood health effects: an introduction

Using directed acyclic graphs to guide analyses of neighbourhood health effects: an introduction University of Michigan, Ann Arbor, Michigan, USA Correspondence to: Dr A V Diez Roux, Center for Social Epidemiology and Population Health, 3rd Floor SPH Tower, 109 Observatory St, Ann Arbor, MI 48109-2029,

More information

Lecture II: Difference in Difference. Causality is difficult to Show from cross

Lecture II: Difference in Difference. Causality is difficult to Show from cross Review Lecture II: Regression Discontinuity and Difference in Difference From Lecture I Causality is difficult to Show from cross sectional observational studies What caused what? X caused Y, Y caused

More information

Chapter 9 Experimental Research (Reminder: Don t forget to utilize the concept maps and study questions as you study this and the other chapters.

Chapter 9 Experimental Research (Reminder: Don t forget to utilize the concept maps and study questions as you study this and the other chapters. Chapter 9 Experimental Research (Reminder: Don t forget to utilize the concept maps and study questions as you study this and the other chapters.) In this chapter we talk about what experiments are, we

More information

On the use of the outcome variable small for gestational age when gestational age is a potential mediator: a maternal asthma perspective

On the use of the outcome variable small for gestational age when gestational age is a potential mediator: a maternal asthma perspective Lefebvre and Samoilenko BMC Medical Research Methodology (2017) 17:165 DOI 10.1186/s12874-017-0444-z RESEARCH ARTICLE Open Access On the use of the outcome variable small for gestational age when gestational

More information

Propensity Score Methods with Multilevel Data. March 19, 2014

Propensity Score Methods with Multilevel Data. March 19, 2014 Propensity Score Methods with Multilevel Data March 19, 2014 Multilevel data Data in medical care, health policy research and many other fields are often multilevel. Subjects are grouped in natural clusters,

More information

Understanding. Regression Analysis

Understanding. Regression Analysis Understanding Regression Analysis Understanding Regression Analysis Michael Patrick Allen Washington State University Pullman, Washington Plenum Press New York and London Llbrary of Congress Cataloging-in-Publication

More information

Tetrad. 1) Main website: 2) Download:

Tetrad. 1) Main website:   2) Download: Tetrad 1) Main website: http://www.phil.cmu.edu/projects/tetrad/ 2) Download: http://www.phil.cmu.edu/projects/tetrad/current.html a) JNLP version: Tetrad 5.3.0 b) Jar file: Tetrad 5.3.0 (6/13/2016 Version

More information

Diurnal Pattern of Reaction Time: Statistical analysis

Diurnal Pattern of Reaction Time: Statistical analysis Diurnal Pattern of Reaction Time: Statistical analysis Prepared by: Alison L. Gibbs, PhD, PStat Prepared for: Dr. Principal Investigator of Reaction Time Project January 11, 2015 Summary: This report gives

More information

Modelling Double-Moderated-Mediation & Confounder Effects Using Bayesian Statistics

Modelling Double-Moderated-Mediation & Confounder Effects Using Bayesian Statistics Modelling Double-Moderated-Mediation & Confounder Effects Using Bayesian Statistics George Chryssochoidis*, Lars Tummers**, Rens van de Schoot***, * Norwich Business School, University of East Anglia **

More information

Multiple Mediation Analysis For General Models -with Application to Explore Racial Disparity in Breast Cancer Survival Analysis

Multiple Mediation Analysis For General Models -with Application to Explore Racial Disparity in Breast Cancer Survival Analysis Multiple For General Models -with Application to Explore Racial Disparity in Breast Cancer Survival Qingzhao Yu Joint Work with Ms. Ying Fan and Dr. Xiaocheng Wu Louisiana Tumor Registry, LSUHSC June 5th,

More information

Chapter 10: Moderation, mediation and more regression

Chapter 10: Moderation, mediation and more regression Chapter 10: Moderation, mediation and more regression Smart Alex s Solutions Task 1 McNulty et al. (2008) found a relationship between a person s Attractiveness and how much Support they give their partner

More information

Chapter 11 Nonexperimental Quantitative Research Steps in Nonexperimental Research

Chapter 11 Nonexperimental Quantitative Research Steps in Nonexperimental Research Chapter 11 Nonexperimental Quantitative Research (Reminder: Don t forget to utilize the concept maps and study questions as you study this and the other chapters.) Nonexperimental research is needed because

More information

Content. Basic Statistics and Data Analysis for Health Researchers from Foreign Countries. Research question. Example Newly diagnosed Type 2 Diabetes

Content. Basic Statistics and Data Analysis for Health Researchers from Foreign Countries. Research question. Example Newly diagnosed Type 2 Diabetes Content Quantifying association between continuous variables. Basic Statistics and Data Analysis for Health Researchers from Foreign Countries Volkert Siersma siersma@sund.ku.dk The Research Unit for General

More information

EPI 200C Final, June 4 th, 2009 This exam includes 24 questions.

EPI 200C Final, June 4 th, 2009 This exam includes 24 questions. Greenland/Arah, Epi 200C Sp 2000 1 of 6 EPI 200C Final, June 4 th, 2009 This exam includes 24 questions. INSTRUCTIONS: Write all answers on the answer sheets supplied; PRINT YOUR NAME and STUDENT ID NUMBER

More information

Correlation vs. Causation - and What Are the Implications for Our Project? By Michael Reames and Gabriel Kemeny

Correlation vs. Causation - and What Are the Implications for Our Project? By Michael Reames and Gabriel Kemeny Correlation vs. Causation - and What Are the Implications for Our Project? By Michael Reames and Gabriel Kemeny In problem solving, accurately establishing and validating root causes are vital to improving

More information

NORTH SOUTH UNIVERSITY TUTORIAL 2

NORTH SOUTH UNIVERSITY TUTORIAL 2 NORTH SOUTH UNIVERSITY TUTORIAL 2 AHMED HOSSAIN,PhD Data Management and Analysis AHMED HOSSAIN,PhD - Data Management and Analysis 1 Correlation Analysis INTRODUCTION In correlation analysis, we estimate

More information

Chapter 13 Estimating the Modified Odds Ratio

Chapter 13 Estimating the Modified Odds Ratio Chapter 13 Estimating the Modified Odds Ratio Modified odds ratio vis-à-vis modified mean difference To a large extent, this chapter replicates the content of Chapter 10 (Estimating the modified mean difference),

More information

MULTIPLE LINEAR REGRESSION 24.1 INTRODUCTION AND OBJECTIVES OBJECTIVES

MULTIPLE LINEAR REGRESSION 24.1 INTRODUCTION AND OBJECTIVES OBJECTIVES 24 MULTIPLE LINEAR REGRESSION 24.1 INTRODUCTION AND OBJECTIVES In the previous chapter, simple linear regression was used when you have one independent variable and one dependent variable. This chapter

More information

Estimating indirect and direct effects of a Cancer of Unknown Primary (CUP) diagnosis on survival for a 6 month-period after diagnosis.

Estimating indirect and direct effects of a Cancer of Unknown Primary (CUP) diagnosis on survival for a 6 month-period after diagnosis. Estimating indirect and direct effects of a Cancer of Unknown Primary (CUP) diagnosis on survival for a 6 month-period after diagnosis. A Manuscript prepared in Fulfillment of a B.S Honors Thesis in Statistics

More information

Sensitivity Analysis in Observational Research: Introducing the E-value

Sensitivity Analysis in Observational Research: Introducing the E-value Sensitivity Analysis in Observational Research: Introducing the E-value Tyler J. VanderWeele Harvard T.H. Chan School of Public Health Departments of Epidemiology and Biostatistics 1 Plan of Presentation

More information

Introduction to Econometrics

Introduction to Econometrics Global edition Introduction to Econometrics Updated Third edition James H. Stock Mark W. Watson MyEconLab of Practice Provides the Power Optimize your study time with MyEconLab, the online assessment and

More information

OHDSI Tutorial: Design and implementation of a comparative cohort study in observational healthcare data

OHDSI Tutorial: Design and implementation of a comparative cohort study in observational healthcare data OHDSI Tutorial: Design and implementation of a comparative cohort study in observational healthcare data Faculty: Martijn Schuemie (Janssen Research and Development) Marc Suchard (UCLA) Patrick Ryan (Janssen

More information

Intro to SPSS. Using SPSS through WebFAS

Intro to SPSS. Using SPSS through WebFAS Intro to SPSS Using SPSS through WebFAS http://www.yorku.ca/computing/students/labs/webfas/ Try it early (make sure it works from your computer) If you need help contact UIT Client Services Voice: 416-736-5800

More information

Demystifying causal inference in randomised trials. Lecture 3: Introduction to mediation and mediation analysis using instrumental variables

Demystifying causal inference in randomised trials. Lecture 3: Introduction to mediation and mediation analysis using instrumental variables Demystifying causal inference in randomised trials Lecture 3: Introduction to mediation and mediation analysis using instrumental variables ISCB 2016 Graham Dunn and Richard Emsley Centre for Biostatistics,

More information

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

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

More information

George B. Ploubidis. The role of sensitivity analysis in the estimation of causal pathways from observational data. Improving health worldwide

George B. Ploubidis. The role of sensitivity analysis in the estimation of causal pathways from observational data. Improving health worldwide George B. Ploubidis The role of sensitivity analysis in the estimation of causal pathways from observational data Improving health worldwide www.lshtm.ac.uk Outline Sensitivity analysis Causal Mediation

More information

Panel: Using Structural Equation Modeling (SEM) Using Partial Least Squares (SmartPLS)

Panel: Using Structural Equation Modeling (SEM) Using Partial Least Squares (SmartPLS) Panel: Using Structural Equation Modeling (SEM) Using Partial Least Squares (SmartPLS) Presenters: Dr. Faizan Ali, Assistant Professor Dr. Cihan Cobanoglu, McKibbon Endowed Chair Professor University of

More information

The (mis)use of treatment switching adjustment methods in health technology assessment busting some myths!

The (mis)use of treatment switching adjustment methods in health technology assessment busting some myths! The (mis)use of treatment switching adjustment methods in health technology assessment busting some myths! ISPOR Barcelona, 2018 Dr Nicholas Latimer (n.latimer@sheffield.ac.uk) Reader in Health Economics,

More information

Structural Equation Modeling (SEM)

Structural Equation Modeling (SEM) Structural Equation Modeling (SEM) Today s topics The Big Picture of SEM What to do (and what NOT to do) when SEM breaks for you Single indicator (ASU) models Parceling indicators Using single factor scores

More information

You can use this app to build a causal Bayesian network and experiment with inferences. We hope you ll find it interesting and helpful.

You can use this app to build a causal Bayesian network and experiment with inferences. We hope you ll find it interesting and helpful. icausalbayes USER MANUAL INTRODUCTION You can use this app to build a causal Bayesian network and experiment with inferences. We hope you ll find it interesting and helpful. We expect most of our users

More information

Bayesian approaches to handling missing data: Practical Exercises

Bayesian approaches to handling missing data: Practical Exercises Bayesian approaches to handling missing data: Practical Exercises 1 Practical A Thanks to James Carpenter and Jonathan Bartlett who developed the exercise on which this practical is based (funded by ESRC).

More information

Using Electronic Health Records Data for Predictive and Causal Inference About the HIV Care Cascade

Using Electronic Health Records Data for Predictive and Causal Inference About the HIV Care Cascade Using Electronic Health Records Data for Predictive and Causal Inference About the HIV Care Cascade Yizhen Xu Joseph Hogan Tao Liu Rami Kantor Department of Biostatistics School of Public Health Brown

More information

UNIT 2. Getting Started

UNIT 2. Getting Started UNIT 2 Getting Started My Advice (pg. 39) TO-GRAB Literally meaning grab NONE Related to nothing, none is more empathic WARNING Use this sign to say watch out Did you know? Pg. 39 ASL students are eager

More information

Causal Inference in Statistics A primer, J. Pearl, M Glymur and N. Jewell

Causal Inference in Statistics A primer, J. Pearl, M Glymur and N. Jewell Causal Inference in Statistics A primer, J. Pearl, M Glymur and N. Jewell Rina Dechter Bren School of Information and Computer Sciences 6/7/2018 dechter, class 8, 276-18 The book of Why Pearl https://www.nytimes.com/2018/06/01/business/dealbook/revi

More information

Comparison And Application Of Methods To Address Confounding By Indication In Non- Randomized Clinical Studies

Comparison And Application Of Methods To Address Confounding By Indication In Non- Randomized Clinical Studies University of Massachusetts Amherst ScholarWorks@UMass Amherst Masters Theses 1911 - February 2014 Dissertations and Theses 2013 Comparison And Application Of Methods To Address Confounding By Indication

More information

Durham Research Online

Durham Research Online Durham Research Online Deposited in DRO: 15 April 2015 Version of attached le: Accepted Version Peer-review status of attached le: Peer-reviewed Citation for published item: Wood, R.E. and Goodman, J.S.

More information

Application of Local Control Strategy in analyses of the effects of Radon on Lung Cancer Mortality for 2,881 US Counties

Application of Local Control Strategy in analyses of the effects of Radon on Lung Cancer Mortality for 2,881 US Counties Application of Local Control Strategy in analyses of the effects of Radon on Lung Cancer Mortality for 2,881 US Counties Bob Obenchain, Risk Benefit Statistics, August 2015 Our motivation for using a Cut-Point

More information

Audio: In this lecture we are going to address psychology as a science. Slide #2

Audio: In this lecture we are going to address psychology as a science. Slide #2 Psychology 312: Lecture 2 Psychology as a Science Slide #1 Psychology As A Science In this lecture we are going to address psychology as a science. Slide #2 Outline Psychology is an empirical science.

More information

40th anniversary for Section of Biostatistics and Two day meeting in Danish Society of Theoretical Statistics

40th anniversary for Section of Biostatistics and Two day meeting in Danish Society of Theoretical Statistics 40th anniversary for Section of Biostatistics and Two day meeting in Danish Society of Theoretical Statistics 2nd and 3rd of October 2018 The Maersk Tower University of Copenhagen The Section of Biostatistics

More information

4 Department of Epidemiology, Harvard School of. 5 Biomedical Network Research Centers of. 6 Centre of Infectious Disease

4 Department of Epidemiology, Harvard School of. 5 Biomedical Network Research Centers of. 6 Centre of Infectious Disease International Journal of Epidemiology, 2018, 1 14 doi: 10.1093/ije/dyy275 Education Corner Education Corner Educational Note: Paradoxical collider effect in the analysis of non-communicable disease epidemiological

More information

Lecture 15. There is a strong scientific consensus that the Earth is getting warmer over time.

Lecture 15. There is a strong scientific consensus that the Earth is getting warmer over time. EC3320 2016-2017 Michael Spagat Lecture 15 There is a strong scientific consensus that the Earth is getting warmer over time. It is reasonable to imagine that a side effect of global warming could be an

More information

Lecture II: Difference in Difference and Regression Discontinuity

Lecture II: Difference in Difference and Regression Discontinuity Review Lecture II: Difference in Difference and Regression Discontinuity it From Lecture I Causality is difficult to Show from cross sectional observational studies What caused what? X caused Y, Y caused

More information

[En français] For a pdf of the transcript click here.

[En français] For a pdf of the transcript click here. [En français] For a pdf of the transcript click here. Go back to the podcast on endogeneity: http://www.youtube.com/watch?v=dlutjoymfxs [00:05] Hello, my name is John Antonakis. I am a professor of Organisational

More information

The Logic of Causal Inference. Uwe Siebert, MD, MPH, MSc, ScD

The Logic of Causal Inference. Uwe Siebert, MD, MPH, MSc, ScD The Logic of Causal Inference Uwe Siebert, MD, MPH, MSc, ScD (1) Dept. of Public Health, Health Services Research and Health Technology Assessment, UMIT - University for Health Sciences, Medical Informatics

More information

Mediation Testing in Management Research: A Review and Proposals

Mediation Testing in Management Research: A Review and Proposals Utah State University From the SelectedWorks of Alison Cook January 1, 2008 Mediation Testing in Management Research: A Review and Proposals R. E. Wood J. S. Goodman N. Beckmann Alison Cook, Utah State

More information

The ACCE method: an approach for obtaining quantitative or qualitative estimates of residual confounding that includes unmeasured confounding

The ACCE method: an approach for obtaining quantitative or qualitative estimates of residual confounding that includes unmeasured confounding METHOD ARTICLE The ACCE method: an approach for obtaining quantitative or qualitative estimates of residual confounding that includes unmeasured confounding [version 2; referees: 2 approved] Eric G. Smith

More information

THE INDIRECT EFFECT IN MULTIPLE MEDIATORS MODEL BY STRUCTURAL EQUATION MODELING ABSTRACT

THE INDIRECT EFFECT IN MULTIPLE MEDIATORS MODEL BY STRUCTURAL EQUATION MODELING ABSTRACT European Journal of Business, Economics and Accountancy Vol. 4, No. 3, 016 ISSN 056-6018 THE INDIRECT EFFECT IN MULTIPLE MEDIATORS MODEL BY STRUCTURAL EQUATION MODELING Li-Ju Chen Department of Business

More information

Chapter Eight: Multivariate Analysis

Chapter Eight: Multivariate Analysis Chapter Eight: Multivariate Analysis Up until now, we have covered univariate ( one variable ) analysis and bivariate ( two variables ) analysis. We can also measure the simultaneous effects of two or

More information

Unit 8 Day 1 Correlation Coefficients.notebook January 02, 2018

Unit 8 Day 1 Correlation Coefficients.notebook January 02, 2018 [a] Welcome Back! Please pick up a new packet Get a Chrome Book Complete the warm up Choose points on each graph and find the slope of the line. [b] Agenda 05 MIN Warm Up 25 MIN Notes Correlation 15 MIN

More information

Introduction to Multilevel Models for Longitudinal and Repeated Measures Data

Introduction to Multilevel Models for Longitudinal and Repeated Measures Data Introduction to Multilevel Models for Longitudinal and Repeated Measures Data Today s Class: Features of longitudinal data Features of longitudinal models What can MLM do for you? What to expect in this

More information

How to Model Mediating and Moderating Effects. Hsueh-Sheng Wu CFDR Workshop Series November 3, 2014

How to Model Mediating and Moderating Effects. Hsueh-Sheng Wu CFDR Workshop Series November 3, 2014 How to Model Mediating and Moderating Effects Hsueh-Sheng Wu CFDR Workshop Series November 3, 2014 1 Outline Why study moderation and/or mediation? Moderation Logic Testing moderation in regression Checklist

More information

Recent advances in non-experimental comparison group designs

Recent advances in non-experimental comparison group designs Recent advances in non-experimental comparison group designs Elizabeth Stuart Johns Hopkins Bloomberg School of Public Health Department of Mental Health Department of Biostatistics Department of Health

More information

Comparisons of Dynamic Treatment Regimes using Observational Data

Comparisons of Dynamic Treatment Regimes using Observational Data Comparisons of Dynamic Treatment Regimes using Observational Data Bryan Blette University of North Carolina at Chapel Hill 4/19/18 Blette (UNC) BIOS 740 Final Presentation 4/19/18 1 / 15 Overview 1 Motivation

More information

The degree to which a measure is free from error. (See page 65) Accuracy

The degree to which a measure is free from error. (See page 65) Accuracy Accuracy The degree to which a measure is free from error. (See page 65) Case studies A descriptive research method that involves the intensive examination of unusual people or organizations. (See page

More information

Methodology for Non-Randomized Clinical Trials: Propensity Score Analysis Dan Conroy, Ph.D., inventiv Health, Burlington, MA

Methodology for Non-Randomized Clinical Trials: Propensity Score Analysis Dan Conroy, Ph.D., inventiv Health, Burlington, MA PharmaSUG 2014 - Paper SP08 Methodology for Non-Randomized Clinical Trials: Propensity Score Analysis Dan Conroy, Ph.D., inventiv Health, Burlington, MA ABSTRACT Randomized clinical trials serve as the

More information

Propensity Score Analysis Shenyang Guo, Ph.D.

Propensity Score Analysis Shenyang Guo, Ph.D. Propensity Score Analysis Shenyang Guo, Ph.D. Upcoming Seminar: April 7-8, 2017, Philadelphia, Pennsylvania Propensity Score Analysis 1. Overview 1.1 Observational studies and challenges 1.2 Why and when

More information

Homework 11: Brought to You by the Letters D, A and G

Homework 11: Brought to You by the Letters D, A and G Homework 11: Brought to You by the Letters D, A and G 36-402, Advanced Data Analysis Due at 10:30 am on Tuesday, 1 May 2012 The file sesame.csv contains data on an experiment which sought to learn whether

More information

Handling time varying confounding in observational research

Handling time varying confounding in observational research Handling time varying confounding in observational research Mohammad Ali Mansournia, 1 Mahyar Etminan, 2 Goodarz Danaei, 3 Jay S Kaufman, 4 Gary Collins 5 1 Department of Epidemiology and Biostatistics,

More information

Estimating Direct Effects of New HIV Prevention Methods. Focus: the MIRA Trial

Estimating Direct Effects of New HIV Prevention Methods. Focus: the MIRA Trial Estimating Direct Effects of New HIV Prevention Methods. Focus: the MIRA Trial Michael Rosenblum UCSF: Helen Cheng, Nancy Padian, Steve Shiboski, Ariane van der Straten Berkeley: Nicholas P. Jewell, Mark

More information

Informations forvisiting Doctors

Informations forvisiting Doctors Medical University of Graz Department of Orthopaedic Surgery Head of Department: Univ. Prof. Dr. Andreas Leithner Auenbruggerplatz 5, 8036 Graz Informations forvisiting Doctors at the Department of Orthopaedic

More information

(CORRELATIONAL DESIGN AND COMPARATIVE DESIGN)

(CORRELATIONAL DESIGN AND COMPARATIVE DESIGN) UNIT 4 OTHER DESIGNS (CORRELATIONAL DESIGN AND COMPARATIVE DESIGN) Quasi Experimental Design Structure 4.0 Introduction 4.1 Objectives 4.2 Definition of Correlational Research Design 4.3 Types of Correlational

More information

Adjusting for mode of administration effect in surveys using mailed questionnaire and telephone interview data

Adjusting for mode of administration effect in surveys using mailed questionnaire and telephone interview data Adjusting for mode of administration effect in surveys using mailed questionnaire and telephone interview data Karl Bang Christensen National Institute of Occupational Health, Denmark Helene Feveille National

More information

TRIPLL Webinar: Propensity score methods in chronic pain research

TRIPLL Webinar: Propensity score methods in chronic pain research TRIPLL Webinar: Propensity score methods in chronic pain research Felix Thoemmes, PhD Support provided by IES grant Matching Strategies for Observational Studies with Multilevel Data in Educational Research

More information

LAB ASSIGNMENT 4 INFERENCES FOR NUMERICAL DATA. Comparison of Cancer Survival*

LAB ASSIGNMENT 4 INFERENCES FOR NUMERICAL DATA. Comparison of Cancer Survival* LAB ASSIGNMENT 4 1 INFERENCES FOR NUMERICAL DATA In this lab assignment, you will analyze the data from a study to compare survival times of patients of both genders with different primary cancers. First,

More information