Building Causal Models

Total Page:16

File Type:pdf, Size:1020Kb

Building Causal Models 2/10/19 Building Causal Models Overview 1. What is Causality? 2. Benefits of thinking in causal models over multiple regression 3. Causal Identification 4. Choosing how to design a model 5. Starting with Meta-Models 6. Realizing Your Model 1 2/10/19 Correlation does not equal causation… but where there’s smoke, there’s fire. -Jim Grace xkcd Pearl’s Ladder of Causality 1. Observation: What can we learn? 3. Counterfactual – Can imagine what would happen under unobserved conditions - Requires model of a system - Requires identification of causality 2. Intervention – Understand what happens you do something - Experiments - Provides evidence of causal link 1. Observation – Cause is associated with effect - Correlation - Can only predict within the range of data Pearl and Mackenzie 2018 http://tylervigen.com/ 2 2/10/19 What We Want to Evaluate The World Exogenous Cause Cause Effect Cause Effect Mediator Cause 2 Intervention: Experiments! What can we Experiments: Manipulate Cause of learn? Interest Exogenous Cause=0 Exogenous Cause=0 X X X Cause Effect Cause = 0,1,2,… Effect X X Mediator=0 X Mediator=0 X Cause 2=0 Cause 2=0 3 2/10/19 Reality Check: Lots of Things Happen in Build The World to Make Counterfactual an Experiment Predictions Exogenous Cause HowCause much of this do we Effectneed to meaningfully understand if cause → effect? Mediator Cause 2 Overview Why move beyond multiple regression to causal models? 1. What is Causality? • We estimate the effect of exogenous variables 2. Benefits of thinking in causal models over controlling for all others multiple regression X1 • Covariances implied 3. Causal Identification X2 Y • Not controlling for the 4. Choosing how to design a model right variables = bad inference X3 5. Starting with Meta-Models • Controlling for the wrong 6. Realizing Your Model variables = bad inference 4 2/10/19 The Chain The Collider Causal Model Causal Model Be wary of this with post-treatment effects! Cause Mediator Effect Cause 1 Effect Cause 2 What it can do to Multiple Regression What it would do to Multiple Regression Cause • Mediator blocks cause Cause 1 • Conditions on effect, opening path between Effect • Looks like no or Cause 2 causes Mediator opposite link between Effect cause and effect • Creates spurious correlations Example of Collider Bias The Descendant • My cat jumps on my shoulders when Causal Model she is lonely, on a shelf next to me, or both. Cause Mediator Effect • It’s more likely she is satisfying one of those conditions at any one time, rather than both Descendant cat on shoulders What it would do to Multiple Regression • Thus, if she jumped from a shelf to my • Descendant still partially shoulders, I know she is likely not lonely Cause blocks cause On a Shelf? • I’d falsely conclude there’s a relationship Effect • Masks effect of cause – many possibilities between being on a shelf and loneliness Descendant • Same with descendent of Lonely? collider 5 2/10/19 The Fork The Bigger Problem… Causal Model Exogenous Cause Causal Model Exogenous Cause Cause Effect Cause Effect What it would do to Multiple Regression Univariate Regression Cause • • Effect Nothing – this is great! Cause Effect The relationship is contaminated – results Exogenous unreliable! Cause Omitted Variable Bias Overview 1. What is Causality? • We assume that sampling means that omitted variables Exogenous average to 0 2. Benefits of thinking in causal models over Cause – Omission produces downward bias in SE of coefficients multiple regression • But, if omitted variables are Cause Effect correlated causally with a 3. Causal Identification predictor, they likely are not averaged out 4. Choosing how to design a model • This will bias your estimates – You will not know in what 5. Starting with Meta-Models direction 6. Realizing Your Model 6 2/10/19 Bigger Problem Causal Identification All of your model Exogenous This Exogenous need not be causally Cause Cause identified - some may path describe associations Cause Effect is Cause Effect not But, you can only causally make counterfactual statements about identified parts that are Causal Identification How do we solve this problem? Causal identification Exogenous does not require Exogenous This Cause knowing ULTIMATE Cause cause path Cause Effect Cause Effect is Nor does it require not knowing exact causally mechanisms within a causal pathway identified 7 2/10/19 Solution 1: The Backdoor Criteria Proximate Backdoors • If we want to know the link between cause and effect Exogenous Cause Exogenous given variables that affect Cause both, we must include all variables with a path into the cause Proximate Cause Cause Effect • So, variables must block all backdoor paths from treatment to outcome • AND variables must not be Cause Effect descendants of the cause (i.e., no mediators – see the pipe!) Often we only have proximate variables in a backdoor path. Controlling for just them is sufficient. What Variables Block the Back Door? Space and Time Live in the Backdoor Site, Spatial and X1 Temporal Covariates and Lags Y2 Y3 Y1 Y4 Cause Effect There are two ways to build a multiple regression with closed back doors to determine if Y1 -> Y4. What are they? We will talk more of this with respect to random effects, and autocorrelation on day 4! 8 2/10/19 Finding Backdoors with dagitty Building a DAG with dagitty X1 • Great package for graph prototyping • Many ways to analyze graphs as well! Y2 Y3 To build a DAG Y1 Y4 g <- dagitty("dag{ g <- dagitty("dag{ x1 -> y1 ... x1 -> y2 }") x1 -> y3 y3 -> y4 y2 -> y4 y1 -> y4 }") Plot your DAG! How to Shut the Back Door X1 Y2 Y3 Y1 Y4 > adjustmentSets(g, exposure = "y1", outcome = "y4") { y2, y3 } plot(graphLayout(g)) { x1 } 9 2/10/19 Sometimes We Cannot Shut the Exercise: daggity Backdoor • Sketch a model of 4-5 variables in your system – Don’t think to hard (that’s for later!) Billion Dollar Environmental Covariates • See if you can figure out how to close any backdoors • Use daggity to find the back doors between a chosen pair Cause Effect n.b. can represent chains as: a -> b -> c ->d or colliders as: a -> b <- c Or, we suspect, but don’t know, of Solution 2: The Front-Door Criterion backdoors • A variable satisfies the front- Who Knows door criteria when it blocks Who all paths from X to Y. Knows • In practice, you need a ?? ?? ?? ?? causally identified mediating variable unaffected by anything else. Independent Independent Cause Mediator Effect • Thus, the influence of the Cause Mediator Effect cause is felt by the effect solely through its mediator. 10 2/10/19 Example: Herbivory Through the Front Front Doors and Instruments Door Tide Height, Fungal • Instrumental variables are Prevalence, Salinity, those that **only** affect Temperature, etc… Who the cause, and have no Knows relation to anything else ?? ?? • By examining their ?? ?? relationship to both the cause and effect, we can derive an estimate of the causal effect Leafhooper Leafhooper Cordgrass Instrument Cause Effect Abundance Damage Abundance • Also useful when cause and effect involved in a feedback Two Approaches in Instruments Path Represent Causal Relationships – but how solid is our inference? ic 1. Fit two models, leveraging • We state that a direct link the fact that Instrument Cause Exogenous IE = IC * CE between two variables Cause implies a causal link via a ie Instrument Effect so, CE = IE/IC dependence relationship Cause Effect • We estimate the strength of that relationship 2. Fit two models, but only Instrument Cause use fitted values of the Mediator • This is a soft causal claim Fitted cause for the second Effect Cause See ivreg 11 2/10/19 Conditional Independence and Hard Check yourself with daggity Causal Claims • We assume that two Exogenous variables not connected are Waves Cause independent, conditioned on their parent influences forest_mod <- dagitty("dag{ waves -> kelp -> algae algae -> inverts Cause Effect Mediator⊥Exogenous Cause | Cause Kelp Algae waves -> algae }") • This is a HARD causal claim, Mediator setting a path to 0 Invertebrates • Testable Check yourself with daggity Exercise: What are your independence relationships? X1 > impliedConditionalIndependencies(forest_mod) Waves Y2 Y3 inverts _||_ kelp | algae inverts _||_ waves | algae Y1 Y4 Kelp Algae > impliedConditionalIndependencies(g) x1 _||_ y4 | y1, y2, y3 Invertebrates y1 _||_ y2 | x1 y1 _||_ y3 | x1 y2 _||_ y3 | x1 12 2/10/19 Making Sure Pieces of your Model are Overview Causal 1. What is Causality? • Are there omitted variables? 2. Benefits of thinking in causal models over • If so, are they collinear with included variables? multiple regression • Can you shut the back door? • Can you shut the front door? 3. Causal Identification • Can I support all causal independence statements? 4. Choosing how to design a model • Be bold yet honest about causal interpretations! – Science advances by others noticing what you left out 5. Starting with Meta-Models 6. Realizing Your Model The Continuum of SEM What are the purpose of your modeling? • Discovery? structural equation modeling Sun Star Lobster Kelp Bass exploratory/ confirmatory/ model-building hypothesis-testing/ • Hypothesis applications model-comparison White Purple Red applications testing? Urchins Urchins Urchins Your goals will inform how you build your model • Making Giant Kelp Other Algae predictions? 13 2/10/19 What are the purpose of your modeling? What are the purpose of your modeling? Predators Top-Down? • Discovery? • Discovery? Species Herbivores Richness Giant Kelp Algal Cover Understory Kelp • Hypothesis • Hypothesis Summer
Recommended publications
  • Causal Inference with Information Fields
    Causal Inference with Information Fields Benjamin Heymann Michel De Lara Criteo AI Lab, Paris, France CERMICS, École des Ponts, Marne-la-Vallée, France [email protected] [email protected] Jean-Philippe Chancelier CERMICS, École des Ponts, Marne-la-Vallée, France [email protected] Abstract Inferring the potential consequences of an unobserved event is a fundamental scientific question. To this end, Pearl’s celebrated do-calculus provides a set of inference rules to derive an interventional probability from an observational one. In this framework, the primitive causal relations are encoded as functional dependencies in a Structural Causal Model (SCM), which maps into a Directed Acyclic Graph (DAG) in the absence of cycles. In this paper, by contrast, we capture causality without reference to graphs or functional dependencies, but with information fields. The three rules of do-calculus reduce to a unique sufficient condition for conditional independence: the topological separation, which presents some theoretical and practical advantages over the d-separation. With this unique rule, we can deal with systems that cannot be represented with DAGs, for instance systems with cycles and/or ‘spurious’ edges. We provide an example that cannot be handled – to the extent of our knowledge – with the tools of the current literature. 1 Introduction As the world shifts toward more and more data-driven decision-making, causal inference is taking more space in applied sciences, statistics and machine learning. This is because it allows for better, more robust decision-making, and provides a way to interpret the data that goes beyond correlation Pearl and Mackenzie [2018].
    [Show full text]
  • Automating Path Analysis for Building Causal Models from Data
    From: AAAI Technical Report WS-93-02. Compilation copyright © 1993, AAAI (www.aaai.org). All rights reserved. AutomatingPath Analysis for Building Causal Models from Data: First Results and Open Problems Paul R. Cohen Lisa BaUesteros AdamCarlson Robert St.Amant Experimental KnowledgeSystems Laboratory Department of Computer Science University of Massachusetts, Amherst [email protected]@cs.umass.edu [email protected] [email protected] Abstract mathematical basis than path analysis; they rely on evidence of nonindependence, a weaker criterion than Path analysis is a generalization of multiple linear regres- path analysis, which relies on evidence of correlation. sion that builds modelswith causal interpretations. It is Thosealgorithms will be discussed in a later section. an exploratory or discovery procedure for finding causal structure in correlational data. Recently, we have applied Wedeveloped the path analysis algorithm to help us path analysis to the problem of building models of AI discover causal explanations of how a complex AI programs, which are generally complex and poorly planning system works. The system, called Phoenix understood. For example, we built by hand a path- [Cohenet al., 89], simulates forest fires and the activities analytic causal model of the behavior of the Phoenix of agents such as bulldozers and helicopters. One agent, planner. Path analysis has a huge search space, however. called the fireboss, plans howthe others, whichare semi- If one measures N parameters of a system, then one can autonomous,should fight the fire; but things inevitably go build O(2N2) causal mbdels relating these parameters. wrong,winds shift, plans fail, bulldozers run out of gas, For this reason, we have developed an algorithm that and the fireboss soon has a crisis on its hands.
    [Show full text]
  • Week 2: Causal Inference
    Week 2: Causal Inference Marcelo Coca Perraillon University of Colorado Anschutz Medical Campus Health Services Research Methods I HSMP 7607 2020 These slides are part of a forthcoming book to be published by Cambridge University Press. For more information, go to perraillon.com/PLH. This material is copyrighted. Please see the entire copyright notice on the book's website. 1 Outline Correlation and causation Potential outcomes and counterfactuals Defining causal effects The fundamental problem of causal inference Solving the fundamental problem of causal inference: a) Randomization b) Statistical adjustment c) Other methods The ignorable treatment assignment assumption Stable Unit Treatment Value Assumption (SUTVA) Assignment mechanism 2 Big picture We are going to review the basic framework for understanding causal inference This is a fairly new area of research, although some of the statistical methods have been used for over a century The \new" part is the development of a mathematical notation and framework to understand and define causal effects This new framework has many advantages over the traditional way of understanding causality. For me, the biggest advantage is that we can talk about causal effects without having to use a specific statistical model (design versus estimation) In econometrics, the usual way of understanding causal inference is linked to the linear model (OLS, \general" linear model) { the zero conditional mean assumption in Wooldridge: whether the additive error term in the linear model, i , is correlated with the
    [Show full text]
  • Causal Inference and Data Fusion in Econometrics∗
    TECHNICAL REPORT R-51 First version: Dec, 2019 Last revision: March, 2021 Causal Inference and Data Fusion in Econometrics∗ Paul Hunermund¨ Elias Bareinboim Copenhagen Business School Columbia University [email protected] [email protected] Learning about cause and effect is arguably the main goal in applied economet- rics. In practice, the validity of these causal inferences is contingent on a number of critical assumptions regarding the type of data that has been collected and the substantive knowledge that is available about the phenomenon under investiga- tion. For instance, unobserved confounding factors threaten the internal validity of estimates, data availability is often limited to non-random, selection-biased sam- ples, causal effects need to be learned from surrogate experiments with imperfect compliance, and causal knowledge has to be extrapolated across structurally hetero- geneous populations. A powerful causal inference framework is required in order to tackle all of these challenges, which plague essentially any data analysis to varying degrees. Building on the structural approach to causality introduced by Haavelmo (1943) and the graph-theoretic framework proposed by Pearl (1995), the artificial intelligence (AI) literature has developed a wide array of techniques for causal learn- ing that allow to leverage information from various imperfect, heterogeneous, and biased data sources (Bareinboim and Pearl, 2016). In this paper, we discuss recent advances made in this literature that have the potential to contribute to econo- metric methodology along three broad dimensions. First, they provide a unified and comprehensive framework for causal inference, in which the above-mentioned problems can be addressed in full generality.
    [Show full text]
  • Path Analysis in Mplus: a Tutorial Using a Conceptual Model of Psychological and Behavioral Antecedents of Bulimic Symptoms in Young Adults
    ¦ 2019 Vol. 15 no. 1 Path ANALYSIS IN Mplus: A TUTORIAL USING A CONCEPTUAL MODEL OF PSYCHOLOGICAL AND BEHAVIORAL ANTECEDENTS OF BULIMIC SYMPTOMS IN YOUNG ADULTS Kheana Barbeau a, B, KaYLA Boileau A, FATIMA Sarr A & KEVIN Smith A A School OF Psychology, University OF Ottawa AbstrACT ACTING Editor Path ANALYSIS IS A WIDELY USED MULTIVARIATE TECHNIQUE TO CONSTRUCT CONCEPTUAL MODELS OF psychological, cognitive, AND BEHAVIORAL phenomena. Although CAUSATION CANNOT BE INFERRED BY Roland PfiSTER (Uni- VERSIT¨AT Wurzburg)¨ USING THIS technique, RESEARCHERS UTILIZE PATH ANALYSIS TO PORTRAY POSSIBLE CAUSAL LINKAGES BETWEEN Reviewers OBSERVABLE CONSTRUCTS IN ORDER TO BETTER UNDERSTAND THE PROCESSES AND MECHANISMS BEHIND A GIVEN phenomenon. The OBJECTIVES OF THIS TUTORIAL ARE TO PROVIDE AN OVERVIEW OF PATH analysis, step-by- One ANONYMOUS re- VIEWER STEP INSTRUCTIONS FOR CONDUCTING PATH ANALYSIS IN Mplus, AND GUIDELINES AND TOOLS FOR RESEARCHERS TO CONSTRUCT AND EVALUATE PATH MODELS IN THEIR RESPECTIVE fiELDS OF STUDY. These OBJECTIVES WILL BE MET BY USING DATA TO GENERATE A CONCEPTUAL MODEL OF THE psychological, cognitive, AND BEHAVIORAL ANTECEDENTS OF BULIMIC SYMPTOMS IN A SAMPLE OF YOUNG adults. KEYWORDS TOOLS Path analysis; Tutorial; Eating Disorders. Mplus. B [email protected] KB: 0000-0001-5596-6214; KB: 0000-0002-1132-5789; FS:NA; KS:NA 10.20982/tqmp.15.1.p038 Introduction QUESTIONS AND IS COMMONLY EMPLOYED FOR GENERATING AND EVALUATING CAUSAL models. This TUTORIAL AIMS TO PROVIDE ba- Path ANALYSIS (also KNOWN AS CAUSAL modeling) IS A multi- SIC KNOWLEDGE IN EMPLOYING AND INTERPRETING PATH models, VARIATE STATISTICAL TECHNIQUE THAT IS OFTEN USED TO DETERMINE GUIDELINES FOR CREATING PATH models, AND UTILIZING Mplus TO IF A PARTICULAR A PRIORI CAUSAL MODEL fiTS A RESEARCHER’S DATA CONDUCT PATH analysis.
    [Show full text]
  • STATS 361: Causal Inference
    STATS 361: Causal Inference Stefan Wager Stanford University Spring 2020 Contents 1 Randomized Controlled Trials 2 2 Unconfoundedness and the Propensity Score 9 3 Efficient Treatment Effect Estimation via Augmented IPW 18 4 Estimating Treatment Heterogeneity 27 5 Regression Discontinuity Designs 35 6 Finite Sample Inference in RDDs 43 7 Balancing Estimators 52 8 Methods for Panel Data 61 9 Instrumental Variables Regression 68 10 Local Average Treatment Effects 74 11 Policy Learning 83 12 Evaluating Dynamic Policies 91 13 Structural Equation Modeling 99 14 Adaptive Experiments 107 1 Lecture 1 Randomized Controlled Trials Randomized controlled trials (RCTs) form the foundation of statistical causal inference. When available, evidence drawn from RCTs is often considered gold statistical evidence; and even when RCTs cannot be run for ethical or practical reasons, the quality of observational studies is often assessed in terms of how well the observational study approximates an RCT. Today's lecture is about estimation of average treatment effects in RCTs in terms of the potential outcomes model, and discusses the role of regression adjustments for causal effect estimation. The average treatment effect is iden- tified entirely via randomization (or, by design of the experiment). Regression adjustments may be used to decrease variance, but regression modeling plays no role in defining the average treatment effect. The average treatment effect We define the causal effect of a treatment via potential outcomes. For a binary treatment w 2 f0; 1g, we define potential outcomes Yi(1) and Yi(0) corresponding to the outcome the i-th subject would have experienced had they respectively received the treatment or not.
    [Show full text]
  • Basic Concepts of Statistical Inference for Causal Effects in Experiments and Observational Studies
    Basic Concepts of Statistical Inference for Causal Effects in Experiments and Observational Studies Donald B. Rubin Department of Statistics Harvard University The following material is a summary of the course materials used in Quantitative Reasoning (QR) 33, taught by Donald B. Rubin at Harvard University. Prepared with assistance from Samantha Cook, Elizabeth Stuart, and Jim Greiner. c 2004, Donald B. Rubin Last update: 22 August 2005 1 0-1.2 The perspective on causal inference taken in this course is often referred to as the “Rubin Causal Model” (e.g., Holland, 1986) to distinguish it from other commonly used perspectives such as those based on regression or relative risk models. Three primary features distinguish the Rubin Causal Model: 1. Potential outcomes define causal effects in all cases: randomized experiments and observational studies Break from the tradition before the 1970’s • Key assumptions, such as stability (SUTVA) can be stated formally • 2. Model for the assignment mechanism must be explicated for all forms of inference Assignment mechanism process for creating missing data in the potential outcomes • Allows possible dependence of process on potential outcomes, i.e., confounded designs • Randomized experiments a special case whose benefits for causal inference can be formally stated • 3. The framework allows specification of a joint distribution of the potential outcomes Framework can thus accommodate both assignment-mechanism-based (randomization-based or design- • based) methods and predictive (model-based or Bayesian) methods of causal inference One unified perspective for distinct methods of causal inference instead of two separate perspectives, • one traditionally used for randomized experiment, the other traditionally used for observational studies Creates a firm foundation for methods for dealing with complications such as noncompliance and dropout, • which are especially flexible from a Bayesian perspective 2 0-1.1 Basic Concepts of Statistical Inference for Causal Effects in Experiments and Observational Studies I.
    [Show full text]
  • Causal and Path Model Analysis of the Organizational Characteristics of Civil Defense System Simon Wen-Lon Tai Iowa State University
    Iowa State University Capstones, Theses and Retrospective Theses and Dissertations Dissertations 1972 Causal and path model analysis of the organizational characteristics of civil defense system Simon Wen-Lon Tai Iowa State University Follow this and additional works at: https://lib.dr.iastate.edu/rtd Part of the Sociology Commons Recommended Citation Tai, Simon Wen-Lon, "Causal and path model analysis of the organizational characteristics of civil defense system " (1972). Retrospective Theses and Dissertations. 5280. https://lib.dr.iastate.edu/rtd/5280 This Dissertation is brought to you for free and open access by the Iowa State University Capstones, Theses and Dissertations at Iowa State University Digital Repository. It has been accepted for inclusion in Retrospective Theses and Dissertations by an authorized administrator of Iowa State University Digital Repository. For more information, please contact [email protected]. INFORMATION TO USERS This dissertation was produced from a microfilm copy of the original document. While the most advanced technological means to photograph and reproduce this document have been used, the quality is heavily dependent upon the quality of the original submitted. The following explanation of techniques is provided to help you understand markings or patterns which may appear on this reproduction. 1. The sign or "target" for pages apparently lacking from the document photographed is "Missing Page(s)". If it was possible to obtain the missing page(s) or section, they are spliced into the film along with adjacent pages. This may have necessitated cutting thru an image and duplicating adjacent pages to insure you complete continuity. 2. When an image on the film is obliterated with a large round black mark, it is an indication that the photographer suspected that the copy may have moved during exposure and thus cause a blurred image.
    [Show full text]
  • Generalized Correlations and Kernel Causality Using R Package Generalcorr
    Generalized Correlations and Kernel Causality Using R Package generalCorr Hrishikesh D. Vinod* October 3, 2017 Abstract Karl Pearson developed the correlation coefficient r(X,Y) in 1890's. Vinod (2014) develops new generalized correlation coefficients so that when r∗(Y X) > r∗(X Y) then X is the \kernel cause" of Y. Vinod (2015a) arguesj that kernelj causality amounts to model selection be- tween two kernel regressions, E(Y X) = g1(X) and E(X Y) = g2(Y) and reports simulations favoring kernelj causality. An Rj software pack- age called `generalCorr' (at www.r-project.org) computes general- ized correlations, partial correlations and plausible causal paths. This paper describes various R functions in the package, using examples to describe them. We are proposing an alternative quantification to extensive causality apparatus of Pearl (2010) and additive-noise type methods in Mooij et al. (2014), who seem to offer no R implementa- tions. My methods applied to certain public benchmark data report a 70-75% success rate. We also describe how to use the package to assess endogeneity of regressors. Keywords: generalized measure of correlation, non-parametric regres- sion, partial correlation, observational data, endogeneity. *Vinod: Professor of Economics, Fordham University, Bronx, New York, USA 104 58. E-mail: [email protected]. A version of this paper was presented at American Statistical Association's Conference on Statistical Practice (CSP) on Feb. 19, 2016, in San Diego, California, and also at the 11-th Greater New York Metro Area Econometrics Colloquium, Johns Hopkins University, Baltimore, Maryland, on March 5, 2016. I thank Dr Pierre Marie Windal of Paris for pointing out an error in partial correlation coefficients.
    [Show full text]
  • Elements of Causal Inference
    Elements of Causal Inference Foundations and Learning Algorithms Adaptive Computation and Machine Learning Francis Bach, Editor Christopher Bishop, David Heckerman, Michael Jordan, and Michael Kearns, As- sociate Editors A complete list of books published in The Adaptive Computation and Machine Learning series appears at the back of this book. Elements of Causal Inference Foundations and Learning Algorithms Jonas Peters, Dominik Janzing, and Bernhard Scholkopf¨ The MIT Press Cambridge, Massachusetts London, England c 2017 Massachusetts Institute of Technology This work is licensed to the public under a Creative Commons Attribution- Non- Commercial-NoDerivatives 4.0 license (international): http://creativecommons.org/licenses/by-nc-nd/4.0/ All rights reserved except as licensed pursuant to the Creative Commons license identified above. Any reproduction or other use not licensed as above, by any electronic or mechanical means (including but not limited to photocopying, public distribution, online display, and digital information storage and retrieval) requires permission in writing from the publisher. This book was set in LaTeX by the authors. Printed and bound in the United States of America. Library of Congress Cataloging-in-Publication Data Names: Peters, Jonas. j Janzing, Dominik. j Scholkopf,¨ Bernhard. Title: Elements of causal inference : foundations and learning algorithms / Jonas Peters, Dominik Janzing, and Bernhard Scholkopf.¨ Description: Cambridge, MA : MIT Press, 2017. j Series: Adaptive computation and machine learning series
    [Show full text]
  • The Book of Why Presentation Transcription
    “The Book of Why” For Epidemiologists Prof. George Davey Smith and Prof. Judea Pearl UCLA May 29, 2019 Start: 3:20 Finish: 46:07 Thanks again for the invite to UCLA. I would first like to ask, and you’ve got to not be influenced by the fact that Judea is here... I want to see who have got ‘The Book of Why’? So that is the majority of people. Keep those hands up, people are holding them up .. they want to get it signed. Who has read any of it? Who has read it all the way through? Okay so, some hands have gone down. Okay, so I have structured this around talking about ’The Book of Why’ from the perspective of an empirical researcher. Also I would imagine some of you who haven’t read ‘The Book of Why’, students might also know the primer that Judea and colleagues wrote as well. So if you have read either of them then this is fine. (Slide 2) I’m going to outline as I see it the value of DAG theory to epidemiology. I’m also going to say a bit about the reality of use of DAGs in epidemiology, some of which has come from my experience of having to read a very large number of papers as the editor of the International Journal of Epidemiology. We were getting 1000 papers a year by the time I was worn out, well Shah Ebrahim and I (there were two of us co-editing it, with a team including Karen Michaels as associate editors).
    [Show full text]
  • Tutorial: Causal Model Search
    Tutorial: Causal Model Search Richard Scheines Carnegie Mellon University Peter Spirtes, Clark Glymour, Joe Ramsey, others 1 Goals 1) Convey rudiments of graphical causal models 2) Basic working knowledge of Tetrad IV 2 Tetrad: Complete Causal Modeling Tool 3 Tetrad 1) Main website: http://www.phil.cmu.edu/projects/tetrad/ 2) Download: http://www.phil.cmu.edu/projects/tetrad/current.html 3) Data files: workshop.new.files.zip in www.phil.cmu.edu/projects/tetrad_download/download/workshop/Data/ 4) Download from Data directory: • tw.txt • Charity.txt • Optional: • estimation1.tet, estimation2.tet • search1.tet, search2.tet, search3.tet 4 Outline 1) Motivation 2) Representing/Modeling Causal Systems 3) Estimation and Model fit 4) Causal Model Search 5 Statistical Causal Models: Goals 1) Policy, Law, and Science: How can we use data to answer a) subjunctive questions (effects of future policy interventions), or b) counterfactual questions (what would have happened had things been done differently (law)? c) scientific questions (what mechanisms run the world) 2) Rumsfeld Problem: Do we know what we do and don’t know: Can we tell when there is or is not enough information in the data to answer causal questions? 6 Causal Inference Requires More than Probability Prediction from Observation ≠ Prediction from Intervention P(Lung Cancer 1960 = y | Tar-stained fingers 1950 = no) ≠ P(Lung Cancer 1960 = y | Tar-stained fingers 1950set = no) In general: P(Y=y | X=x, Z=z) ≠ P(Y=y | Xset=x, Z=z) Causal Prediction vs. Statistical Prediction: Non-experimental data P(Y,X,Z) P(Y=y | X=x, Z=z) (observational study) P(Y=y | X =x, Z=z) Background Knowledge Causal Structure set 7 Causal Search Causal Search: 1.
    [Show full text]