jags

Bayesian MCMC simulation engine for statistical modeling

brewmacoslinux
Try with needOr install directly
Source

About

Just Another Gibbs Sampler for Bayesian MCMC simulation

Commands

jags

Examples

Run a JAGS model from a script file with input data$ jags model.bug
Execute JAGS with specific number of chains and iterations$ jags --nchains 4 --iter 10000 model.bug
Run JAGS model with custom working directory$ jags --wd /path/to/model model.bug