Package: BayesMallows
Type: Package
Title: Bayesian Preference Learning with the Mallows Rank Model
Version: 1.0.4
Authors@R: c(person("Oystein", "Sorensen",
                    email = "oystein.sorensen.1985@gmail.com",
                    role = c("aut", "cre"),
                    comment = c(ORCID = "0000-0003-0724-3542")),
            person("Valeria", "Vitelli",
                    role = c("aut"),
                    email = "valeria.vitelli@medisin.uio.no",
                    comment = c(ORCID = "0000-0002-6746-0453")),
            person("Marta", "Crispino",
                    email = "crispino.marta8@gmail.com",
                    role = c("aut")),
            person("Qinghua", "Liu",
                    email = "qinghual@math.uio.no",
                    role = c("aut")),
            person("Cristina", "Mollica",
                    email = "cristina.mollica@uniroma1.it",
                    role = c("aut")),
            person("Luca", "Tardella",
                    role = c("aut")),
            person("Anja", "Stein",
                    role = c("aut")),
            person("Waldir", "Leoncio",
                    email = "w.l.netto@medisin.uio.no",
                    role = c("ctr")))
Maintainer: Oystein Sorensen <oystein.sorensen.1985@gmail.com>
Description: An implementation of the Bayesian version of the Mallows rank model 
    (Vitelli et al., Journal of Machine Learning Research, 2018 <https://jmlr.org/papers/v18/15-481.html>; 
    Crispino et al., Annals of Applied Statistics, 2019 <doi:10.1214/18-AOAS1203>). Both Cayley, footrule, 
    Hamming, Kendall, Spearman, and Ulam distances are supported in the models. The rank data to be 
    analyzed can be in the form of complete rankings, top-k rankings, partially missing rankings, as well 
    as consistent and inconsistent pairwise preferences. Several functions for plotting and studying the 
    posterior distributions of parameters are provided. The package also provides functions for estimating 
    the partition function (normalizing constant) of the Mallows rank model, both with the importance 
    sampling algorithm of Vitelli et al. and asymptotic approximation with the IPFP algorithm 
    (Mukherjee, Annals of Statistics, 2016 <doi:10.1214/15-AOS1389>).
URL: https://github.com/ocbe-uio/BayesMallows
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Depends: R (>= 2.10)
Imports: Rcpp (>= 1.0.0), ggplot2 (>= 3.1.0), Rdpack (>= 1.0), igraph
        (>= 1.2.5), dplyr (>= 1.0.1), sets (>= 1.0-18), relations (>=
        0.6-8), tidyr (>= 1.1.1), purrr (>= 0.3.0), rlang (>= 0.3.1),
        PerMallows (>= 1.13), HDInterval (>= 0.2.0), cowplot (>= 1.0.0)
LinkingTo: Rcpp, RcppArmadillo
Suggests: R.rsp, testthat (>= 2.0), label.switching (>= 1.7), readr (>=
        1.3.1), stringr (>= 1.4.0), gtools (>= 3.8.1), rmarkdown, covr,
        parallel (>= 3.5.1)
VignetteBuilder: R.rsp
RdMacros: Rdpack
NeedsCompilation: yes
Packaged: 2021-11-17 10:26:47 UTC; oysteini
Author: Oystein Sorensen [aut, cre] (<https://orcid.org/0000-0003-0724-3542>),
  Valeria Vitelli [aut] (<https://orcid.org/0000-0002-6746-0453>),
  Marta Crispino [aut],
  Qinghua Liu [aut],
  Cristina Mollica [aut],
  Luca Tardella [aut],
  Anja Stein [aut],
  Waldir Leoncio [ctr]
Repository: CRAN
Date/Publication: 2021-11-17 11:40:15 UTC
Built: R 4.0.2; x86_64-apple-darwin17.0; 2021-11-18 11:49:59 UTC; unix
Archs: BayesMallows.so.dSYM
