powered by
Times recorded by winners of men's olympic sprint finals in different categories from 1900 to 1988 (Lunn and McNeil, 1991).
data(olympic)
A data frame with 20 observations on the following 6 variables.
Year
Olympic year
X100m
Winner's time (in seconds) for 100 meters sprint
X200m
Winner's time (in seconds) for 200 meters sprint
X400m
Winner's time (in seconds) for 400 meters sprint
X800m
Winner's time (in seconds) for 800 meters sprint
X1500m
Winner's time (in seconds) for 1500 meters sprint
There are three missing years in the data; 1916, 1940 and 1944, when world wars prevented the olympic games from being held.
# NOT RUN { data(olympic) head(olympic) # }
Run the code above in your browser using DataLab