p8.3 {MPV} | R Documentation |
Data Set for Problem 8-3
Description
The p8.3
data frame has 25 observations on delivery
times taken by a vending machine route driver.
Usage
data(p8.3)
Format
This data frame contains the following columns:
- y
delivery time (in minutes)
- x1
number of cases of product stocked
- x2
distance walked by route driver
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(p8.3)
pairs(p8.3)
[Package MPV version 1.63 Index]