Package: caviarpd
Type: Package
Title: Cluster Analysis via Random Partition Distributions
Version: 0.2.28
Authors@R: c(person(given="David B.",family="Dahl",role=c("aut","cre"),email="dahl@stat.byu.edu",comment=c(ORCID="0000-0002-8173-1547")), 
             person(given="Jacob", family="Andros", role=c("aut"),email="androsrj@gmail.com", comment=c(ORCID="0000-0002-1289-385X")),
             person(given="J. Brandon",family="Carter",role=c("aut"),email="carterj4@icloud.com", comment=c(ORCID="0000-0003-1687-0564")))
Description: Cluster analysis is performed using pairwise distance information and a random partition distribution. The method is
             implemented for two random partition distributions. It draws samples and then obtains and plots clustering estimates.
             An implementation of a selection algorithm is provided for the mass parameter of the partition distribution. Since 
             pairwise distances are the principal input to this procedure, it is most comparable to the hierarchical and k-medoids
             clustering methods. The method is currently under peer review at a journal.
License: MIT + file LICENSE | Apache License 2.0
Depends: R (>= 4.0.0)
Suggests: salso (>= 0.3.0)
SystemRequirements: Cargo (>= 1.58.1) for installation from sources:
        see INSTALL file
Encoding: UTF-8
RoxygenNote: 7.1.2
NeedsCompilation: yes
Packaged: 2022-03-21 22:44:07 UTC; dahl
Author: David B. Dahl [aut, cre] (<https://orcid.org/0000-0002-8173-1547>),
  Jacob Andros [aut] (<https://orcid.org/0000-0002-1289-385X>),
  J. Brandon Carter [aut] (<https://orcid.org/0000-0003-1687-0564>)
Maintainer: David B. Dahl <dahl@stat.byu.edu>
Repository: CRAN
Date/Publication: 2022-03-21 23:50:02 UTC
