Package: jagsUI Version: 1.6.3 Date: 2026-01-09 Title: A Wrapper Around 'rjags' to Streamline 'JAGS' Analyses Authors@R: c( person("Ken", "Kellner", email="contact@kenkellner.com", role=c("cre","aut")), person("Mike", "Meredith", role="ctb") ) Depends: R (>= 2.14.0), Imports: coda (>= 0.13), graphics, grDevices, parallel, rjags (>= 4-17), stats, utils Suggests: knitr, markdown, tinytest SystemRequirements: JAGS (http://mcmc-jags.sourceforge.net) Description: A set of wrappers around 'rjags' functions to run Bayesian analyses in 'JAGS' (specifically, via 'libjags'). A single function call can control adaptive, burn-in, and sampling MCMC phases, with MCMC chains run in sequence or in parallel. Posterior distributions are automatically summarized (with the ability to exclude some monitored nodes if desired) and functions are available to generate figures based on the posteriors (e.g., predictive check plots, traceplots). Function inputs, argument syntax, and output format are nearly identical to the 'R2WinBUGS'/'R2OpenBUGS' packages to allow easy switching between MCMC samplers. License: GPL-3 URL: https://kenkellner.com/jagsUI/ BugReports: https://github.com/kenkellner/jagsUI/issues NeedsCompilation: no VignetteBuilder: knitr Config/pak/sysreqs: jags Repository: https://kenkellner.r-universe.dev Date/Publication: 2026-01-29 20:34:49 UTC RemoteUrl: https://github.com/kenkellner/jagsui RemoteRef: HEAD RemoteSha: cea4dac3ade6819f436e32c48a67ab31aec37944 Packaged: 2026-06-20 10:15:16 UTC; root Author: Ken Kellner [cre, aut], Mike Meredith [ctb] Maintainer: Ken Kellner