| 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.
sexA factor with levels female male
sportA factor with levels B_Ball Field Gym Netball Row Swim T_400m T_Sprnt Tennis W_Polo
rccA numeric vector: red cell count
wccA numeric vector: white cell count
HcA numeric vector: Hematocrit
HgA numeric vector: Hemoglobin
FeA numeric vector: plasma ferritin concentration
bmiA numeric vector: body mass index
ssfA numeric vector: sum of skin folds
BfatA numeric vector: body fat percentage
lbmA numeric vector: lean body mass
HtA numeric vector: height (cm)
WtA numeric vector: weight (kg)
Cook and Weisberg (1994), An Introduction to Regression Graphics. John Wiley & Sons, New York.
data(ais)
attach(ais)
pairs(ais[,c(3:4,10:13)], main = "AIS data")
plot(Wt~sport)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.