table5.5 {MPV} | R Documentation |
Table 5.5
Description
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.
Usage
data(table5.5)
Format
This data frame contains the following columns:
- v
numeric vector of velocities
- DC
numeric vector of DC output values
Source
Montgomery, D.C., Peck, E.A., and Vining, C.G. (2001) Introduction to Linear Regression Analysis. 3rd Edition, John Wiley and Sons.
Examples
plot(DC ~ v, data = table5.5)
[Package MPV version 1.64 Index]