powered by
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.
sex
female
male
sport
B_Ball
Field
Gym
Netball
Row
Swim
T_400m
Tennis
T_Sprnt
W_Polo
RCC
WCC
Hc
Hg
Fe
BMI
SSF
Bfat
LBM
Ht
Wt
The data have been made publicly available in connection with the book by Cook and Weisberg (1994).
Cook and Weisberg (1994), An Introduction to Regression Graphics. John Wiley & Sons, New York.
data(ais, package="sn") pairs(ais[,c(3:4,10:13)], col=as.numeric(ais[,1]), main = "AIS data")
Run the code above in your browser using DataLab