This R package provides monothetic divisive hierarchical clustering. Variables can be quantitative, qualitative or a mixture of both.
This repository is maintained by the SISTM team and is based on Alar0g/divclust, itself a fork of the original package.
To install the current development version from GitHub, use:
# Install remotes if needed
install.packages("remotes")
# Install the development version from the SISTM repository
remotes::install_github("sistm/divclust")