Track {BSDA}R Documentation

National Olympic records for women in several races

Description

Data for Exercises 2.97, 5.115, and 9.62

Usage

Track

Format

A data frame with 55 observations on the following 8 variables.

country
a factor with levels argentina australia austria belgium bermuda brazil burma canada chile china colombia cookis costa czech denmark domrep dprkorea finland france frg gbni gdr greece guatemala hungary india indonesia ireland israel italy japan kenya korea luxembourg malaysia mauritius mexico netherlands norway nz philippines png poland portugal rumania singapore spain sweden switzerland taipei thailand turkey usa ussr wsamoa
X100m
a numeric vector
X200m
a numeric vector
X400m
a numeric vector
X800m
a numeric vector
X1500m
a numeric vector
X3000m
a numeric vector
marathon
a numeric vector

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Track)
attach(Track)
cor(Track[,2:8])
pairs(Track[,2:8])
detach(Track)

[Package BSDA version 0.1 Index]