# bayess **Repository Path**: kunghiu/bayess ## Basic Information - **Project Name**: bayess - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-11 - **Last Updated**: 2024-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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