Learn R Programming

R330 (version 1.0)

sport.df: Australian Institute of Sport

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(sport.df)

Arguments

Format

A data frame with 158 observations on the following 5 variables:
ID
ID
sex
male or female
sport
Sport
BMI
Body mass index = weight/height^2
X.Bfat
percentage body fat

Source

Richard Telford and Ross Cunningham, Australian National University.

References

Cook, R. D., and Weisberg, S. (1994). An Introduction to Regression Graphics. Wiley, New York.

Examples

Run this code
data(sport.df)
library(lattice)
xyplot(X.Bfat~BMI|sport*sex,xlab="BMI",ylab="X.Bfat",data=sport.df)

Run the code above in your browser using DataLab