Gasoline {BSDA} | R Documentation |
Data for Exercise 1.45
Gasoline
A data frame with 25 observations on the following variable.
price
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Gasoline) attach(Gasoline) stem(price) detach(Gasoline)