Learn R Programming

MPV (version 1.64)

p5.24: Data Set for Problem 5-24

Description

The p5.24 data frame has 13 observations on 7 variables.

Usage

data(p5.24)

Arguments

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

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

Run this code
 lm(y ~ x1 + x2 + x3 + x4 + x5, data = p5.24)

Run the code above in your browser using DataLab