Learn R Programming

SenSrivastava (version 2015.6.25.1)

E3.4: Men's Worlds Record Times for Running and Corresponding Distances

Description

The E3.4 data frame has 13 rows and 2 columns. World record times as of 1974.

Usage

data(E3.4)

Arguments

Format

This data frame contains the following columns:

Dist.

a numeric vector, distance in meters.

Time

a numeric vector, time in seconds.

See Also

E3.5, the records for women.

Examples

Run this code
data(E3.4)
summary(E3.4)

Run the code above in your browser using DataLab