Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 568 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 568 Bytes

snowCluster

This module allows users to analyze k-means and hierarchical clustering,Correspondence Analysis, Multiple Factor Analysis, Factor analysis of mixed data, Discriminant Analysis, Multidimensional Scaling, Univariate time series, and various visualization results.

snowCluster module can be installed and used in R as a standard R packages.

Installation

At the moment, snowCluster is not in CRAN yet, so you need to install it via devtools library(jmv)

library(jmvReadWrite)

library(jmvconnect)

devtools::install_github("hyunsooseol/snowCluster")