table5.5: Table 5.5

table5.5R 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)

MPV documentation built on Sept. 11, 2024, 6:51 p.m.

Related to table5.5 in MPV...