Skip to content

R package for the text Probability and Bayesian Modeling by Jim Albert and Monika Hu

Notifications You must be signed in to change notification settings

bayesball/ProbBayes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

R package for the text Probability and Bayesian Modeling by Jim Albert and Monika Hu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published