Package: bggum
Title: Bayesian Estimation of Generalized Graded Unfolding Model Parameters
Version: 1.0.2
Date: 2020-01-18
Authors@R: c(person(given = "JBrandon",
                    family = "Duck-Mayr",
                    email = "j.duckmayr@gmail.com",
                    role = c("aut", "cre"),
                    comment = c(ORCID = "0000-0002-2231-1294")),
             person(given = "Jacob",
                    family = "Montgomery",
                    role = c("aut")),
             person(given = "Patrick",
                    family = "Silva",
                    role = "ctb"),
             person(given = "Luwei",
                    family = "Ying",
                    role = "ctb")
            )
Description: Provides a Metropolis-coupled Markov chain Monte Carlo sampler,
    post-processing and parameter estimation functions, and plotting utilities
    for the generalized graded unfolding model of Roberts, Donoghue, and
    Laughlin (2000) <doi:10.1177/01466216000241001>.
URL: https://github.com/duckmayr/bggum
BugReports: https://github.com/duckmayr/bggum/issues
Depends:
    R (>= 3.5.0)
Imports:
    stats,
    graphics,
    Rcpp (>= 0.12.14)
LinkingTo: Rcpp,
    RcppDist
License: GPL (>= 2)
Suggests:
    devtools,
    testthat,
    covr,
    knitr,
    rmarkdown,
    dplyr,
    tidyr
Collate:
    'bggum-package.R'
    'RcppExports.R'
    'ggumProbability.R'
    'tune_proposals.R'
    'tune_temps.R'
    'ggumMCMC.R'
    'ggumMC3.R'
    'ggum_simulation.R'
    'color_palettes.R'
    'irf.R'
    'icc.R'
    'summary.R'
    'post_process.R'
Encoding: UTF-8
RoxygenNote: 6.1.1
VignetteBuilder: knitr
