p11.15: Data set for Problem 11-15

p11.15R Documentation

Data set for Problem 11-15

Description

The p11.15 data frame has 9 rows and 2 columns.

Usage

data(p11.15)

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.

References

Ryan (1997), Stefanski (1991)

Examples

data(p11.15)
plot(p11.15)
attach(p11.15)
lines(lowess(x,y))
detach(p11.15)

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

Related to p11.15 in MPV...