Description
Datasets and Supplemental Functions from Bayes Rules!.
Description
Provides datasets and functions used for analysis and visualizations in the Bayes Rules! book (<https://www.bayesrulesbook.com>). The package contains a set of functions that summarize and plot Bayesian models from some conjugate families and another set of functions for evaluation of some Bayesian models.
README.md
bayesrules
bayesrules is an R package to supplement the Bayes Rules! book. It contains datasets and functions that are used in the book. You can find vignettes on the package website.
Installation
You can install bayesrules from CRAN.
install.packages("bayesrules")
You can install the development version from GitHub. You would also need to install the devtools package if you do not have it installed already.
#install.packages("devtools")
devtools::install_github("bayes-rules/bayesrules")