| nihills | R Documentation |
Data were from the 2007 calendar for the Northern Ireland Mountain Running Association.
data(nihills)
data(lognihills)
A data frame with 23 observations on the following 4 variables.
distdistances in miles
climbamount of climb in feet
timerecord time in hours for males
timefrecord time in hours for females
logdistdistances, log(miles)
logclimbclimb, log(feet)
logtimerecord time for males, log(hours)
logtimefrecord time for females, log(hours)
These data make an interesting comparison with the dataset
hills2000 in the DAAG package.
For more recent information, see https://www.nimra.org.uk/index.php/fixtures/
data(nihills)
lm(formula = log(time) ~ log(dist) + log(climb), data = nihills)
lm(formula = log(time) ~ log(dist) + log(climb/dist), data = nihills)
lm(formula = logtime ~ logdist + I(logclimb-logdist), data = lognihills)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.