Kmeans: Kmeans

Description Usage

View source: R/Kmeans.R

Description

kmeans analysis used in shiny app.

Usage

1
2
3
4
Kmeans(data, vars, infgr = 1, supgr = 10, Centers = 5,
  Criterion = c("calinski", "ssi")[1], Iter = 100, iterMax = 10,
  Algorithm = c("Hartigan-Wong", "Lloyd", "Forgy")[1], subset = "all",
  clusterName = "kmeansCluster", seed = 123, addVar = T)

sontron/madis documentation built on March 23, 2021, 10:17 p.m.