Description
Probability and Bayesian Modeling
Description
Functions and datasets to accompany J. Albert and J. Hu, "Probability and Bayesian Modeling", CRC Press, (2019, ISBN: 1138492566).
README.md
ProbBayes, Version 1.1
Functions for Probability and Bayesian Modeling by Jim Albert and Monika Hu
This package inclues functions for communicating Bayesian thinking including Bayes rule for deciding among spinners, visualizations for Bayesian inference for one binomial proportion and for one normal mean, and basic MCMC functions
One can install ProbBayes by typing the following in the Console window:
library(remotes)
install_github("bayesball/ProbBayes")