p7.1 {MPV} | R 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)
[Package MPV version 1.63 Index]