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>). Both Cayley, footrule, Kendall, and Spearman distances are supported in the models. The rank data to be analyzed can be the form of complete rankings, top-k rankings, partially missing rankings, as well as consistent 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.2.0 |
Depends: | R (≥ 2.10) |
Imports: | Rcpp (≥ 0.12.17), ggplot2 (≥ 2.2.1), Rdpack (≥ 0.8), stats, igraph (≥ 1.2.2), dplyr (≥ 0.7.6), sets (≥ 1.0-18), relations (≥ 0.6-8), tidyr (≥ 0.8.1), purrr (≥ 0.2.5), rlang (≥ 0.2.1), HDInterval (≥ 0.2.0), cowplot (≥ 0.9.3) |
LinkingTo: | Rcpp, RcppArmadillo |
Suggests: | testthat, gtools (≥ 3.8.1), knitr, rmarkdown, PerMallows (≥ 1.13), covr |
Published: | 2018-11-30 |
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.2.0.tar.gz |
Windows binaries: | r-devel: BayesMallows_0.2.0.zip, r-release: BayesMallows_0.2.0.zip, r-oldrel: BayesMallows_0.2.0.zip |
OS X binaries: | r-release: BayesMallows_0.2.0.tgz, r-oldrel: BayesMallows_0.2.0.tgz |
Old sources: | BayesMallows archive |
Please use the canonical form https://CRAN.R-project.org/package=BayesMallows to link to this page.