Package: pmwg Title: Particle Metropolis Within Gibbs Version: 0.2.7 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"), person("Niek", "Stevenson", email = "niek.stevenson@gmail.com", role = c("aut"))) 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) . An HTML tutorial document describing the package is available at and includes several detailed examples, some background and troubleshooting steps. License: GPL-3 URL: https://github.com/university-of-newcastle-research/pmwg BugReports: https://github.com/university-of-newcastle-research/pmwg/issues Depends: R (>= 3.6.0) Imports: checkmate, coda, condMVNorm, MASS, mvtnorm, stats Suggests: covr, rtdists, testthat, knitr, rmarkdown, V8 Encoding: UTF-8 LazyData: true RoxygenNote: 7.2.3 VignetteBuilder: knitr Repository: https://university-of-newcastle-research.r-universe.dev Date/Publication: 2024-02-01 01:31:41 UTC RemoteUrl: https://github.com/university-of-newcastle-research/pmwg RemoteRef: HEAD RemoteSha: c69e141b92eacc3779034dd4ca2d19ad6fe602a4 NeedsCompilation: no Packaged: 2026-07-13 06:08:48 UTC; root 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), Niek Stevenson [aut] Maintainer: Gavin Cooper