segreg {alr4}R Documentation

Energy consumption

Description

Data on electricity consumption (KWH) and mean temperature (degrees F) for one building on the University of Minnesota's Twin Cities campus. for 39 months in 1988-92. The goal is to model consumption as a function of temperature. Higher temperature causes the use of air conditioning, so high temperatures should mean high consumption. This building is steam heated, so electricity is not used for heating.

Format

This data frame contains the following columns:

Temp

Monthly mean temperature, degrees F.

C

Electricty consumption in KWH/day

Source

Charles Ng

References

Weisberg, S. (2014). Applied Linear Regression, 4th edition. Hoboken NJ: Wiley.

Examples

head(segreg)

[Package alr4 version 1.0.6 Index]