powered by
This data set considers 6 binary attributes for 20 animals.
data(animals)
A data frame with 20 observations on 6 variables:
All variables are encoded as 1 = 'no', 2 = 'yes'.
This dataset is useful for illustrating monothetic (only a single variable is used for each split) hierarchical clustering.
see Struyf, Hubert & Rousseeuw (1996), in agnes.
agnes
data(animals) apply(animals,2, table) # simple overview ma <- mona(animals) ma ## Plot similar to Figure 10 in Struyf et al (1996) plot(ma)
Run the code above in your browser using DataLab