Learn R Programming

⚠️There's a newer version (1.4.0) of this package.Take me there.

clustrd (version 1.3.2)

Methods for Joint Dimension Reduction and Clustering

Description

A class of methods that combine dimension reduction and clustering of continuous, categorical or mixed-type data. For continuous data, the package contains implementations of factorial K-means (Vichi and Kiers 2001; ) and reduced K-means (De Soete and Carroll 1994; ); both methods that combine principal component analysis with K-means clustering. For categorical data, the package provides MCA K-means (Hwang, Dillon and Takane 2006; ), i-FCB (Iodice D'Enza and Palumbo 2013, ) and Cluster Correspondence Analysis (van de Velden, Iodice D'Enza and Palumbo 2017; ), which combine multiple correspondence analysis with K-means. For mixed-type data, it provides mixed Reduced K-means and mixed Factorial K-means (van de Velden, Iodice D'Enza and Markos 2019; ), which combine PCA for mixed-type data with K-means.

Copy Link

Version

Install

install.packages('clustrd')

Monthly Downloads

384

Version

1.3.2

License

GPL (>= 2)

Maintainer

Angelos Markos

Last Published

July 11th, 2019

Functions in clustrd (1.3.2)

clusmca

Joint dimension reduction and clustering of categorical data.
diamond

Diamond Stone Pricing
cmc

Contraceptive Choice in Indonesia
hsq

Humor Styles
macro

Economic Indicators of 20 OECD countries for 1999
local_bootclus

Cluster-wise stability assessment of Joint Dimension Reduction and Clustering methods by bootstrapping.
global_bootclus

Global stabiliy assessment of Joint Dimension Reduction and Clustering methods by bootstrapping.
bribery

Bribery cases in Russia
cluspca

Joint dimension reduction and clustering of continuous data.
cluspcamix

Joint dimension reduction and clustering of mixed-type data.
plot.cluspcamix

Plotting function for cluspcamix() output.
tuneclus

Cluster quality assessment for a range of clusters and dimensions.
plot.cluspca

Plotting function for cluspca() output.
plot.clusmca

Plotting function for clusmca() output.