Advanced Statistics - Biology 6030 |
Bowling Green State University, Fall 2019 |
In R import datafile "BodyMeasures.txt" and decide how many distinct clusters seem to be present in your data. Standardize the data, then plot the sums of squares within for different numbers of groups. Similar to a screeplot, check at what number of clusters your SSwithin levels out. Based on this, five clusters looks like a useful number to extracts.
Use a kMeans clustering procedure, then get the cluster means and append them to the data set
Create a hierarchical conglommeration using Ward's method. First calculate a specific distance matrix, then obtain the clusters and list number of items in each cluster
|