Windmill {BSDA} | R Documentation |
Data for Exercise 9.34
Windmill
A data frame/tibble with 25 observations on two variables
wind velocity (miles per hour)
power generated (DC volts)
Joglekar, et al. (1989), Lack of Fit Testing when Replicates Are Not Available, The American Statistician, 43,(3), 135-143.
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
summary(lm(output ~ velocity, data = Windmill))
anova(lm(output ~ velocity, data = Windmill))