BayesERtools
BayesERtools provides a suite of tools that facilitate
exposure-response analysis using Bayesian methods.
- Tutorial (
BayesERbook): https://genentech.github.io/BayesERbook/ - Package documentation: https://genentech.github.io/BayesERtools/
- GitHub repo of the package: https://github.com/genentech/BayesERtools/
Installation
You can install the BayesERtools with:
# install.packages('BayesERtools') # Once on CRAN
devtools::install_github("genentech/BayesERtools") # development versionYou also need latest version of rstanemax (>= 0.1.7) to use
Emax model.
install.packages('rstanemax', repos = c(ppm = 'https://packagemanager.posit.co/cran/latest'))