Package: bpcs
Title: Bayesian Paired Comparison Analysis with Stan
Version: 1.0.0
Authors@R: c(
    person(given = "David",
           family = "Issa Mattos",
           role = c("aut", "cre"),
           email = "issamattos.david@gmail.com",
           comment = c(ORCID = "0000-0002-2501-9926")),
    person(given="Erika", 
           family="Martins Silva Ramos", 
           role = c("aut"),
           email = "erikamsramos@gmail.com",
           comment = c(ORCID = "0000-0001-7393-1410"))
           )
Description: Models for the analysis of paired comparison data using Stan. The models include Bayesian versions of the Bradley-Terry model, including random effects (1 level), generalized model for predictors, order effect (home advantage) and the  variations for the Davidson (1970) model to handle ties. Additionally, we provide a number of functions to facilitate inference and obtaining results with these models. References: Bradley and Terry (1952) <doi:10.2307/2334029>; Davidson (1970) <doi:10.1080/01621459.1970.10481082>; Carpenter et al. (2017) <doi:10.18637/jss.v076.i01>. 
URL: https://github.com/davidissamattos/bpcs,
        https://davidissamattos.github.io/bpcs/
BugReports: https://github.com/davidissamattos/bpcs/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Biarch: true
Depends: R (>= 4.0.0)
Imports: coda, dplyr, tidyr, stringr, ggplot2, gtools, methods, Rcpp
        (>= 0.12.0), RcppParallel (>= 5.0.1), rstan (>= 2.20.0),
        rstantools (>= 2.1.0), tibble, tidyselect, HDInterval,
        shinystan, loo, magrittr, badger, stats, rlang, knitr
LinkingTo: BH (>= 1.66.0), Rcpp (>= 0.12.0), RcppEigen (>= 0.3.3.3.0),
        RcppParallel (>= 5.0.1), rstan (>= 2.20.0), StanHeaders (>=
        2.20.0)
SystemRequirements: GNU make
Suggests: rmarkdown, testthat, covr, bayesplot, kableExtra
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2020-12-07 12:40:18 UTC; davidis
Author: David Issa Mattos [aut, cre] (<https://orcid.org/0000-0002-2501-9926>),
  Erika Martins Silva Ramos [aut]
    (<https://orcid.org/0000-0001-7393-1410>)
Maintainer: David Issa Mattos <issamattos.david@gmail.com>
Repository: CRAN
Date/Publication: 2020-12-09 09:20:16 UTC
