The GMJMCMC
package provides functions to estimate Bayesian Generalized nonlinear models (BGNLMs) through a Genetically Modified Mode Jumping MCMC algorithm.
To install and load the package, just run
library(devtools)
install_github("jonlachmann/GMJMCMC", force=T, build_vignettes=T)
library(GMJMCMC)
With the package loaded, a vignette that shows how to run the package is available by running
vignette("GMJMCMC-guide")