| ais | 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 the following 13 variables:
sexcategorical, levels = female, male
sportcategorical, levels = B_Ball, Field, Gym, Netball, Row, Swim, T_400m, Tennis, T_Sprnt, W_Polo
RCCred cell count (numeric)
WCCwhite cell count (numeric)
HcHematocrit (numeric)
HgHemoglobin (numeric)
Feplasma ferritin concentration (numeric)
BMIbody mass index: Wt/(Ht)^2 (numeric)
SSFsum of skin folds (numeric)
Bfatbody fat percentage (numeric)
LBMlean body mass (numeric)
Htheight, cm (numeric)
Wtweight, kg (numeric)
The data have been made publicly available in connection with the book by Cook and Weisberg (1994).
Cook, R. D. and Weisberg, S. (1994), An Introduction to Regression Graphics. Volume 405 of Wiley Series in Probability and Statistics, New York, NY, USA: John Wiley & Sons.
data(ais, package="MoEClust")
pairs(ais[,c(3:7)], col=as.numeric(ais$sex), main = "AIS data")
apply(ais[,c(3:7)], 2, summary)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.