| horses.int | R Documentation |
Interval-valued data for 8 horse breeds (CES, CMA, PEN, TES, CEN, LES, PES, PAM) described by 6 variables: minimum/maximum weight, minimum/maximum height, cost of mares, cost of fillies.
data(horses.int)
A symbolic data frame (symbolic_tbl) with 8 observations and 7 variables:
Breed: Horse breed code (CES, CMA, PEN, TES, CEN, LES, PES, PAM; character).
Minimum_Weight: Minimum weight range (kg, interval).
Maximum_Weight: Maximum weight range (kg, interval).
Minimum_Height: Minimum height range (cm, interval).
Maximum_Height: Maximum height range (cm, interval).
Mares_Cost: Cost of mares range (currency units, interval).
Fillies_Cost: Cost of fillies range (currency units, interval).
Extensively used in SDA for demonstrating divisive clustering, distance computation, hierarchy/pyramid construction, and complete objects.
| Sample size (n) | 8 |
| Variables (p) | 7 |
| Subject area | Zoology |
| Symbolic format | Interval |
| Analytical tasks | Clustering |
Billard, L. and Diday, E. (2006). Symbolic Data Analysis. Wiley. Table 7.14.
data(horses.int)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.