Package: ddml
Title: Double/Debiased Machine Learning
Version: 0.2.1
Date: 2024-05-23
Authors@R: c(
    person("Achim", "Ahrens", role = "aut"),
    person("Christian B", "Hansen", role = "aut"),
    person("Mark E", "Schaffer", role = "aut"),
    person("Thomas", "Wiemann", role = c("aut", "cre"), email = "wiemann@uchicago.edu"))
Description: Estimate common causal parameters using double/debiased machine 
    learning as proposed by Chernozhukov et al. (2018) <doi:10.1111/ectj.12097>. 
    'ddml' simplifies estimation based on (short-)stacking as discussed in 
    Ahrens et al. (2024) <doi:10.48550/arXiv.2401.01645>, which leverages multiple base 
    learners to increase robustness to the underlying data generating process.
License: GPL (>= 3)
URL: https://github.com/thomaswiemann/ddml,
        https://thomaswiemann.com/ddml/
BugReports: https://github.com/thomaswiemann/ddml/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Depends: R (>= 3.6)
Imports: methods, stats, AER, MASS, Matrix, nnls, quadprog, glmnet,
        ranger, xgboost
Suggests: sandwich, covr, testthat (>= 3.0.0), knitr, rmarkdown
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-05-25 15:21:14 UTC; thomas
Author: Achim Ahrens [aut],
  Christian B Hansen [aut],
  Mark E Schaffer [aut],
  Thomas Wiemann [aut, cre]
Maintainer: Thomas Wiemann <wiemann@uchicago.edu>
Repository: CRAN
Date/Publication: 2024-05-26 08:00:21 UTC
Built: R 4.2.3; ; 2024-05-26 09:18:30 UTC; unix
