ham.price.ts {nutshell} | R Documentation |
A time series objects consiting of average monthly retail prices per pound of ham in the United States between January 2001 and April 2008.
data(ham.price.ts)
The format is: Time-Series [1:88] from January 2001 to April 2008
This data set is used as an example in the book "R in a Nutshell" from O'Reilly Media.
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
data(ham.price.ts) data(turkey.price.ts) ccf(turkey.price.ts, ham.price.ts, plot=FALSE)