sport.df: Australian Institute of Sport

Description Usage Format Source References Examples

Description

Data on 102 male and 100 female athletes collected at the Australian Institute of Sport, courtesy of Richard Telford and Ross Cunningham.

Usage

1

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

1
2
3
data(sport.df)
library(lattice)
xyplot(X.Bfat~BMI|sport*sex,xlab="BMI",ylab="X.Bfat",data=sport.df)

Example output

Loading required package: s20x
Loading required package: leaps
Loading required package: rgl
Loading required package: lattice
Warning messages:
1: In rgl.init(initValue, onlyNULL) : RGL: unable to open X11 display
2: 'rgl_init' failed, running with rgl.useNULL = TRUE 
3: .onUnload failed in unloadNamespace() for 'rgl', details:
  call: fun(...)
  error: object 'rgl_quit' not found 

R330 documentation built on May 2, 2019, 2:12 p.m.