Skip to content

bayes-rules/bayesrules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bayesrules a hex shaped logo with shiny green-pink disco ball and purple starry background. There is text that says Bayes Rules!

R-CMD-check CRAN status

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")