Package: bang Title: Bayesian Analysis, No Gibbs Version: 1.0.4.9000 Date: 2025-02-06 Authors@R: c(person(c("Paul", "J."), "Northrop", email = "p.northrop@ucl.ac.uk", role = c("aut", "cre", "cph")), person(c("Benjamin", "D."), "Hall", email = "benjamin.hall.16@ucl.ac.uk", role = c("aut", "cph"))) Description: Provides functions for the Bayesian analysis of some simple commonly-used models, without using Markov Chain Monte Carlo (MCMC) methods such as Gibbs sampling. The 'rust' package is used to simulate a random sample from the required posterior distribution, using the generalized ratio-of-uniforms method. See Wakefield, Gelfand and Smith (1991) for details. At the moment three conjugate hierarchical models are available: beta-binomial, gamma-Poisson and a 1-way analysis of variance (ANOVA). Depends: R (>= 3.3.0) Imports: bayesplot (>= 1.1.0), graphics, rust (>= 1.2.2), stats RoxygenNote: 7.3.3 Suggests: ggplot2 (>= 2.2.1), knitr, MASS, rmarkdown, testthat VignetteBuilder: knitr URL: https://paulnorthrop.github.io/bang/, https://github.com/paulnorthrop/bang BugReports: https://github.com/paulnorthrop/bang/issues License: GPL (>= 2) LazyData: true Encoding: UTF-8 Config/testthat/edition: 3 Config/pak/sysreqs: libicu-dev Repository: https://paulnorthrop.r-universe.dev Date/Publication: 2026-02-06 23:11:09 UTC RemoteUrl: https://github.com/paulnorthrop/bang RemoteRef: HEAD RemoteSha: 3ce8d72b600a8ab81ca6248801184e508801c5ec NeedsCompilation: no Packaged: 2026-06-06 06:45:01 UTC; root Author: Paul J. Northrop [aut, cre, cph], Benjamin D. Hall [aut, cph] Maintainer: Paul J. Northrop