Learn R Programming

DAAGxtras (version 0.7-6)

nihills: Record times for Northern Ireland mountain running events

Description

Data are from the 2007 calendar for the Northern Ireland Mountain Running Association.

Usage

data(nihills)

Arguments

source

http://www.nimra.org.uk/calendar.asp

Details

These data make an interesting comparison with the dataset hills2000 in the DAAG package.

Examples

Run this code
data(nihills)
lm(formula = log(time) ~ log(dist) + log(climb), data = nihills)
lm(formula = log(time) ~ log(dist) + log(climb/dist), data = nihills)

Run the code above in your browser using DataLab