The Bernadette (“Bayesian inference and model selection for stochastic epidemics”) R package provides a framework for Bayesian analysis of infectious disease transmission dynamics via diffusion driven multi-type epidemic models with time-varying coefficients, with a particular focus on Coronavirus Disease 2019 (COVID-19). It allows for evaluation of probabilistic forecasts with proper scoring rules, for the purpose of model comparison.
The website for the BERNADETTE Marie Sklodowska-Curie Action (MSCA) is available at: https://bernadette-eu.github.io/
You can install the latest development version of Bernadette (requires the devtools package) from GitHub with:
if (!require("devtools")) {
install.packages("devtools")
}
devtools::install_github("bernadette-eu/Bernadette", dependencies = TRUE, build_vignettes = FALSE)
library("Bernadette")
This R package is provided for use under the GPL-3.0 License by the author.