Description
Bayesian Essentials with R.
Description
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. Marin J.-M. and Robert C. P. (2014) <doi:10.1007/978-1-4614-8687-9>.
README.md
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.