Package: precmed
Type: Package
Title: Precision Medicine
Version: 1.0.0
Authors@R: c(person(given = "Lu", 
                    family = "Tian", 
                    email = "lutian@stanford.edu",
                    role = "aut",
                    comment="https://orcid.org/0000-0002-5893-0169"),
            person(given = "Xiaotong",  
                   family = "Jiang",
                   email = "xiaotong.phoebe.jiang@gmail.com",
                   role = "aut",
                   comment="https://orcid.org/0000-0003-3698-4526"),
            person(given = "Gabrielle", 
                   family = "Simoneau",
                   email = "gabrielle.simoneau@mail.mcgill.ca",
                   role = "aut", 
                   comment="https://orcid.org/0000-0001-9310-6274"),
            person("Biogen  MA  Inc.", role="cph"),
            person(given = "Thomas", 
                   family = "Debray", 
                   role = c("ctb", "cre"), 
                   email = "tdebray@fromdatatowisdom.com",
                   comment="https://orcid.org/0000-0002-1790-2719"),
            person(given = "Stan", 
                   family = "Wijn", 
                   role = "ctb"),
            person(given = "Joana", 
                   family = "Caldas", 
                   role = "ctb"))
Description: A doubly robust precision medicine approach to fit, cross-validate and visualize prediction models for the conditional average treatment effect (CATE). It implements doubly robust estimation and semiparametric modeling approach of treatment-covariate interactions as proposed by Yadlowsky et al. (2020) <doi:10.1080/01621459.2020.1772080>.
Depends: R (>= 3.5.0)
License: Apache License (== 2.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
Imports: dplyr, gbm, gam, ggplot2, glmnet, graphics, MASS, MESS, mgcv,
        rlang, stringr, tidyr, survival, randomForestSRC
NeedsCompilation: no
Packaged: 2022-10-11 13:11:14 UTC; Thomas
Author: Lu Tian [aut] (<https://orcid.org/0000-0002-5893-0169>),
  Xiaotong Jiang [aut] (<https://orcid.org/0000-0003-3698-4526>),
  Gabrielle Simoneau [aut] (<https://orcid.org/0000-0001-9310-6274>),
  Biogen MA Inc. [cph],
  Thomas Debray [ctb, cre] (<https://orcid.org/0000-0002-1790-2719>),
  Stan Wijn [ctb],
  Joana Caldas [ctb]
Maintainer: Thomas Debray <tdebray@fromdatatowisdom.com>
Repository: CRAN
Date/Publication: 2022-10-12 14:40:05 UTC
Built: R 4.2.0; ; 2023-07-11 02:59:35 UTC; unix
