Gasoline {BSDA}R Documentation

Price of regular unleaded gasoline obtained from 25 service stations

Description

Data for Exercise 1.45

Usage

Gasoline

Format

A data frame with 25 observations on the following variable.

price
a numeric vector

Source

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

Examples

str(Gasoline)
attach(Gasoline)
stem(price)
detach(Gasoline)

[Package BSDA version 0.1 Index]