Learn R Programming

pspatreg (version 1.1.2)

prod_it: Productivity growth and internal net migration - Italian provinces

Description

A spatial dataframe including a map of Italian NUTS-3 provinces and cross-sectional dataset on provincial labor productivity growth rates, internal net migration rates, and other economic variables.

Usage

prod_it

Arguments

Format

An sf object with 107 rows and 9 columns:

COD_PROV

province (NUTS-3) coded as a number.

DEN_PROV

province (NUTS-3) coded as a name.

longitude

longitude of the centroid of the province.

latitude

latitude of the centroid of the province.

lnPROD_0

log of labor productivity in 2002 (measured as gross value added per worker).

growth_PROD

Average annual growth rate of labor productivity over the period 2002-2018.

lnoccgr

Average annual growth rate of employment over the period 2002-2018.

net

Average annual provincial internal net migration rate (computed as the difference between internal immigration and emigration flows of the working-age population, i.e. people aged 15-65, divided by the total population).

geometry

geometry (polygons) of the sf object.