Learn R Programming

sn (version 2.1.1)

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.

[,1]sexcategorical, levels: female, male
[,2]sportcategorical, levels: B_Ball, Field, Gym, Netball, Row, Swim, T_400m,
Tennis, T_Sprnt, W_Polo
[,3]RCCred cell count (numeric)
[,4]WCCwhite cell count (numeric)
[,5]HcHematocrit (numeric)
[,6]HgHemoglobin (numeric)
[,7]Feplasma ferritin concentration (numeric)
[,8]BMIbody mass index, weight/(height)\(^2\) (numeric)
[,9]SSFsum of skin folds (numeric)
[,10]Bfatbody fat percentage (numeric)
[,11]LBMlean body mass (numeric)
[,12]Htheight, cm (numeric)
[,13]Wtweight, kg (numeric)

Details

The data have been made publicly available in connection with the book by Cook and Weisberg (1994).

References

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

Examples

Run this code
data(ais, package="sn")
pairs(ais[,c(3:4,10:13)], col=as.numeric(ais[,1]), main = "AIS data")

Run the code above in your browser using DataLab