Lecture Exercise: Clustering Zoo Animals

Use the dataset create below for the following questions.

zoo.data <- read.csv('http://www.math.montana.edu/ahoegh/teaching/stat408/datasets/ZooClean.csv')
rownames(zoo.data) <- zoo.data[,1]
zoo.data <- zoo.data[,-1]

Why are a leopard and raccoon clustered together for any cluster size?

Interpret what each of the four clusters correspond to.