Price test dataset
priceData.Rd
This dataset is a test dataset containing a small sample of 1000 goods and prices. Variables include goods price over 3 periods and the base price for the three equivalent periods.
Usage
data(priceData)
Format
Dataset containing the variables::
- dufNr
company number
- nace5
industry group (5 digits)
- nace3
industry group (3digits)
- varenr
identity number for the specific goods
- coicop
grouping variable for goods which are similar. This is the publishing level.
- weight
Variable specifying the weight that should be given based on the type of goods.
- p1
price in the first period
- p2
price in the second period
- p3
price in the third period
- b1
base price which should be used in the first period
- b2
base price which should be used in the second period
- b3
base price which should be used in the third period