Page 1 of 1

Call the USArrests data into R. The dataset contains crime data for the fifty states R>attach(USArrests) A) Using k-mean

Posted: Sun May 15, 2022 8:26 am
by answerhappygod
Call the USArrests data into R.
The dataset contains crime data for the fifty states
R>attach(USArrests)
A) Using k-means clustering on the four variables, produce
a scree plot showing the within sum of squares deviation for each
different cluster number.
B) How many clusters should be chosen from Part A? Report
the SSB/SST.
C) Using k-medoids clustering on the four variables, choose
the appropriate number of clusters based on silhouette
measures.
D) Report the selected medoids form Part C.