-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
27 lines (27 loc) · 1.37 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Package: Rankcluster
Type: Package
Title: Model-Based Clustering for Multivariate Partial Ranking Data
Version: 0.98.0
Date: 2022-11-11
Authors@R: c(person("Quentin", "Grimonprez", role = c("aut", "cre"), email = "quentingrim@yahoo.fr"),
person("Julien", "Jacques", role = "aut", email = "julien.jacques@univ-lyon2.fr"),
person("Christophe", "Biernacki", role = "aut", email = "christophe.biernacki@inria.fr"))
Description: Implementation of a model-based clustering algorithm for
ranking data (C. Biernacki, J. Jacques (2013) <doi:10.1016/j.csda.2012.08.008>).
Multivariate rankings as well as partial rankings are taken
into account. This algorithm is based on an extension of the Insertion
Sorting Rank (ISR) model for ranking data, which is a meaningful and
effective model parametrized by a position parameter (the modal ranking,
quoted by mu) and a dispersion parameter (quoted by pi). The heterogeneity
of the rank population is modelled by a mixture of ISR, whereas conditional
independence assumption is considered for multivariate rankings.
License: GPL (>= 2)
Copyright: Inria - Université de Lille
BugReports: https://github.com/modal-inria/Rankcluster/issues/
Depends: R (>= 2.10)
Imports: Rcpp, methods
LinkingTo: Rcpp, RcppEigen
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.2.1