Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 387 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 387 Bytes

divclust

Description

This R package provides monothetic divisive hierarchical clustering. Variables can be quantitative, qualitative or a mixture of both.

Install

To install the current development version from github, use :

devtools::install_github("chavent/divclust")
# This needs the devtools package to be installed :
# install.packages("devtools")