README.md

ProbBayes, Version 1.1

Functions for Probability and Bayesian Modeling by Jim Albert and Monika Hu

GitHub Logo

This package includes 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 from CRAN by typing the following in the Console window:

install.packages("ProbBayes")

You can install the developmental version of ProbBayes by typing

library(remotes)

install_github("bayesball/ProbBayes")

An introduction to the ProbBayes package:

https://bayesball.github.io/Intro_ProbBayes.html



bayesball/ProbBayes documentation built on Nov. 30, 2020, 9:09 p.m.