p7.4: Data Set for Problem 7-4

p7.4R Documentation

Data Set for Problem 7-4

Description

The p7.4 data frame has 12 observations on two variables.

Usage

data(p7.4)

Format

This data frame contains the following columns:

x

a numeric vector

y

a numeric vector

Source

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

Examples

data(p7.4)
y.lm <- lm(y ~ x + I(x^2), data = p7.4)
summary(y.lm)

MPV documentation built on Sept. 8, 2023, 5:44 p.m.

Related to p7.4 in MPV...