boston_marathon {RplotterPkg} | R Documentation |
boston_marathon data
Description
Boston Marathon completion times of women of different ages. The
raw tab delimited data (boston_marathon.txt
) is read by
data.table::fread()
to produce a data frame with columns
for women's "age" and marathon "time" in minutes.
age | numeric age from 20 to 60 |
time | numeric marathon time |
Usage
boston_marathon
Format
An object of class data.table
(inherits from data.frame
) with 109 rows and 2 columns.
Source
[Package RplotterPkg version 0.1.3 Index]