Learn R Programming

Rlab (version 2.15.1)

marathon: Winning times from New York City marathon

Description

The data consists of the winning times (in minutes) for men and women at the New York Marathon, 1978-1998, along with the temperature in Fahrenheit.

Arguments

Format

A data frame with 21 observations on the following 4 variables.

year

: 4-digit year

temp

: temperature (in Fahrenheit)

mtime

: men's winning time (in seconds)

wtime

: women's winning time (in seconds)