R Dataset / Package mosaicData / Utilities2
November 27, 2023
On this R-data statistics page, you will find information about the Utilities2 data set which pertains to Utility bills. The Utilities2 data set is found in the mosaicData R package. You can load the Utilities2 data set in R by issuing the following command at the console data("Utilities2"). This will load the data into a variable called Utilities2. If R says the Utilities2 data set is not found, you can try installing the package by issuing this command install.packages("mosaicData") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the Utilities2 R data set. The size of this file is about 15,575 bytes.
Utility bills
Description
Data from utility bills at a private residence. This is an augmented version of Utilities.
Usage
data(Utilities2)
Format
A data frame containing 117 observations for the following variables.
-
monthmonth (coded as a number) -
dayday of month on which bill was calculated -
yearyear of bill -
tempaverage temperature (F) for billing period -
kwhelectricity usage (kwh) -
ccfgas usage (ccf) -
thermsPerDaya numeric vector -
billingDaysnumber of billing days in billing period -
totalbilltotal bill (in dollars) -
gasbillgas bill (in dollars) -
elecbillexectric bill (in dollars) -
notesnotes about the billing period -
ccfpdayaverage gas usage per day [Utilities2only] -
kwhpdayaverage electric usage per day [Utilities2only] -
gasbillpdaygas bill divided by billing days [Utilities2only] -
elecbillpdayelectric bill divided by billing days a numeric vector [Utilities2only] -
totalbillpdaytotal bill divided by billing days a numeric vector [Utilities2only] -
thermsthermsPerDay * billingDays[Utilities2only] -
monthsSinceY2Kmonths since 2000 [Utilities2only]
Source
Daniel T. Kaplan, Statistical modeling: A fresh approach, 2009.
See Also
Utilities.
Examples
data(Utilities2)
if (require(lattice)) {
xyplot(gasbillpday ~ temp, Utilities2)
} Dataset imported from https://www.r-project.org.
<iframe src="https://jmagunia.com/iframe/r-dataset-package-mosaicdata-utilities2.html" width="100%" height="100%" style="border:0px"></iframe>