Other packages > Find by keyword >

cluster  

"Finding Groups in Data": Cluster Analysis Extended Rousseeuw et al.
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("cluster", "2.1.8.1")



Attach the package and use:
library("cluster")
Maintained by
Martin Maechler
[Scholar Profile | Author Map]
First Published: 1999-04-12
Latest Update: 2022-08-22
Description:
Methods for Cluster analysis. Much extended the original from Peter Rousseeuw, Anja Struyf and Mia Hubert, based on Kaufman and Rousseeuw (1990) "Finding Groups in Data".
How to cite:
Martin Maechler (1999). cluster: "Finding Groups in Data": Cluster Analysis Extended Rousseeuw et al.. R package version 2.1.8.1, https://cran.r-project.org/web/packages/cluster. Accessed 05 May. 2025.
Previous versions and publish date:
1.2-0 (1999-04-12 07:53), 1.2-1 (1999-12-05 20:16), 1.2-2 (1999-12-29 16:18), 1.2-3 (2000-02-18 08:06), 1.3-2 (2001-01-04 15:52), 1.3-3 (2001-06-08 15:00), 1.3-4 (2001-08-24 08:52), 1.3-5 (2001-11-07 11:52), 1.3-6 (2001-12-19 17:40), 1.4-0 (2002-01-24 10:49), 1.4-1 (2002-03-07 19:35), 1.4-2 (2002-03-31 00:01), 1.5-1 (2002-06-19 07:32), 1.5-2 (2002-07-30 16:01), 1.6-1 (2002-09-10 09:30), 1.6-2 (2002-10-23 08:57), 1.6-3 (2002-12-05 20:47), 1.6-4 (2002-12-31 17:27), 1.7.0 (2003-03-26 21:41), 1.7.1 (2003-05-01 18:50), 1.7.2 (2003-06-04 11:00), 1.7.3 (2003-06-11 21:18), 1.7.4 (2003-07-18 12:38), 1.7.5 (2003-09-03 18:49), 1.7.6 (2003-09-24 19:03), 1.8.0 (2004-01-22 15:04), 1.8.1 (2004-03-14 21:03), 1.9.1 (2004-04-12 14:50), 1.9.2 (2004-06-13 01:30), 1.9.3 (2004-06-18 16:48), 1.9.4 (2004-06-26 15:15), 1.9.5 (2004-08-04 19:19), 1.9.6 (2004-08-24 12:32), 1.9.7 (2005-01-24 09:58), 1.9.8 (2005-04-04 21:58), 1.10.0 (2005-06-13 10:13), 1.10.1 (2005-07-03 17:27), 1.10.2 (2005-08-31 12:07), 1.10.3 (2006-01-26 13:55), 1.10.4 (2006-01-26 16:12), 1.10.5 (2006-03-21 09:28), 1.11.0 (2006-05-18 10:37), 1.11.1 (2006-08-25 10:16), 1.11.2 (2006-09-07 18:27), 1.11.3 (2006-12-02 16:30), 1.11.4 (2006-12-12 09:22), 1.11.5 (2007-03-31 14:15), 1.11.6 (2007-04-27 15:58), 1.11.7 (2007-06-05 22:06), 1.11.8 (2007-09-04 21:06), 1.11.9 (2007-10-02 10:39), 1.11.10 (2008-02-29 17:53), 1.11.11 (2008-06-16 12:03), 1.11.12 (2009-01-07 14:13), 1.11.13 (2009-03-31 20:00), 1.12.0 (2009-05-13 21:17), 1.12.1 (2009-10-06 11:33), 1.12.3 (2010-04-02 19:07), 1.13.1 (2010-06-25 07:45), 1.13.2 (2010-11-10 13:28), 1.13.3 (2011-02-21 15:13), 1.14.0 (2011-06-08 09:03), 1.14.1 (2011-10-17 07:54), 1.14.2 (2012-02-08 15:38), 1.14.3 (2012-10-14 08:37), 1.14.4 (2013-03-26 16:50), 1.15.0 (2014-03-11 06:20), 1.15.1 (2014-03-13 01:52), 1.15.2 (2014-03-31 10:17), 1.15.3 (2014-09-04 23:05), 2.0.0 (2015-01-29 15:23), 2.0.1 (2015-01-31 23:11), 2.0.2 (2015-06-19 10:25), 2.0.3 (2015-07-21 07:53), 2.0.4 (2016-04-18 08:11), 2.0.5 (2016-10-08 08:19), 2.0.6 (2017-03-10 14:49), 2.0.7-1 (2018-04-09 15:53), 2.0.7 (2018-04-05 17:35), 2.0.8 (2019-04-05 11:00), 2.0.9 (2019-05-01 22:30), 2.1.0 (2019-06-19 13:10), 2.1.1 (2021-02-15 00:50), 2.1.2 (2021-04-17 10:50), 2.1.3 (2022-03-28 17:30), 2.1.4 (2022-08-22 12:10), 2.1.5 (2023-11-27 20:20), 2.1.6 (2023-12-01 23:10), 2.1.7 (2024-12-08 06:30), 2.1.8 (2024-12-11 18:40)
Other packages that cited cluster R package
View cluster citation profile
Other R packages that cluster depends, imports, suggests or enhances
Complete documentation for cluster
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/0205/0305/04Downloads for cluster15002000250030003500400045005000550060006500TrendBars

Today's Hot Picks in Authors and Packages

aspline  
Spline Regression with Adaptive Knot Selection
Perform one-dimensional spline regression with automatic knot selection. This package uses a penali ...
Download / Learn more Package Citations See dependency  
frailtypack  
Shared, Joint (Generalized) Frailty Models; Surrogate Endpoints
The following several classes of frailty models using a penalized likelihood estimation on the hazar ...
Download / Learn more Package Citations See dependency  
helloJavaWorld  
Hello Java World
A dummy package to demonstrate how to interface to a jar file that resides inside an R package. ...
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  
affinitymatrix  
Estimation of Affinity Matrix
Tools to study sorting patterns in matching markets and to estimate the affinity matrix of both the ...
Download / Learn more Package Citations See dependency  
ClickHouseHTTP  
A Simple HTTP Database Interface to 'ClickHouse'
'ClickHouse' () is an open-source, high performance columnar OLAP (online ...
Download / Learn more Package Citations See dependency  

24,205

R Packages

207,311

Dependencies

65,312

Author Associations

24,206

Publication Badges

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