Learn R Programming

⚠️There's a newer version (1.6.2) of this package.Take me there.

jagsUI (version 1.5.1)

A Wrapper Around 'rjags' to Streamline 'JAGS' Analyses

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.

Copy Link

Version

Install

install.packages('jagsUI')

Monthly Downloads

2,179

Version

1.5.1

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Ken Kellner

Last Published

July 30th, 2019

Functions in jagsUI (1.5.1)

update

Update a JAGS model
whiskerplot

Whisker plots of parameter posterior distributions
traceplot

Traceplots of JAGS output
pp.check

Posterior Predictive Checks for Bayesian Analyses fit in JAGS
autojags

Automatically run jagsUI analyses to convergence
jags.basic

Simplified function to call JAGS from R
jags

Call JAGS from R
View

View a jagsUI output object in a separate window