Learn R Programming

lmreg (version 1.2)

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
# NOT RUN {
data(worldrecord)
head(worldrecord)
# }

Run the code above in your browser using DataLab