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