Runners: Performance of runners in a ten-mile race as they age

Description Usage Format Details Examples

Description

These data are assembled from the records of the "Cherry Blossom Ten Miler" held in Washington, DC each April. The records span the years 1999 to 2008.

Usage

1

Format

A data frame Runners with 24,334 rows and 8 variables.

Details

There are about 10,000 participants each year, of whom roughly half have run the race previously. During the ten years of these records, some 25 runners ran in ech of the years, 73 ran in nine of the years, and so on. The data allow you to track the performace of runners as they age. This simplified version of the data does not include personal identifying data other than sex, age, and number of previous runs in any given year. (Runs before 1999 are not considered.)

Examples

1
mod_1 = lm(net ~ age + sex, data = Runners)

dtkaplan/gghelper documentation built on May 15, 2019, 5 p.m.