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