Package: hmclearn
Type: Package
Title: Fit Statistical Models Using Hamiltonian Monte Carlo
Version: 0.0.3
Authors@R: c(
  person("Samuel", "Thomas", email = "samthoma@iu.edu", role = c("cre", "aut")),
  person("Wanzhu", "Tu", email = "wtu1@iu.edu", role = "ctb"))
Maintainer: Samuel Thomas <samthoma@iu.edu>
Description: Provide users with a framework to learn the intricacies of the Hamiltonian Monte Carlo algorithm with hands-on experience by tuning and fitting their own models.  All of the code is written in R.  Theoretical references are listed below:.
    Neal, Radford (2011) "Handbook of Markov Chain Monte Carlo" ISBN: 978-1420079418, 
    Betancourt, Michael (2017) "A Conceptual Introduction to Hamiltonian Monte Carlo" <arXiv:1701.02434>, 
    Thomas, S., Tu, W. (2020) "Hamiltonian Monte Carlo" <doi:10.1002/9781118445112.stat08243>,
    Gelman, A., Carlin, J. B., Stern, H. S., Dunson, D. B., Vehtari, A., & Rubin, D. B. (2013) "Bayesian Data Analysis" ISBN: 978-1439840955, 
    Agresti, Alan (2015) "Foundations of Linear and Generalized Linear Models ISBN: 978-1118730034, 
    Pinheiro, J., Bates, D. (2006) "Mixed-effects Models in S and S-Plus" ISBN: 978-1441903174.
Depends: R (>= 3.6)
License: GPL-3
Encoding: UTF-8
Language: en-US
LazyData: true
Suggests: knitr, rmarkdown, Matrix, lme4, carData, mlbench, ggplot2,
        mlmRev, testthat, MCMCpack
RoxygenNote: 7.1.0
Imports: bayesplot, parallel, MASS, mvtnorm
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-06-19 13:46:11 UTC; samuelthomas
Author: Samuel Thomas [cre, aut],
  Wanzhu Tu [ctb]
Repository: CRAN
Date/Publication: 2020-06-25 09:20:02 UTC
