| tennis.int | R Documentation |
Interval-valued data for tennis players aggregated by court type (Hard, Grass, Indoor, Clay) with weight, height, and racket tension.
data(tennis.int)
A data frame with 4 observations and 7 columns (3 interval variables
in _l/_u Min-Max pairs, plus a label):
court_type: Type of court (Hard, Grass, Indoor, Clay).
player_weight_l, player_weight_u: Player weight range (kg).
player_height_l, player_height_u: Player height range (m).
racket_tension_l, racket_tension_u: Racket tension range.
Clustering on weight and height separates grass courts from the rest (decision rule: Weight <= 74.75 kg). When all three variables are used, clustering separates by racket tension instead.
| Sample size (n) | 4 |
| Variables (p) | 7 |
| Subject area | Sports |
| Symbolic format | Interval |
| Analytical tasks | Clustering |
Billard, L. and Diday, E. (2006). Symbolic Data Analysis. Wiley. Table 2.25, p.64.
data(tennis.int)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.