Learn R Programming

BSDA (version 0.1)

Gasoline: Price of regular unleaded gasoline obtained from 25 service stations

Description

Data for Exercise 1.45

Usage

Gasoline

Arguments

source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

Run this code
str(Gasoline)
attach(Gasoline)
stem(price)
detach(Gasoline)

Run the code above in your browser using DataLab