powered by
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)
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
# NOT RUN { summary(lm(output ~ velocity, data = Windmill)) anova(lm(output ~ velocity, data = Windmill)) # }
Run the code above in your browser using DataLab