Windmill {BSDA} | R Documentation |
Data for Exercise 9.34
Windmill
A data frame with 25 observations on the following 7 variables.
velocity
output
SRES1
FITS1
X1.velocity
SRES2
FITS2
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Windmill) attach(Windmill) summary(lm(output~velocity)) detach(Windmill)