Package: rjags 4-17

Martyn Plummer

rjags: Bayesian Graphical Models using MCMC

Interface to the JAGS MCMC library.

Authors:Martyn Plummer [aut, cre], Alexey Stukalov [ctb], Matt Denwood [ctb]

rjags_4-17.tar.gz
rjags_4-17.tar.gz(r-4.7-arm64)rjags_4-17.tar.gz(r-4.7-x86_64)rjags_4-17.tar.gz(r-4.6-arm64)rjags_4-17.tar.gz(r-4.6-x86_64)
manual.pdf |manual.html
card.svg |card.png
rjags/json (API)

# Install 'rjags' in R:
install.packages('rjags', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org'))
Uses libs:
  • 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
Datasets:
  • LINE - Linear regression example

On CRAN:

Conda:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

jagscpp

9.76 score 9 stars 163 packages 4.3k scripts 30k downloads 260 mentions 17 exports 2 dependencies

Last updated from:59ec6d347d. Checks:5 OK, 1 FAIL. Indexed: no.

TargetResultTimeFilesSyslog
linux-devel-arm64OK118
linux-devel-x86_64OK137
source / vignettesOK153
linux-release-arm64OK148
linux-release-x86_64OK142
wasm-releaseFAIL108

Exports:adaptcoda.samplesdic.samplesdiffdicjags.modeljags.samplesjags.versionlist.factorieslist.moduleslist.samplersload.moduleparallel.seedsread.bugsdataread.dataread.jagsdataset.factoryunload.module

Dependencies:codalattice

Readme and manuals

Help Manual

Help pageTopics
Bayesian graphical models using MCMCrjags-package rjags
Adaptive phase for JAGS modelsadapt
Generate posterior samples in mcmc.list formatcoda.samples
Advanced control over JAGSlist.factories set.factory
Generate penalized deviance samplesdic dic.samples
Differences in penalized deviancediffdic
Create a JAGS model objectjags.model
Dynamically load JAGS moduleslist.modules load.module unload.module
Functions for manipulating jags model objectscoef.jags list.samplers variable.names.jags
Generate posterior samplesjags.samples
JAGS versionJAGS.version jags.version
Linear regression exampleLINE
Objects for representing MCMC outputas.mcmc.list.mcarray mcarray.object print.mcarray summary.mcarray
Get initial values for parallel RNGsparallel.seeds
Read data files for jags modelsread.bugsdata read.jagsdata
Deprecated Functions in the rjags packageread.data rjags-deprecated
Update jags modelsupdate.jags