| eusilcP {simFrame} | R Documentation |
Synthetic EU-SILC data
Description
This data set is synthetically generated from real Austrian EU-SILC (European Union Statistics on Income and Living Conditions) data.
Usage
data(eusilcP)
Format
A data.frame with 58 654 observations on the following 28 variables:
hidinteger; the household ID.
regionfactor; the federal state in which the household is located (levels
Burgenland,Carinthia,Lower Austria,Salzburg,Styria,Tyrol,Upper Austria,ViennaandVorarlberg).hsizeinteger; the number of persons in the household.
eqsizenumeric; the equivalized household size according to the modified OECD scale.
eqIncomenumeric; a simplified version of the equivalized household income.
pidinteger; the personal ID.
- id
the household ID combined with the personal ID. The first five digits represent the household ID, the last two digits the personal ID (both with leading zeros).
ageinteger; the person's age.
genderfactor; the person's gender (levels
maleandfemale).ecoStatfactor; the person's economic status (levels
1= working full time,2= working part time,3= unemployed,4= pupil, student, further training or unpaid work experience or in compulsory military or community service,5= in retirement or early retirement or has given up business,6= permanently disabled or/and unfit to work or other inactive person,7= fulfilling domestic tasks and care responsibilities).citizenshipfactor; the person's citizenship (levels
AT,EUandOther).py010nnumeric; employee cash or near cash income (net).
py050nnumeric; cash benefits or losses from self-employment (net).
py090nnumeric; unemployment benefits (net).
py100nnumeric; old-age benefits (net).
py110nnumeric; survivor's benefits (net).
py120nnumeric; sickness benefits (net).
py130nnumeric; disability benefits (net).
py140nnumeric; education-related allowances (net).
hy040nnumeric; income from rental of a property or land (net).
hy050nnumeric; family/children related allowances (net).
hy070nnumeric; housing allowances (net).
hy080nnumeric; regular inter-household cash transfer received (net).
hy090nnumeric; interest, dividends, profit from capital investments in unincorporated business (net).
hy110nnumeric; income received by people aged under 16 (net).
hy130nnumeric; regular inter-household cash transfer paid (net).
hy145nnumeric; repayments/receipts for tax adjustment (net).
mainlogical; indicates the main income holder (i.e., the person with the highest income) of each household.
Details
The data set is used as population data in some of the examples in package
simFrame. Note that it is included for illustrative purposes only. It
consists of 25 000 households, hence it does not represent the true population
sizes of Austria and its regions.
Only a few of the large number of variables in the original survey are included
in this example data set. Some variable names are different from the
standardized names used by the statistical agencies, as the latter are rather
cryptic codes. Furthermore, the variables hsize, eqsize,
eqIncome and age are not included in the standardized format of
EU-SILC data, but have been derived from other variables for convenience.
Moreover, some very sparse income components were not included in the the
generation of this synthetic data set. Thus the equivalized household income is
computed from the available income components.
Source
This is a synthetic data set based on Austrian EU-SILC data from 2006. The original sample was provided by Statistics Austria.
References
Eurostat (2004) Description of target variables: Cross-sectional and longitudinal. EU-SILC 065/04, Eurostat.
Examples
data(eusilcP)
summary(eusilcP)
strata <- stratify(eusilcP, c("region", "gender"))
summary(strata)