RetailSales: Retail Sales

Description Format Details Source Examples

Description

Monthly U.S. Retail Sales (in billions)

Format

A data frame with 144 observations on the following 3 variables.

Details

Data show the monthly retail sales (in billions) for the U.S. economy in each month from 2002 through 2011.

Source

http://www.census.gov/retail/

Examples

1
2
3
4
5
data(RetailSales)
if (require(lattice)) {
  xyplot(Sales ~ Date, RetailSales, type='l')
  xyplot(Sales ~ Date, RetailSales, type='l', groups=Month)
}

Lock5withR documentation built on May 2, 2019, 3:43 p.m.