Package: ddml
Title: Double/Debiased Machine Learning
Version: 0.3.0
Date: 2024-10-02
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.1177/1536867X241233641>, 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-10-02 15:38:02 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-10-02 20:20:18 UTC
