table5.2: Table 5.2

table5.2R Documentation

Table 5.2

Description

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.

Usage

data(table5.2)

Format

This data frame contains the following columns:

Customer

a numeric vector of customer IDs

x

a numeric vector of energy usage values

y

a numeric vector of demand values

Source

Montgomery, D.C., Peck, E.A., and Vining, C.G. (2001) Introduction to Linear Regression Analysis. 3rd Edition, John Wiley and Sons.

Examples

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

MPV documentation built on Sept. 11, 2024, 6:51 p.m.

Related to table5.2 in MPV...