R Dataset / Package DAAG / hills2000

On this R-data statistics page, you will find information about the hills2000 data set which pertains to Scottish Hill Races Data - 2000. The hills2000 data set is found in the DAAG R package. You can load the hills2000 data set in R by issuing the following command at the console data("hills2000"). This will load the data into a variable called hills2000. If R says the hills2000 data set is not found, you can try installing the package by issuing this command install.packages("DAAG") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the hills2000 R data set. The size of this file is about 2,951 bytes.

Scottish Hill Races Data - 2000

Description

The record times in 2000 for 56 Scottish hill races. We believe the data are, for the most part, trustworthy. This is the subset of races2000 for which type is hill.

Usage

hills2000

Format

This data frame contains the following columns:

dist

distance, in miles (on the map)

climb

total height gained during the route, in feet

time

record time in hours

timef

record time in hours for females

Source

The Scottish Running Resource, http://www.hillrunning.co.uk

Examples

pairs(hills2000)

Dataset imported from https://www.r-project.org.

Attachments: csv, json

<iframe src="https://pmagunia.com/iframe/r-dataset-package-daag-hills2000.html" width="100%" height="100%" style="border:0px"></iframe>