Learn R Programming

nutshell (version 1.02)

turkey.price.ts: 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)

Arguments

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

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(turkey.price.ts)
start(turkey.price.ts)
end(turkey.price.ts)
frequency(turkey.price.ts)
plot(turkey.price.ts)

Run the code above in your browser using DataLab