Package: bang
Title: Bayesian Analysis, No Gibbs
Version: 1.0.1
Date: 2020-02-24
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
    <https://cran.r-project.org/package=rust> 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) 
    <DOI:10.1007/BF01889987> 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: 6.1.1
Suggests: ggplot2 (>= 2.2.1), knitr, MASS, rmarkdown, testthat
VignetteBuilder: knitr
URL: https://paulnorthrop.github.io/bang/,
        http://github.com/paulnorthrop/bang
BugReports: http://github.com/paulnorthrop/bang/issues
License: GPL (>= 2)
LazyData: true
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2020-02-24 09:18:33 UTC; paul
Author: Paul J. Northrop [aut, cre, cph],
  Benjamin D. Hall [aut, cph]
Maintainer: Paul J. Northrop <p.northrop@ucl.ac.uk>
Repository: CRAN
Date/Publication: 2020-02-24 12:50:02 UTC
Built: R 4.1.3; ; 2023-04-17 19:47:45 UTC; windows
