Learn R Programming

BSDA (version 1.01)

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

Description

Data for Exercise 1.45

Usage

Gasoline

Arguments

Format

A data frame with 25 observations on the following variable.

price

a numeric vector

Examples

Run this code
# NOT RUN {
str(Gasoline)
attach(Gasoline)
stem(price)
detach(Gasoline)
# }

Run the code above in your browser using DataLab