English

DoubleML -- An Object-Oriented Implementation of Double Machine Learning in R

Machine Learning 2024-06-06 v6 Machine Learning Econometrics

Abstract

The R package DoubleML implements the double/debiased machine learning framework of Chernozhukov et al. (2018). It provides functionalities to estimate parameters in causal models based on machine learning methods. The double machine learning framework consist of three key ingredients: Neyman orthogonality, high-quality machine learning estimation and sample splitting. Estimation of nuisance components can be performed by various state-of-the-art machine learning methods that are available in the mlr3 ecosystem. DoubleML makes it possible to perform inference in a variety of causal models, including partially linear and interactive regression models and their extensions to instrumental variable estimation. The object-oriented implementation of DoubleML enables a high flexibility for the model specification and makes it easily extendable. This paper serves as an introduction to the double machine learning framework and the R package DoubleML. In reproducible code examples with simulated and real data sets, we demonstrate how DoubleML users can perform valid inference based on machine learning methods.

Keywords

Cite

@article{arxiv.2103.09603,
  title  = {DoubleML -- An Object-Oriented Implementation of Double Machine Learning in R},
  author = {Philipp Bach and Victor Chernozhukov and Malte S. Kurz and Martin Spindler and Sven Klaassen},
  journal= {arXiv preprint arXiv:2103.09603},
  year   = {2024}
}

Comments

56 pages, 8 Figures, 1 Table; Updated version for DoubleML 1.0.0; Updated version due to changes in R package paradox (for parameter tuning with mlr3)

R2 v1 2026-06-24T00:16:19.009Z