Learn R Programming

SenSrivastava (version 2015.6.25)

E9.20: Stadium Cleanup Data

Description

The E9.20 data frame has 16 rows and 3 columns.

Usage

data(E9.20)

Arguments

Format

This data frame contains the following columns:

C

a numeric vector, cost of cleanup. Units forgotten.

R.HD

a numeric vector, sales at hot-dog stands. Units forgotten.

R.B

a numeric vector, sales at beer stands. Units forgotten.

Examples

Run this code
data(E9.20)
summary(E9.20)
plot(E9.20)

Run the code above in your browser using DataLab