powered by
Data for Exercise 1.36
Track15
A data frame with 26 observations on the following 2 variables.
Year
a numeric vector
X1500m
# NOT RUN { 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