Stata 11 is is used for the estimation. Different version of the stata may generate slightly different results.
*
* data description
*
* source
*
JIP database 2006
*
* variables
*
pref_id: prefecture id
year: Year
ind_id: Industry code
VAir: Real value added (millions of Japanese Yen, 2000 constant prices), by year, industry, and prefecture
Kir: Real capital stock (millions of Japanese Yen, 2000 constant prices), by year, industry, and prefecture
Lir: Number of workers, by year, industry, and prefecture
Kr: Total real capital stock in prefecture r in year t
Lr: Total number of workers in prefecture r in year t
wr: Average wages in prefecture r in year t
KirLir: Kir/Lir
KiLi: Industry average KirLir in year t
*
* label can be confirmed by typing "label list"
*
pref_id 1 "Hokkaido" 2 "Aomori" 3 "Iwate" 4 "Miyagi" 5 "Akita" 6 "Yamagata" 7 "Fukushima" 8 "Ibaraki" 9 "Tochigi" 10 "Gunma" 11 "Saitama" 12 "Chiba" 13 "Tokyo" 14 "Kanagawa" 15 "Niigata" 16 "Toyama" 17 "Ishikawa" 18 "Fukui" 19 "Yamanashi" 20 "Nagano" 21 "Gifu" 22 "Shizuoka" 23 "Aichi" 24 "Mie" 25 "Shiga" 26 "Kyoto" 27 "Osaka" 28 "Hyogo" 29 "Nara" 30 "Wakayama" 31 "Tottori" 32 "Shimane" 33 "Okayama" 34 "Hiroshima" 35 "Yamaguchi" 36 "Tokushima" 37 "Kagawa" 38 "Ehime" 39 "Kochi" 40 "Fukuoka" 41 "Saga" 42 "Nagasaki" 43 "Kumamoto" 44 "Oita" 45 "Miyazaki" 46 "Kagoshima" 47 "Okinawa"
*
ind_id 1 "Food products" 2 "Beverages and Tobacco" 3 "Textile products" 4 "Timber and wooden products" 5 "Furniture and fixtures" 6 "Pulp and paper" 7 "Publishing and printing" 8 "Chemical products" 9 "Petroleum and coal products" 10 "Plastic products" 11 "Rubber products" 12 "Leather tanning and leather products" 13 "Ceramic, stone and clay products" 14 "Iron and steel" 15 "Non-ferrous metals" 16 "Fabricated metal products" 17 "General machinery" 18 "Electrical machinery" 19 "Transportation machinery" 20 "Precision machinery" 21 "Other manufacturing"
