powered by
Data loads lazily. Type data(wageprc) into the console.
data(wageprc)
A data.frame with 286 rows and 20 variables:
price. consumer price index
wage. nominal hourly wage
t. time trend = 1, 2 , 3, ...
lprice. log(price)
lwage. log(wage)
gprice. lprice - lprice[_n-1]
gwage. lwage - lwage[_n-1]
gwage_1. gwage[_n-1]
gwage_2. gwage[_n-2]
gwage_3.
gwage_4.
gwage_5.
gwage_6.
gwage_7.
gwage_8.
gwage_9.
gwage_10.
gwage_11.
gwage_12.
gprice_1. gprice[_n-1]
# NOT RUN { str(wageprc) # }
Run the code above in your browser using DataLab