ais {sn} | R Documentation |
Data on 102 male and 100 female athletes collected at the Australian Institute of Sport, courtesy of Richard Telford and Ross Cunningham.
data(ais)
A data frame with 202 observations on 13 variables.
[, 1] | sex | sex |
[, 2] | sport | sport |
[, 3] | rcc | red cell count |
[, 4] | wcc | white cell count |
[, 5] | Hc | Hematocrit |
[, 6] | Hg | Hemoglobin |
[, 7] | Fe | plasma ferritin concentration |
[, 8] | bmi | body mass index, weight/(height)² |
[, 9] | ssf | sum of skin folds |
[,10] | Bfat | body fat percentage |
[,11] | lbm | lean body mass |
[,12] | Ht | height (cm) |
[,13] | Wt | weight (Kg) |
Cook and Weisberg (1994), An Introduction to Regression Graphics. John Wiley & Sons, New York.
data(ais, package="sn") attach(ais) pairs(ais[,c(3:4,10:13)], main = "AIS data") plot(Wt~sport)