turkey.price.ts {nutshell}R Documentation

Monthly Average Turkey Price, January 2001 to April 2008

Description

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.

Usage

data(turkey.price.ts)

Format

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 ...

Details

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

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

Examples

data(turkey.price.ts)
start(turkey.price.ts)
end(turkey.price.ts)
frequency(turkey.price.ts)
plot(turkey.price.ts)

[Package nutshell version 1.0 Index]