Package: bang
Title: Bayesian Analysis, No Gibbs
Version: 1.0.0
Date: 2017-11-20
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.  
    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.1)
Imports: bayesplot (>= 1.1.0), graphics, methods, rust (>= 1.2.2),
        stats
RoxygenNote: 6.0.1
Suggests: ggplot2 (>= 2.2.1), knitr, rmarkdown, testthat
VignetteBuilder: knitr
URL: http://github.com/paulnorthrop/bang
BugReports: http://github.com/paulnorthrop/bang/issues
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
NeedsCompilation: no
Packaged: 2017-11-20 14:48:14 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: 2017-11-20 18:01:47 UTC
