Other packages > Find by keyword >

clustrd  

Methods for Joint Dimension Reduction and Clustering
View on CRAN: Click here


Download and install clustrd package within the R console
Install from CRAN:
install.packages("clustrd")

Install from Github:
library("remotes")
install_github("cran/clustrd")

Install by package version:
library("remotes")
install_version("clustrd", "1.4.0")



Attach the package and use:
library("clustrd")
Maintained by
Angelos Markos
[Scholar Profile | Author Map]
First Published: 2013-09-17
Latest Update: 2022-07-16
Description:
A class of methods that combine dimension reduction and clustering of continuous, categorical or mixed-type data (Markos, Iodice D'Enza and van de Velden 2019; ). 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.
How to cite:
Angelos Markos (2013). clustrd: Methods for Joint Dimension Reduction and Clustering. R package version 1.4.0, https://cran.r-project.org/web/packages/clustrd. Accessed 05 May. 2025.
Previous versions and publish date:
0.1.1 (2013-10-23 07:57), 0.1.2 (2013-12-27 16:04), 0.1 (2013-09-17 18:02), 1.0.2 (2016-11-01 18:06), 1.0.9 (2016-11-10 13:43), 1.1.0 (2016-12-06 18:27), 1.1.9 (2017-04-24 23:38), 1.2.0 (2017-05-29 23:26), 1.2.1 (2018-04-16 18:50), 1.2.2 (2018-05-03 19:45), 1.3.1 (2019-05-08 12:10), 1.3.2 (2019-07-11 23:59), 1.3.4 (2019-08-21 00:30), 1.3.5 (2019-09-07 13:40), 1.3.6-2 (2019-10-28 17:30), 1.3.6 (2019-10-07 14:30), 1.3.7-2 (2020-02-29 06:20), 1.3.7 (2020-02-09 13:30), 1.3.8 (2021-11-18 18:10), 1.3.9 (2021-11-26 14:50), 1.3 (2019-04-23 09:50)
Other packages that cited clustrd R package
View clustrd citation profile
Other R packages that clustrd depends, imports, suggests or enhances
Complete documentation for clustrd
Downloads during the last 30 days
04/0504/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/2904/3005/0105/03Downloads for clustrd0510152025303540455055TrendBars

Today's Hot Picks in Authors and Packages

lifecourse  
Quantification of Lifecourse Fluidity
Provides in built datasets and three functions. These functions are mobility_index, nonStanTest and ...
Download / Learn more Package Citations See dependency  
BINCOR  
Estimate the Correlation Between Two Irregular Time Series
Estimate the correlation between two irregular time series that are not necessarily sampled on ident ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
rsvd  
Randomized Singular Value Decomposition
Low-rank matrix decompositions are fundamental tools and widely used for data analysis, dimension r ...
Download / Learn more Package Citations See dependency  
cape  
Combined Analysis of Pleiotropy and Epistasis for Diversity Outbred Mice
Combined Analysis of Pleiotropy and Epistasis infers predictive networks between genetic variants a ...
Download / Learn more Package Citations See dependency  
pdqr  
Work with Custom Distribution Functions
Create, transform, and summarize custom random variables with distribution functions (analogues of ...
Download / Learn more Package Citations See dependency  

24,187

R Packages

207,311

Dependencies

65,312

Author Associations

24,143

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA