Learn R Programming

MPV (version 1.64)

p8.3: 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)

Arguments

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

Examples

Run this code
data(p8.3)
pairs(p8.3)

Run the code above in your browser using DataLab