Learn R Programming

ComradesM (version 0.1.1)

cmDist: Distances run in the Comrades Marathon race from 1970 to 2019

Description

Distances run in the South African Comrades Marathon race since 1970

Usage

data(cmDist)

Arguments

Format

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

Year

Year of race

Direction

Direction of race, up (Durban to Pietermaritzburg) or down (Pietermaritzburg to Durban)

Distance

Race distance in kms

Details

This dataset and the datasets cmAll and cmE are all used in Chapter 21, "Over 90 years running 90 km"

Examples

Run this code
data(cmDist, package="ComradesM")
with(cmDist, summary(Distance))

Run the code above in your browser using DataLab