JAGS
JAGS is Just Another Gibbs Sampler. It is a program for the statistical analysis of Bayesian hierarchical models by Markov Chain Monte Carlo.
Documentation:
Usage
To see what versions of JAGS are available type
module avail jags
To see what other modules are needed, what commands are available and how to get additional help type
module help jags
To use JAGS, include a command like this in your batch script to load the jags module:
module load jags
Be sure you also load any other modules needed, as listed by the module help jags
command.