Package: pmwg
Title: Particle Metropolis Within Gibbs
Version: 0.2.0
Authors@R: c(
    person("Gavin", "Cooper", email = "gavin@gavincooper.net", role = c("aut", "cre", "trl"), comment = "Package creator and maintainer"),
    person("Reilly", "Innes", email = "Reilly.Innes@uon.edu.au", role = c("aut")),
    person("Caroline", "Kuhne", email = "caroline.kuhne@newcastle.edu.au", role = c("aut")),
    person("Jon-Paul", "Cavallaro", email = "jon-paul.cavallaro@uon.edu.au", role = c("aut")),
    person("David", "Gunawan", email = "dgunawan@uow.edu.au", role = c("aut"), comment = "Author of original MATLAB code"),
    person("Guy", "Hawkins", email = "guy.hawkins@newcastle.edu.au", role = c("aut")),
    person("Scott", "Brown", email = "scott.brown@newcastle.edu.au", role = c("aut", "trl"), comment = "Original translation from MATLAB to R"))
Description: Provides an R implementation of the Particle Metropolis within
    Gibbs sampler for model parameter, covariance matrix and random effect
    estimation. A more general implementation of the sampler based on the paper
    by Gunawan, D., Hawkins, G. E., Tran, M. N., Kohn, R., & Brown, S. D.
    (2020) <doi:10.1016/j.jmp.2020.102368>. An HTML tutorial document describing
    the package is available at <https://newcastlecl.github.io/samplerDoc/> and
    includes several detailed examples, some background and troubleshooting
    steps.
License: GPL-3
URL: https://github.com/newcastlecl/pmwg
BugReports: https://github.com/newcastlecl/pmwg/issues
Depends: R (>= 3.5.0)
Imports: checkmate, coda, condMVNorm, MASS, MCMCpack, mvtnorm, stats
Suggests: covr, rtdists, testthat
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-02-16 23:27:00 UTC; gjc216
Author: Gavin Cooper [aut, cre, trl] (Package creator and maintainer),
  Reilly Innes [aut],
  Caroline Kuhne [aut],
  Jon-Paul Cavallaro [aut],
  David Gunawan [aut] (Author of original MATLAB code),
  Guy Hawkins [aut],
  Scott Brown [aut, trl] (Original translation from MATLAB to R)
Maintainer: Gavin Cooper <gavin@gavincooper.net>
Repository: CRAN
Date/Publication: 2021-02-17 05:30:03 UTC
Built: R 4.1.0; ; 2021-05-27 04:56:43 UTC; unix
