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.
Call the USArrests data into R. The dataset contains crime data for the fifty states R>attach(USArrests) A) Using k-mean
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Call the USArrests data into R. The dataset contains crime data for the fifty states R>attach(USArrests) A) Using k-mean
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!