Skip to content

jmm34/bayess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bayess version 1.6

A R library associated to the book

Bayesian Essentials with R
Jean-Michel Marin and Christian P. Robert
Springer-Verlag, New York, 2014

The package bayess contains a collection of functions that allows the reenactment of the R programs used in the book Bayesian Essentials with R without further programming. R code being available as well, they can be modified by the user to conduct one's own simulations.

To install the bayess package

  • you can use the function install_github from the package remotes:
    install_github("jmm34/bayess")

  • you can download the file bayess_1.6.tar.gz and use the command:
    install.packages("bayess_1.6.tar.gz", repos = NULL, type = "source")

  • the package is also available on the CRAN

About

Bayesian Essentials with R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages