dhl: Running times from relay race

dhlR Documentation

Running times from relay race

Description

Running times from 5 times 5 km relay race in Copenhagen 2006, held over four days. The sex distribution in the team classifies the teams into six groups. Total running time for a team (not each participant) is registered.

Usage

data(dhl)

Format

A data frame with 24 observations on the following 6 variables.

day

race day. A factor with levels Monday Thursday Tuesday Wednesday

men

number of men on the team (numeric)

women

number of men on the team (numeric)

hours

hours of running (should be combined with minutes and seconds)

minutes

minutes of running (should be combined with hours and seconds)

seconds

seconds of running (should be combined with hours and minutes)

Details

The total running time for the team (not for each participant) is registered. On average, there are 800 teams per combination of race day and sex group. The dataset contains median running times.

Source

http://www.sparta.dk

Examples

data(dhl)
attach(dhl)
totaltime <- 60*60*hours + 60*minutes + seconds ## Total time in seconds

isdals documentation built on Aug. 20, 2023, 1:07 a.m.

Related to dhl in isdals...