Learn R Programming

BSDA (version 1.01)

Track: National Olympic records for women in several races

Description

Data for Exercises 2.97, 5.115, and 9.62

Usage

Track

Arguments

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

Examples

Run this code
# NOT RUN {
str(Track)
attach(Track)
cor(Track[,2:8])
pairs(Track[,2:8])
detach(Track)
# }

Run the code above in your browser using DataLab