Package: BayesRegDTR
Type: Package
Title: Bayesian Regression for Dynamic Treatment Regimes
Version: 1.0.1
Authors@R: c(
    person(
      "Jeremy", "Lim",
      email = "jeremylim23@gmail.com",
      role = c("aut", "cre")
    ),
    person(
      "Weichang", "Yu",
      email = "weichang.yu@unimelb.edu.au",
      role = c("aut"), 
      comment = c(ORCID = "0000-0002-0399-3779")
    )
  )
Description: Methods to estimate optimal dynamic treatment regimes using Bayesian
    likelihood-based regression approach as described in 
    Yu, W., & Bondell, H. D. (2023) <doi:10.1093/jrsssb/qkad016>
    Uses backward induction and dynamic programming theory for computing
    expected values. Offers options for future parallel computing.
License: GPL (>= 3)
Imports: Rcpp (>= 1.0.13-1), mvtnorm, foreach, progressr, stats, future
Depends: doRNG
Suggests: cli, testthat (>= 3.0.0), doFuture
LinkingTo: Rcpp, RcppArmadillo
Encoding: UTF-8
RoxygenNote: 7.3.2
URL: https://github.com/jlimrasc/BayesRegDTR
BugReports: https://github.com/jlimrasc/BayesRegDTR/issues
Config/testthat/edition: 3
NeedsCompilation: yes
Packaged: 2025-06-24 10:16:44 UTC; jerem
Author: Jeremy Lim [aut, cre],
  Weichang Yu [aut] (ORCID: <https://orcid.org/0000-0002-0399-3779>)
Maintainer: Jeremy Lim <jeremylim23@gmail.com>
Repository: CRAN
Date/Publication: 2025-06-27 13:20:02 UTC
Built: R 4.6.0; aarch64-apple-darwin20; 2025-07-18 05:15:24 UTC; unix
Archs: BayesRegDTR.so.dSYM
