sports {DPpackage} | R Documentation |
This data set consider information from 202 elite Australian athletes who trained at the Australian Institute of Sport. The members of the sample participate in a number of different sports and are about equally split between men and women.
data(sports)
A data frame with 202 observations on the following 13 variables.
gender
female
and male
sport
B_Ball
, Field
, Gym
, Netball
,
Row
, Swim
, T_400m
, T_Sprnt
, Tennis
,
and W_Polo
rcc
wcc
Hc
Hg
Fe
bmi
ssf
Bfat
lbm
Ht
Wt
Cook and Weisberg (1994), An Introduction to Regression Graphics. John Wiley & Sons, New York.
Cook and Weisberg (1994), An Introduction to Regression Graphics. John Wiley & Sons, New York.
data(sports) ## maybe str(sports) ; plot(sports) ...