Installing DoubleML

Installation

Please note that the current version of the DoubleML package for R is still under development and that the code might be subject to changes.

Installation from CRAN

For installation from CRAN type

install.packages("DoubleML")

Load the package after completed installation.

library(DoubleML)

Installation from GitHub

The DoubleML package for R can be downloaded using (previous installation of the remotes package is required).

remotes::install_github("DoubleML/doubleml-for-r")

Load the package after completed installation.

library(DoubleML)

The python package DoubleML is available via the github repository. For more information, please visit our user guide.