/LearnBayes

Functions to Learn Bayesian Inference

Primary LanguageHTML

LearnBayes

Functions to Learn Bayesian Inference

This is a collection of functions that I have used for an introductory class on Bayesian Inference. The use of the package is illustrated in the book Bayesian Computation Using R.

To install, type:

library(devtools)

install_github("bayesball/LearnBayes")