turkey.price.ts {nutshell} | R Documentation |
This time series shows the average retail price of turkey in the United States between January 2001 and April 2008.
This data set is used as an example in the book "R in a Nutshell" from O'Reilly Media.
data(turkey.price.ts)
The format is: Time-Series [1:88] from 2001 to 2008: 1.58 1.75 1.63 1.45 1.56 2.07 1.81 1.74 1.54 1.45 ...
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(turkey.price.ts) start(turkey.price.ts) end(turkey.price.ts) frequency(turkey.price.ts) plot(turkey.price.ts)