Learn R Programming

SMPracticals (version 1.3-1)

bike: Bicycling Times

Description

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.

Usage

data(bike)

Arguments

source

Box, G. E. P., Hunter, W. G. and Hunter, J. S. (1978) Statistics for Experimenters. New York: Wiley.

References

Davison, A. C. (2003) Statistical Models. Cambridge University Press. Page 357.

Examples

Run this code
data(bike)
anova(lm(time~dayf+runf+seat+dynamo+tyre,data=bike))

Run the code above in your browser using DataLab