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.5.tar.gz", repos = NULL, type = "source")

  • the package is also available on the CRAN

Copy Link

Version

Down Chevron

Install

install.packages('bayess')

Monthly Downloads

552

Version

1.6

License

GPL-2

Issues

Pull Requests

Stars

Forks

Last Published

March 6th, 2024

Functions in bayess (1.6)