Learn R Programming

nutshell (version 1.02)

ham.price.ts: Ham Price Time Series

Description

A time series objects consiting of average monthly retail prices per pound of ham in the United States between January 2001 and April 2008.

Usage

data(ham.price.ts)

Arguments

format

The format is: Time-Series [1:88] from January 2001 to April 2008

source

This data is from the Livestock Market Information Center (LMIC) Retail Scanner Prices for Meat database. For more information on this data source, see http://www.lmic.info/meatscanner/meatscanner.shtml

Details

This data set is used as an example in the book "R in a Nutshell" from O'Reilly Media.

Examples

Run this code
data(ham.price.ts)
data(turkey.price.ts)
ccf(turkey.price.ts, ham.price.ts, plot=FALSE)

Run the code above in your browser using DataLab