Package: voi Title: Expected Value of Information Version: 1.0.3 Date: 2024-02-17 Authors@R: c(person(given = "Christopher", family = "Jackson",role = c("aut", "cre"),email = "chris.jackson@mrc-bsu.cam.ac.uk"), person(given = "Anna", family = "Heath", role = c("aut"), email = "anna.heath@sickkids.ca"), person(given = "Gianluca", family = "Baio", role = c("ctb"), email = "g.baio@ucl.ac.uk", comment="Author of code taken from the BCEA package"), person(given = "Mark", family = "Strong", role = c("ctb"), email = "mark.strong@sheffield.ac.uk", comment="Author of code taken from the SAVI package"), person(given="Kofi Placid", family="Adragni", role="ctb", comment="Author of code taken from the ldr package"), person(given="Andrew", family="Raim", role="ctb",comment="Author of code taken from the ldr package") ) Description: Methods to calculate the expected value of information from a decision-analytic model. This includes the expected value of perfect information (EVPI), partial perfect information (EVPPI) and sample information (EVSI), and the expected net benefit of sampling (ENBS). A range of alternative computational methods are provided under the same user interface. See Heath et al. (2024) , Jackson et al. (2022) . License: GPL-3 Encoding: UTF-8 LazyData: true Depends: R (>= 3.5.0) VignetteBuilder: knitr Imports: mgcv, earth, mvtnorm, progress, dbarts, posterior, ggplot2, gridExtra, Matrix Suggests: testthat, BCEA, INLA, splancs, sf, knitr, rmarkdown, rjags, truncnorm, scales, dplyr, heemod RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE) URL: https://chjackson.github.io/voi/ BugReports: https://github.com/chjackson/voi/issues Additional_repositories: https://inla.r-inla-download.org/R/stable/ Repository: https://chjackson.r-universe.dev Date/Publication: 2024-09-09 09:41:58 UTC RemoteUrl: https://github.com/chjackson/voi RemoteRef: HEAD RemoteSha: b43b89593b2c8c8e5e8024a236a77f9a0dda85ed NeedsCompilation: no Packaged: 2026-06-17 11:10:41 UTC; root Author: Christopher Jackson [aut, cre], Anna Heath [aut], Gianluca Baio [ctb] (Author of code taken from the BCEA package), Mark Strong [ctb] (Author of code taken from the SAVI package), Kofi Placid Adragni [ctb] (Author of code taken from the ldr package), Andrew Raim [ctb] (Author of code taken from the ldr package) Maintainer: Christopher Jackson