Package: banditsCI
Title: Bandit-Based Experiments and Policy Evaluation
Version: 1.0.0
Authors@R: c(
    person("Molly", "Offer-Westort", email = "mollyow@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-2787-9919")),
    person("Yinghui", "Zhou", email = "yz4690@columbia.edu", role = c("aut"), comment = c(ORCID = "0009-0002-3515-9751")),
    person("Ruohan", "Zhan", email = "rhzhan@ust.hk", role = c("aut"), comment = c(ORCID = "0000-0002-3426-2784")))
Description: Frequentist inference on adaptively generated data. The methods implemented are based on Zhan et al. (2021) <doi:10.48550/arXiv.2106.02029> and Hadad et al. (2021) <doi:10.48550/arXiv.1911.02768>. For illustration, several functions for simulating non-contextual and contextual adaptive experiments using Thompson sampling are also supplied. 
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.2.3
URL: https://github.com/UChicago-pol-methods/banditsCI,
        https://uchicago-pol-methods.github.io/banditsCI/
BugReports: https://github.com/UChicago-pol-methods/banditsCI/issues
Suggests: knitr (>= 1.43), rmarkdown (>= 2.23), testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports: glmnet (>= 4.1-6), MASS (>= 7.3-56), mvtnorm (>= 1.2-2),
        Rdpack (>= 2.6)
RdMacros: Rdpack
Collate: 'experiment_utils.R' 'adaptive_utils.R' 'errors.R'
VignetteBuilder: knitr
Depends: R (>= 3.5.0)
NeedsCompilation: no
Packaged: 2024-11-26 14:18:18 UTC; moffer
Author: Molly Offer-Westort [aut, cre, cph]
    (<https://orcid.org/0000-0003-2787-9919>),
  Yinghui Zhou [aut] (<https://orcid.org/0009-0002-3515-9751>),
  Ruohan Zhan [aut] (<https://orcid.org/0000-0002-3426-2784>)
Maintainer: Molly Offer-Westort <mollyow@gmail.com>
Repository: CRAN
Date/Publication: 2024-11-29 09:20:02 UTC
Built: R 4.6.0; ; 2025-07-18 06:27:24 UTC; unix
