worldrecord {lmreg}R Documentation

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)

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)

Source

International Association of Athletics Federations (https://www.iaaf.org/records/by-category/world-records).

Examples

data(worldrecord)
head(worldrecord)

[Package lmreg version 1.2 Index]