table5.5 | R Documentation |
The table5.5
data frame has 25 observations on
wind velocity (mph) and corresponding DC output from a windmill turbine.
This is the Windmill Data of Example 5.2.
data(table5.5)
This data frame contains the following columns:
numeric vector of velocities
numeric vector of DC output values
Montgomery, D.C., Peck, E.A., and Vining, C.G. (2001) Introduction to Linear Regression Analysis. 3rd Edition, John Wiley and Sons.
plot(DC ~ v, data = table5.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.