An implementation of the Bayesian version of the Mallows rank model (Vitelli et al., Journal of Machine Learning Research, 2018 <http://jmlr.org/papers/v18/15-481.html>; Crispino et al., to appear in Annals of Applied Statistics). 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>).
Version: | 0.4.0 |
Depends: | R (≥ 2.10) |
Imports: | Rcpp (≥ 1.0.0), ggplot2 (≥ 3.1.0), Rdpack (≥ 0.8), stats, igraph (≥ 1.2.2), dplyr (≥ 0.7.8), sets (≥ 1.0-18), relations (≥ 0.6-8), tidyr (≥ 0.8.2), purrr (≥ 0.3.0), rlang (≥ 0.3.1), PerMallows (≥ 1.13), HDInterval (≥ 0.2.0), cowplot (≥ 0.9.3) |
LinkingTo: | Rcpp, RcppArmadillo |
Suggests: | testthat (≥ 2.0), label.switching (≥ 1.7), readr (≥ 1.3.1), stringr (≥ 1.4.0), gtools (≥ 3.8.1), knitr (≥ 1.21), rmarkdown, covr, parallel (≥ 3.5.1) |
Published: | 2019-02-22 |
Author: | Oystein Sorensen, Valeria Vitelli, Marta Crispino, Qinghua Liu |
Maintainer: | Oystein Sorensen <oystein.sorensen.1985 at gmail.com> |
License: | GPL-3 |
URL: | https://github.com/osorensen/BayesMallows |
NeedsCompilation: | yes |
Materials: | NEWS |
CRAN checks: | BayesMallows results |
Reference manual: | BayesMallows.pdf |
Vignettes: |
BayesMallows Package |
Package source: | BayesMallows_0.4.0.tar.gz |
Windows binaries: | r-devel: BayesMallows_0.4.0.zip, r-release: BayesMallows_0.4.0.zip, r-oldrel: BayesMallows_0.4.0.zip |
OS X binaries: | r-release: BayesMallows_0.4.0.tgz, r-oldrel: BayesMallows_0.4.0.tgz |
Old sources: | BayesMallows archive |
Please use the canonical form https://CRAN.R-project.org/package=BayesMallows to link to this page.