data(Runners)
Runners
with 24,334 rows and 8 variables.
age
The runners age at the time of the race.
net
The time (in min.) elapsed from when the runner crossed the start line until the finish.
gun
The time (in min.) from when the starter's gun was fired to when the runner finished the race. With
so many participants, some runners do not reach the start line until several minutes after the gun.
sex
The runner's sex.
previous
How many times the runner participated before this year's race.
nruns
How many of the 10 years' runs the runner eventually participated in.
start_position
A made-up categorical description of where the runner was situated in the
line up for the race..
mod_1 = lm(net ~ age + sex, data = Runners)
Run the code above in your browser using DataLab