| ais {quantileDA} | R Documentation |
Australian Institute of Sport data
Description
Data on 102 male and 100 female athletes collected at the Australian Institute of Sport, courtesy of Richard Telford and Ross Cunningham.
Usage
data(ais)
Format
A data frame with 202 observations on the following 13 variables.
sexA factor with levels
femalemalesportA factor with levels
B_BallFieldGymNetballRowSwimT_400mT_SprntTennisW_PolorccA 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)
Source
Cook and Weisberg (1994), An Introduction to Regression Graphics. John Wiley & Sons, New York.
Examples
data(ais)
attach(ais)
pairs(ais[,c(3:4,10:13)], main = "AIS data")
plot(Wt~sport)