| Track {BSDA} | R Documentation |
Data for Exercises 2.97, 5.115, and 9.62
Track
A data frame with 55 observations on the following 8 variables.
countryargentina 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 wsamoaX100mX200mX400mX800mX1500mX3000mmarathonKitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Track) attach(Track) cor(Track[,2:8]) pairs(Track[,2:8]) detach(Track)