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

Note: We plan to push a first release of the DoubleML package to CRAN very soon. Until then the installation of a released version is only possible from the DoubleML GitHub repository. The steps for installation from GitHub are explained below.

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.