p7.1: Data Set for Problem 7-1

p7.1R Documentation

Data Set for Problem 7-1

Description

The p7.1 data frame has 10 observations on a predictor variable.

Usage

data(p7.1)

Format

This data frame contains the following columns:

x

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.1)
attach(p7.1)
x2 <- x^2
detach(p7.1)

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

Related to p7.1 in MPV...