Package: transportr
Type: Package
Title: Transporting Intervention Effects from One Population to Another
Version: 0.1.0
Authors@R: 
    c(person(given = "Nicholas",
             family = "Williams",
             role = c("aut", "cre", "cph"),
             email = "ntwilliams.personal@gmail.com", 
             comment = c(ORCID = "0000-0002-1378-4831")), 
      person(given = "Kara",
             family = "Rudolph",
             role = c("aut", "cph"),
             email = "kr2854@cumc.columbia.edu", 
             comment = c(ORCID = "0000-0002-9417-7960")))
Description: Doubly-robust, non-parametric estimators for the transported average treatment effect from 
  Rudolph, Williams, Stuart, and Diaz (2023) <doi:10.48550/arXiv.2304.00117> and the 
  intent-to-treatment average treatment effect from Rudolph and van der Laan (2017)
  <doi:10.1111/rssb.12213>. Estimators are fit using cross-fitting and nuisance parameters are 
  estimated using the Super Learner algorithm.
License: GPL (>= 3)
Encoding: UTF-8
Imports: checkmate, cli, generics, ife, mlr3superlearner, origami, R6
RoxygenNote: 7.3.2
URL: https://github.com/nt-williams/transportr
BugReports: https://github.com/nt-williams/transportr/issues
Suggests: ranger, testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-02-19 17:43:26 UTC; nicholaswilliams
Author: Nicholas Williams [aut, cre, cph]
    (<https://orcid.org/0000-0002-1378-4831>),
  Kara Rudolph [aut, cph] (<https://orcid.org/0000-0002-9417-7960>)
Maintainer: Nicholas Williams <ntwilliams.personal@gmail.com>
Repository: CRAN
Date/Publication: 2025-02-20 18:10:02 UTC
Built: R 4.4.3; ; 2025-10-13 11:12:05 UTC; windows
