The USMeatConsump data set contains quarterly retail prices and consumption quantities for four meat product categories: beef, pork, chicken, and turkey. The data period ranges from the first quarter of 1975 to the third quarter of 1999. Hence, there are 99 observations.
data
data(USMeatConsump)
Format
This data frame contains the following columns:
year: Year.
qtr: Quarter of the year.
t: Time trend.
pop: Population [million].
cpi: Consumer price index.
total_exp: Total per capita expenditure.
meat_exp: Per capita expenditure on meat.
beef_q: Per capita consumption of beef [pound].
pork_q: Per capita consumption of pork[pound].
chick_q: Per capita consumption of chicken [pound].
turkey_q: Per capita consumption of turkey [pound].