Treffer: Introduction to computational causal inference using reproducible Stata, R, and Python code: A tutorial.

Title:
Introduction to computational causal inference using reproducible Stata, R, and Python code: A tutorial.
Publication Year:
2021
Collection:
Sistema Sanitario Público de Andalucía (SSPA): Repositorio
Document Type:
Fachzeitschrift article in journal/newspaper
Language:
English
ISSN:
34713468
1097-0258
DOI:
10.1002/sim.9234
Rights:
Attribution 4.0 International ; http://creativecommons.org/licenses/by/4.0/ ; open access
Accession Number:
edsbas.75FC45E5
Database:
BASE

Weitere Informationen

The main purpose of many medical studies is to estimate the effects of a treatment or exposure on an outcome. However, it is not always possible to randomize the study participants to a particular treatment, therefore observational study designs may be used. There are major challenges with observational studies; one of which is confounding. Controlling for confounding is commonly performed by direct adjustment of measured confounders; although, sometimes this approach is suboptimal due to modeling assumptions and misspecification. Recent advances in the field of causal inference have dealt with confounding by building on classical standardization methods. However, these recent advances have progressed quickly with a relative paucity of computational-oriented applied tutorials contributing to some confusion in the use of these methods among applied researchers. In this tutorial, we show the computational implementation of different causal inference estimators from a historical perspective where new estimators were developed to overcome the limitations of the previous estimators (ie, nonparametric and parametric g-formula, inverse probability weighting, double-robust, and data-adaptive estimators). We illustrate the implementation of different methods using an empirical example from the Connors study based on intensive care medicine, and most importantly, we provide reproducible and commented code in Stata, R, and Python for researchers to adapt in their own observational study. The code can be accessed at https://github.com/migariane/Tutorial_Computational_Causal_Inference_Estimators.