| eusilc {laeken} | R Documentation |
Synthetic EU-SILC survey data
Description
This data set is synthetically generated from real Austrian EU-SILC (European Union Statistics on Income and Living Conditions) data.
Usage
data(eusilc)
Format
A data frame with 14827 observations on the following 28 variables.
db030integer; the household ID.
hsizeinteger; the number of persons in the household.
db040factor; the federal state in which the household is located (levels
Burgenland,Carinthia,Lower Austria,Salzburg,Styria,Tyrol,Upper Austria,ViennaandVorarlberg).rb030integer; the personal ID.
ageinteger; the person's age.
rb090factor; the person's gender (levels
maleandfemale).pl030factor; 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).pb220afactor; 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).
eqSSnumeric; the equivalized household size according to the modified OECD scale.
eqIncomenumeric; a slightly simplified version of the equivalized household income.
db090numeric; the household sample weights.
rb050numeric; the personal sample weights.
Details
The data set consists of 6000 households and is used in the examples of package
laeken. Note that this is a synthetic data set based on original
EU-SILC survey data.
Only a few of the large number of variables in the original survey are included
in this example data set. The variable names are rather cryptic codes, but
these are the standardized names used by the statistical agencies. Furthermore,
the variables hsize, age, eqSS and eqIncome 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
A. Alfons and M. Templ (2013) Estimation of Social Exclusion Indicators from Complex Surveys: The R Package laeken. Journal of Statistical Software, 54(15), 1–25. doi:10.18637/jss.v054.i15
A. Alfons, M. Templ, P. Filzmoser (2011) Simulation of close-to-reality population data for household surveys with application to EU-SILC. Statistical Methods and Applications, vol 20 (3), 383-407.
Eurostat (2004) Description of target variables: Cross-sectional and longitudinal. EU-SILC 065/04, Eurostat.
Examples
data(eusilc)
summary(eusilc)