Package: GPCERF
Title: Gaussian Processes for Estimating Causal Exposure Response
        Curves
Version: 0.1.0
Authors@R: c(
    person("Naeem", "Khoshnevis", email = "nkhoshnevis@g.harvard.edu",
           role=c("aut","cre"), 
           comment = c(ORCID = "0000-0003-4315-1426", AFFILIATION="FASRC")),
    person("Boyu", "Ren", email = "bren@partners.org",
           role= c("aut"),            
           comment = c(ORCID = "0000-0002-5300-1184", AFFILIATION="McLean Hospital")),
    person("Tanujt", "Dey", email = "tdey@bwh.harvard.edu",
           role= c("ctb"),            
           comment = c(ORCID = "0000-0001-5559-211X", AFFILIATION="HMS")),
    person("Danielle","Braun", email = "dbraun@hsph.harvard.edu",
           role=c("aut"),     
           comment = c(ORCID = "0000-0002-5177-8598", AFFILIATION="HSPH")))
Maintainer: Naeem Khoshnevis <nkhoshnevis@g.harvard.edu>
Description: Provides a non-parametric Bayesian framework based on Gaussian process priors for estimating causal effects of a continuous exposure and detecting change points in the causal exposure response curves using observational data. Ren, B., Wu, X., Braun, D., Pillai, N., & Dominici, F.(2021). "Bayesian modeling for exposure response curve via gaussian processes: Causal effects of exposure to air pollution on health outcomes." arXiv preprint <arXiv:2105.03454>.
License: GPL (>= 3)
Language: en-US
URL: https://github.com/NSAPH-Software/GPCERF
BugReports: https://github.com/NSAPH-Software/GPCERF/issues
Copyright: Harvard University
Imports: parallel, data.table, xgboost, stats, MASS, spatstat.geom,
        logger, Rcpp, ggplot2, rlang, Matrix
Encoding: UTF-8
RoxygenNote: 7.1.2
Depends: R (>= 3.5.0)
Suggests: rmarkdown, knitr, testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
LinkingTo: RcppArmadillo, Rcpp
NeedsCompilation: yes
Packaged: 2022-06-30 14:33:22 UTC; nak443
Author: Naeem Khoshnevis [aut, cre] (<https://orcid.org/0000-0003-4315-1426>,
    FASRC),
  Boyu Ren [aut] (<https://orcid.org/0000-0002-5300-1184>, McLean
    Hospital),
  Tanujt Dey [ctb] (<https://orcid.org/0000-0001-5559-211X>, HMS),
  Danielle Braun [aut] (<https://orcid.org/0000-0002-5177-8598>, HSPH)
Repository: CRAN
Date/Publication: 2022-07-02 09:50:02 UTC
