Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.18 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.18 KB

voi.remote

R-CMD-check

The voi.remote package enables remote access to the voi package (https://github.com/chjackson/voi). The goal is to provide a '.remote' equivalent for each voi function in the voi package, with the same format for arguments and returned objects. Note that both packages are under develoment and things can change.

Installation

You can install the development version from GitHub with:

# install.packages("remotes")
remotes::install_github("resplab/voi.remote")

Of note, the voi.remote package does not require installing the voi package locally.

User guide

The link below directs to the vignette for voi.remote for Value of Information calculation. It provides guide and examples on how to use the voi.remote package which is based on Chris Jackson's VoI package.

voi.remote for Value of Information calculation: package overview