powered by
Data from utility bills at a residence. Utilities2 is a similar data set with some additional variables.
Utilities2
data(Utilities)
A data frame containing 117 observations for the following variables.
month month (coded as a number)
month
day day of month on which bill was calculated
day
year year of bill
year
temp average temperature (F) for billing period
temp
kwh electricity usage (kwh)
kwh
ccf gas usage (ccf)
ccf
thermsPerDay a numeric vector
thermsPerDay
billingDays number of billing days in billing period
billingDays
totalbill total bill (in dollars)
totalbill
gasbill gas bill (in dollars)
gasbill
elecbill electric bill (in dollars)
elecbill
notes notes about the billing period
notes
Utilities2.
# NOT RUN { data(Utilities) if (require(lattice)) { xyplot(gasbill ~ temp, Utilities) } # }
Run the code above in your browser using DataLab