nym.2002 {UsingR} | R Documentation |
A random sample of finishers from the New York City Marathon.
data(nym.2002)
A data frame with 1000 observations on the following 5 variables.
Each year thousands of particpants line up to run the New York City Marathon. This list is a random sample from the finishers.
From the New York City Road Runners web site http://www.nyrrc.org
data(nym.2002) with(nym.2002, cor(time,age))