bike | R Documentation |
The times taken to cycle up a hill, as function of the bicycle seat height, use of dynamo, and tyre pressure. 16 runs were made using a factorial design.
data(bike)
A data frame with 16 observations on the following 11 variables.
Day of run
Order of run
Seat height: -1 indicates 26 inches, 1 indicates 30 inches
Use of dynamo: -1 indicates not used
Tyre pressure: -1 indicates 40 psi, 1 indicates 55 psi
factor corresponding to day
factor corresponding to run
factor corresponding to seat height
factor corresponding to use of dynamo
factor corresponding to tyre pressure
Run time (seconds)
Box, G. E. P., Hunter, W. G. and Hunter, J. S. (1978) Statistics for Experimenters. New York: Wiley.
Davison, A. C. (2003) Statistical Models. Cambridge University Press. Page 357.
data(bike)
anova(lm(time~dayf+runf+seat+dynamo+tyre,data=bike))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.