Package: causalOT
Type: Package
Title: Optimal Transport Weights for Causal Inference
Version: 0.1.2
Date: 2022-08-30
Author: Eric Dunipace [aut, cre] (<https://orcid.org/0000-0001-8909-213X>)
Authors@R: 
    person("Eric", "Dunipace", 
        role = c("aut", "cre"),
        email = "edunipace@mail.harvard.edu",
        comment = c(ORCID = "0000-0001-8909-213X"))
Maintainer: Eric Dunipace <edunipace@mail.harvard.edu>
Description: Uses optimal transport distances to find probabilistic 
    matching estimators for causal inference.
    These methods are described in Dunipace, Eric (2021) <arXiv:2109.01991>.
    The package will build the weights, estimate treatment effects, and
    calculate confidence intervals via the methods described in the paper.
    The package also supports several other methods as described in the help 
    files.
License: GPL (>= 3.0)
Imports: approxOT, Matrix, matrixStats, methods, lbfgsb3c, loo, osqp,
        pbapply, reticulate, R6 (>= 2.4.1), Rcpp (>= 1.0.3), RSpectra,
        sandwich
LinkingTo: BH (>= 1.66.0), Rcpp (>= 0.12.0), RcppEigen (>= 0.3.3.3.0),
Suggests: CBPS, data.table (>= 1.12.8), rstan (>= 2.19.3), Rmosek,
        testthat (>= 2.1.0), knitr, rmarkdown
Biarch: true
Depends: R (>= 3.5.0)
Encoding: UTF-8
RoxygenNote: 7.2.1
LazyData: true
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2022-08-30 07:05:13 UTC; eifer
Repository: CRAN
Date/Publication: 2022-09-04 14:30:12 UTC
Built: R 4.1.3; x86_64-w64-mingw32; 2023-04-17 16:49:01 UTC; windows
Archs: i386, x64
