| Utilities | R Documentation |
Data from utility bills at a residence.
Utilities2 is a similar data set with some additional variables.
data(Utilities)
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)
elecbillelectric bill (in dollars)
notesnotes about the billing period
Daniel T. Kaplan, Statistical modeling: A fresh approach, 2009.
Utilities2.
data(Utilities)
if (require(ggformula)) {
gf_point(gasbill ~ temp, data = Utilities)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.