table5.2 | R Documentation |
The table5.2
data frame has 53 observations on
energy usage (KWH) and corresponding demand (KW) at a sample of
residences.
This is the Electric Utility Data of Example 5.1.
data(table5.2)
This data frame contains the following columns:
a numeric vector of customer IDs
a numeric vector of energy usage values
a numeric vector of demand values
Montgomery, D.C., Peck, E.A., and Vining, C.G. (2001) Introduction to Linear Regression Analysis. 3rd Edition, John Wiley and Sons.
plot(y ~ x, xlab = "Usage", ylab = "Demand", data = table5.2)
anova(lm(y ~ x, data = table5.2)) # Note the typo in Table 5.3 for SS Regression
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.