Package: jagsUI 1.6.2
jagsUI: A Wrapper Around 'rjags' to Streamline 'JAGS' Analyses
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.
Authors:
jagsUI_1.6.2.tar.gz
jagsUI_1.6.2.zip(r-4.5)jagsUI_1.6.2.zip(r-4.4)jagsUI_1.6.2.zip(r-4.3)
jagsUI_1.6.2.tgz(r-4.4-any)jagsUI_1.6.2.tgz(r-4.3-any)
jagsUI_1.6.2.tar.gz(r-4.5-noble)jagsUI_1.6.2.tar.gz(r-4.4-noble)
jagsUI_1.6.2.tgz(r-4.4-emscripten)jagsUI_1.6.2.tgz(r-4.3-emscripten)
jagsUI.pdf |jagsUI.html✨
jagsUI/json (API)
NEWS
# Install 'jagsUI' in R: |
install.packages('jagsUI', repos = c('https://kenkellner.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/kenkellner/jagsui/issues
Last updated 9 months agofrom:394464e7ec. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 25 2024 |
R-4.5-win | OK | Oct 25 2024 |
R-4.5-linux | OK | Oct 25 2024 |
R-4.4-win | OK | Oct 25 2024 |
R-4.4-mac | OK | Oct 25 2024 |
R-4.3-win | OK | Oct 25 2024 |
R-4.3-mac | OK | Oct 25 2024 |
Exports:autojagsdensityplotjagsjags.basicjags.ViewjagsUIpp.checktraceplotwhiskerplot
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Automatically run jagsUI analyses to convergence | autojags |
Density plots of JAGS output | densityplot |
Call JAGS from R | jags jagsUI jagsUI-class |
Simplified function to call JAGS from R | jags.basic jagsUIbasic-class |
View a jagsUI output object in a separate window | jags.View |
Posterior Predictive Checks for Bayesian Analyses fit in JAGS | pp.check |
Traceplots of JAGS output | traceplot |
Update a JAGS model | update update.jagsUI update.jagsUIbasic |
Whisker plots of parameter posterior distributions | whiskerplot |