aboutsummaryrefslogtreecommitdiff
path: root/DESCRIPTION
blob: 8fe4d68df50c4890a5ccd46454a2e8aee74debf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: jagsUI
Version: 1.5.3.9000
Date: 2023-12-03
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:
    rjags (>= 3-13),
    coda (>= 0.13),
    parallel,
    stats,
    grDevices,
    graphics,
    utils
Suggests: 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://github.com/kenkellner/jagsUI
NeedsCompilation: no