Package: R2jags 0.8-10
R2jags: Using R to Run 'JAGS'
Providing wrapper functions to implement Bayesian analysis in JAGS. Some major features include monitoring convergence of a MCMC model using Rubin and Gelman Rhat statistics, automatically running a MCMC model till it converges, and implementing parallel processing of a MCMC model for multiple chains.
Authors:
R2jags_0.8-10.tar.gz
R2jags_0.8-10.zip(r-4.7)R2jags_0.8-10.zip(r-4.6)R2jags_0.8-10.zip(r-4.5)
R2jags_0.8-10.tgz(r-4.6-any)R2jags_0.8-10.tgz(r-4.5-any)
R2jags_0.8-10.tar.gz(r-4.7-any)R2jags_0.8-10.tar.gz(r-4.6-any)
R2jags_0.8-10.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
R2jags/json (API)
NEWS
| # Install 'R2jags' in R: |
| install.packages('R2jags', repos = c('https://suyusung.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/suyusung/r2jags/issues
- jags– Just Another Gibbs Sampler for Bayesian MCMC - binary JAGS is Just Another Gibbs Sampler. It is a program for analysis of Bayesian hierarchical models using Markov Chain Monte Carlo (MCMC) simulation not wholly unlike BUGS. JAGS was written with three aims in mind: * To have an engine for the BUGS language that runs on Unix * To be extensible, allowing users to write their own functions, distributions and samplers. * To be a plaftorm for experimentation with ideas in Bayesian modelling This package contains the 'jags' binary as well as the associated shared library modules loaded by the binary.
- c++– GNU Standard C++ Library v3
Last updated from:c96b030e70. Checks:7 NOTE, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | NOTE | 120 | ||
| source / vignettes | OK | 149 | ||
| linux-release-x86_64 | NOTE | 114 | ||
| macos-release-arm64 | NOTE | 157 | ||
| macos-oldrel-arm64 | NOTE | 143 | ||
| windows-devel | NOTE | 90 | ||
| windows-release | NOTE | 77 | ||
| windows-oldrel | NOTE | 86 | ||
| wasm-release | OK | 92 |
Exports:attach.jagsautojagscount_nodesdetach.jagsjagsjags.paralleljags2jags2bugsrecompiletraceplot
Dependencies:abindbootclicodagluelatticelifecyclemagrittrR2WinBUGSrjagsrlangstringistringrvctrs
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Attach/detach elements of 'JAGS' objects to search path | attach.jags detach.jags |
| Function for auto-updating 'JAGS' until the model converges | autojags update.rjags |
| Retrives the information from the JAGS compilation | count_nodes |
| Run 'JAGS' from R | jags jags.parallel jags2 rjags-class rjags.parallel-class |
| Read jags output files in CODA format | jags2bugs |
| Function for recompiling rjags object | recompile recompile.rjags |
| Trace plot of bugs object | traceplot traceplot,bugs-method traceplot,mcmc.list-method traceplot,rjags-method traceplot.default |
