1
2
3
4
5
#

Name:

Description:

This data set considers 7 binary attributes for 15 animals.

Variables:

A data frame with 15 observations on 7 variables:

[ , 1] war warm-blooded
[ , 2] fly can fly
[ , 3] ver vertebrate
[ , 4] end endangered
[ , 5] gro live in groups
[ , 6] hai have hair
 

All variables are encoded as 1 = 'no', 2 = 'yes'.

 

Details

This dataset is useful for illustrating monothetic (only a single variable is used for each split) hierarchical clustering.

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

Leonard Kaufman and Peter J. Rousseeuw (1990): Finding Groups in Data (pp 297ff). New York: Wiley.

References

see Struyf, Hubert & Rousseeuw (1996), in agnes.

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/Attributes_of_Animals_167_23.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.