p5.4: Data Set for Problem 5-4

p5.4R Documentation

Data Set for Problem 5-4

Description

The p5.4 data frame has 8 observations on 2 variables.

Usage

data(p5.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(p5.4)
plot(y ~ x, data=p5.4)

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

Related to p5.4 in MPV...