Learn R Programming

GLMsData (version 1.4)

windmill: Power generation by windmills

Description

The amount of direct current (dc) output from windmills for varying wind velocities

Usage

data(windmill)

Arguments

Format

A data frame with 25 observations on the following 2 variables.

Wind

the wind velocity in miles per hours; a numeric vector

DC

the dc output; a numeric vector

Details

The wind velocity and corresponding direct current (dc) output from windmills was recorded.

References

D. J. Hand, F. Daly, A. D. Lunn, K. J. McConway, and E. Ostrowski (1994) A Handbook of Small Data Sets, London: Chapman and Hall. Dataset 271.

D. C. Montgomery and E. A. Peck (1982) Introduction to Linear Regression Analysis. New York: John Wiley.

Examples

Run this code
data(windmill)
summary(windmill)

Run the code above in your browser using DataLab