incomedata {sae}R Documentation

Synthetic income data.

Description

Synthetic data on income and other related variables for Spanish provinces.

Usage

data(incomedata)

Format

A data frame with 17199 observations on the following 21 variables.

provlab:

province name.

prov:

province code.

ac:

region of the province.

gen:

gender: 1:male, 2:female.

age:

age group: 0:<=13, 1:14-15, 2:16-24, 3:25-49, 4:50-64, 5: >=65.

nat:

nationality: 1:Spanish, 2:other.

educ:

education level: 0:age<16, 1:primary education (compulsory educ.), 2:secondary education, 3:post-secondary education.

labor:

labor force status: 0:age<16, 1:employed, 2:unemployed, 3:inactive.

age2:

indicator of age group 16-24.

age3:

indicator of age group 25-49.

age4:

indicator of age group 50-64.

age5:

indicator of age group >=65.

educ1:

indicator of education level 1 (primary education).

educ2:

indicator of education level 2 (secondary education.

educ3:

indicator of education level 3 (post-secondary education).

nat1:

indicator of Spanish nationality.

labor1:

indicator of being employed.

labor2:

indicator of being unemployed.

labor3:

indicator of being inactive.

income:

normalized income.

weight:

sampling weight.


[Package sae version 1.3 Index]