segreg: Energy consumption

Description Format Source References Examples

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. (2005). Applied Linear Regression, 3rd edition. New York: Wiley, Section 11.3.

Examples

1

Example output

Loading required package: car
Loading required package: carData
     Temp       C
1  8.5536 86.2143
2 10.6613 72.3871
3 12.4516 74.0968
4 16.9032 68.2258
5 20.5161 72.3548
6 21.1613 76.4839

alr3 documentation built on May 2, 2019, 5:20 p.m.

Related to segreg in alr3...