Giter Site home page Giter Site logo

causal-inference-missing's Introduction

causal-inference-missing

This repository contains codes and pipelines associated with the article Doubly robust treatment effect estimation with missing attributes by Mayer et al. (2020).

General use

A full pipeline for estimating treatment effects in the presence of missing attributes, i.e., incomplete confounders and covariates, is provided in pipeline_causal_inference_with_missing_attributes.Rmd. This pipeline can be applied directly on a custom data set (the default is a simulated toy example), provided that it suits the format as follows:

  • X.na: confounders. A data.frame of size #observations x #covariates. With or without missing values.
  • W: treatment assignment. A binary vector coded either with {0,1} or with {FALSE,TRUE} (representing {control,treatment}). Without missing values.
  • Y: observed outcome. A numerical or binary vector (if binary, then coded with {0,1}). Without missing values.

Application: Effect of Tranexamic Acid on Traumatic Brain Injury

The methodology has been applied on a medical question, the effect of the drug tranexamic acid on mortality among traumatic brain injury patients. The data used for this application is extracted from the Traumabase® registry. This registry is only available upon request. However we provide the code used to analyse the data and to estimate the ATE in this context in TranexamicAcid/ate_analysis_traumabase_example.Rmd.

Reference:

Mayer, Imke, Erik Sverdrup, Tobias Gauss, Jean-Denis Moyer, Stefan Wager, and Julie Josse. 2020. "Doubly Robust Treatment Effect Estimation with Missing Attributes." Annals of Applied Statistics 14 (3): 1409–31.

causal-inference-missing's People

Contributors

imkemayer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.