Skip to content

This module allows users to analyze k-means & hierarchical clustering, and visualize results of Principal Component, Correspondence Analysis, Discriminant analysis, Decision tree, Multidimensional scaling, Multiple Factor Analysis, Machine learning, and Prophet analysis.

Notifications You must be signed in to change notification settings

hyunsooseol/snowCluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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(haven)

library(jmvReadWrite)

library(jmvconnect)

devtools::install_github("hyunsooseol/snowCluster")