kMeansWssPlot: Returns an elbow plot of within group SS for a sequential...

Description Usage Arguments Value

Description

Useful for eyeballing the elbow point for determining the optimal number of clusters.

The columns used in the dataframe must already be numeric values, and they should already be standardized.

Usage

1
kMeansWssPlot(data, nc = 40)

Arguments

data

The name of the dataframe whose columns will be clustered.

nc

The number of clusters to try. Defaults either to 40 or the number of rows in the dataframe.

Value

Elbow plot.


RonGuymon/ronsFunctions documentation built on May 8, 2019, 11:42 a.m.