Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 600 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 600 Bytes

divclust

R-CMD-check

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 :

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