Learn R Programming

BSDA (version 0.1)

Track15: Olympic winning times for the men's 1500-meter run

Description

Data for Exercise 1.36

Usage

Track15

Arguments

source

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

Examples

Run this code
str(Track15)
attach(Track15)
plot(Year,X1500m,type="l",lwd=2,lty=2,col="red",xlab="Year",
ylab="1500m Time (seconds)",main="Problem 1.36")       
detach(Track15)

Run the code above in your browser using DataLab