R/ddml.R

#' ddml: Double/Debiased Machine Learning in R
#'
#' @docType package
#' @name ddml
#'
#' @description Estimate common causal parameters using double/debiased machine
#'     learning as proposed by Chernozhukov et al. (2018).
#'     'ddml' simplifies estimation based on (short-)stacking, which leverages
#'     multiple base learners to increase robustness to the underlying
#'     data generating process.
#'
#' @references
#' Chernozhukov V, Chetverikov D, Demirer M, Duflo E, Hansen C B, Newey W,
#'     Robins J (2018). "Double/debiased machine learning for treatment and
#'     structural parameters." The Econometrics Journal, 21(1), C1-C68.
NULL

Try the ddml package in your browser

Any scripts or data that you put into this service are public.

ddml documentation built on Oct. 3, 2024, 1:13 a.m.