| productivity {stgam} | R Documentation | 
US States Economic Productivity Data (1970-1985)
Description
A dataset of annual economic productivity data for the 48 contiguous US states (with Washington DC merged into Maryland), from 1970 to 1985 (17 years) in long format. The data productivity data table was extracted from the plm package.
Usage
productivity
Format
A tibble with 816 rows and 14 columns.
- state
- The name of the state 
- GEOID
- The state code 
- region
- The region 
- pubC
- Public capital which is composed of highways and streets (hwy) water and sewer facilities (water) and other public buildings and structures (util) 
- hwy
- Highway and streets assets 
- water
- Water utility assets 
- util
- Other public buildings and structures 
- privC
- Private captial stock 
- gsp
- Gross state product 
- emp
- Labour input measured by the employment in non-agricultural payrolls 
- unemp
- State unemployment rate capture elements of the business cycle 
- X
- Easting in metres from USA Contiguous Equidistant Conic projection (ESRI:102005) 
- Y
- Northing in metres from USA Contiguous Equidistant Conic projection (ESRI:102005) 
Source
Croissant, Yves, Giovanni Millo, and Kevin Tappe. 2022. Plm: Linear Models for Panel Data
Examples
data(productivity)