p5.24 {MPV} | R Documentation |
Data Set for Problem 5-24
Description
The p5.24
data frame has 13 observations on
7 variables.
Usage
data(p5.24)
Format
This data frame contains the following columns:
- Location
a character vector
- x1
a numeric vector
- x2
a numeric vector
- x3
a numeric vector
- x4
a numeric vector
- x5
a numeric vector
- y
a numeric vector
Source
Montgomery, D.C., Peck, E.A., and Vining, C.G. (2021) Introduction to Linear Regression Analysis. 6th Edition, John Wiley and Sons.
References
French, R.J. and Schultz, J.E. "Water Use Efficiency of Wheat in a Mediterranean-type Environment, I The Relation between Yield, Water Use, and Climate," Australian Journal of Agricultural Research, 35, 743-764, 1984.
Examples
lm(y ~ x1 + x2 + x3 + x4 + x5, data = p5.24)
[Package MPV version 1.63 Index]