nihills {DAAGxtras} | R Documentation |
Data are from the 2007 calendar for the Northern Ireland Mountain Running Association.
data(nihills)
A data frame with 23 observations on the following 4 variables.
dist
climb
time
timef
These data make an interesting comparison with the dataset
hills2000
in the DAAG package.
http://www.nimra.org.uk/calendar.asp
data(nihills) lm(formula = log(time) ~ log(dist) + log(climb), data = nihills) lm(formula = log(time) ~ log(dist) + log(climb/dist), data = nihills)