Learn R Programming

lmreg (version 1.3)

worldrecord: World record running times data

Description

Men's and women's world record times for various out-door running distances, recognized by the International Association of Athletics Federations (IAAF) as of 17 November, 2017.

Usage

data(worldrecord)

Arguments

Format

A data frame with 10 observations on the following 3 variables.

Distance

Running distance (in meters)

MenRecord

Men's record time (in seconds)

WomenRecord

Women's record time (in seconds)

Examples

Run this code
data(worldrecord)
head(worldrecord)

Run the code above in your browser using DataLab