Package: MCMCvis
Type: Package
Title: Tools to Visualize, Manipulate, and Summarize MCMC Output
Version: 0.15.3
Authors@R: c(
    person("Casey", "Youngflesh", role = c("aut", "cre"), email = "caseyyoungflesh@gmail.com", comment = c(ORCID = "0000-0001-6343-3311")),
    person("Christian", "Che-Castaldo", role = c("aut"), email = "christian.che-castaldo@stonybrook.edu", comment = c(ORCID = "0000-0002-7670-2178")),
    person("Tyler", "Hardy", role = c("ctb")))
Maintainer: Casey Youngflesh <caseyyoungflesh@gmail.com>
Description: Performs key functions for MCMC analysis using minimal code - visualizes, manipulates, and summarizes MCMC output. Functions support simple and straightforward subsetting of model parameters within the calls, and produce presentable and 'publication-ready' output. MCMC output may be derived from Bayesian model output fit with 'Stan', 'NIMBLE', 'JAGS', and other software.
License: GPL-3
URL: https://github.com/caseyyoungflesh/MCMCvis
BugReports: https://github.com/caseyyoungflesh/MCMCvis/issues
LazyData: TRUE
Imports: coda, rstan, methods, overlapping, rlang
Depends: R (>= 3.5.0)
RoxygenNote: 7.1.1
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2021-06-24 15:48:59 UTC; caseyyoungflesh
Author: Casey Youngflesh [aut, cre] (<https://orcid.org/0000-0001-6343-3311>),
  Christian Che-Castaldo [aut] (<https://orcid.org/0000-0002-7670-2178>),
  Tyler Hardy [ctb]
Repository: CRAN
Date/Publication: 2021-06-24 23:40:06 UTC
