Learn R Programming

RplotterPkg (version 0.1.3)

boston_marathon: 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.

agenumeric age from 20 to 60
timenumeric marathon time

Usage

boston_marathon

Arguments

Format

An object of class data.table (inherits from data.frame) with 109 rows and 2 columns.