Learn R Programming

quantileDA (version 1.2)

ais: Australian Institute of Sport data

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(ais)

Arguments

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)

Examples

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

Run the code above in your browser using DataLab