ais: Australian Institute of Sport data

Description Usage Format Source 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 202 observations on the following 13 variables.

sex

A factor with levels female male

sport

A factor with levels B_Ball Field Gym Netball Row Swim T_400m T_Sprnt Tennis W_Polo

rcc

A numeric vector: red cell count

wcc

A numeric vector: white cell count

Hc

A numeric vector: Hematocrit

Hg

A numeric vector: Hemoglobin

Fe

A numeric vector: plasma ferritin concentration

bmi

A numeric vector: body mass index

ssf

A numeric vector: sum of skin folds

Bfat

A numeric vector: body fat percentage

lbm

A numeric vector: lean body mass

Ht

A numeric vector: height (cm)

Wt

A numeric vector: weight (kg)

Source

Cook and Weisberg (1994), An Introduction to Regression Graphics. John Wiley & Sons, New York.

Examples

1
2
3
4
data(ais)
attach(ais)
pairs(ais[,c(3:4,10:13)], main = "AIS data")
plot(Wt~sport)

Example output



quantileDA documentation built on May 2, 2019, 5:54 a.m.

Related to ais in quantileDA...