Package: whatifbandit
Title: Analyzing Randomized Experiments Using Multi-Arm Bandits
Version: 1.0.2
Authors@R: c(
    person("Noah", "Ochital", , "no9857a@american.edu", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0009-0009-0398-2963")),
    person("Ryan T.", "Moore", , "rtm@american.edu", role = c("ctb", "cph"),
           comment = c(ORCID = "0000-0002-3916-8113"))
  )
Description: Simulates response-adaptive experimental trials using
    Multi-Arm Bandits. Adaptive robust estimators defined in Hadad et al.
    (2021) <doi:10.1073/pnas.2014602118> and Offer-Westort et al. (2021)
    <doi:10.1111/ajps.12597> are used to robustly estimate conditional
    expectations and treatment effects. Provides significant simulation
    customization options for imperfect information, non-stationary
    bandits, and increased exploration strategies for assignments.
License: GPL (>= 3)
URL: https://github.com/Noch05/whatifbandit
BugReports: https://github.com/Noch05/whatifbandit/issues
Depends: R (>= 4.1.0)
Imports: bandit, clubSandwich, data.table (>= 1.18.0), dplyr, estimatr,
        furrr, lubridate, methods, purrr, randomizr, rlang, tibble,
        tidyr
Suggests: future, ggplot2, knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
LazyData: true
RoxygenNote: 8.0.0
NeedsCompilation: no
Packaged: 2026-07-22 23:17:28 UTC; noah
Author: Noah Ochital [aut, cre, cph] (ORCID:
    <https://orcid.org/0009-0009-0398-2963>),
  Ryan T. Moore [ctb, cph] (ORCID:
    <https://orcid.org/0000-0002-3916-8113>)
Maintainer: Noah Ochital <no9857a@american.edu>
Repository: CRAN
Date/Publication: 2026-07-23 10:50:02 UTC
Built: R 4.6.1; ; 2026-07-23 12:14:26 UTC; unix
