eusilc13puf {simPop} | R Documentation |
Synthetic EU-SILC 2013 survey data
Description
This data set is synthetically generated from real Austrian EU-SILC (European Union Statistics on Income and Living Conditions) data 2013.
Format
A data frame with 13513 observations on the following 62 variables.
- db030
integer; the household ID.
- hsize
integer; the number of persons in the household.
- db040
factor; the federal state in which the household is located (levels
Burgenland
,Carinthia
,Lower Austria
,Salzburg
,Styria
,Tyrol
,Upper Austria
,Vienna
andVorarlberg
).- age
integer; the person's age.
- rb090
factor; the person's gender (levels
male
andfemale
).- pid
personal ID
- weight
sampling weights
- pl031
factor; 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).- pb220a
factor; the person's citizenship (levels
AT
,EU
andOther
).- pb190
for details, see Eurostat's code book
- pe040
for details, see Eurostat's code book
- pl111
for details, see Eurostat's code book
- pgrossIncomeCat
for details, see Eurostat's code book
- pgrossIncome
for details, see Eurostat's code book
- hgrossIncomeCat
for details, see Eurostat's code book
- hgrossIncome
for details, see Eurostat's code book
- hgrossminusCat
for details, see Eurostat's code book
- hgrossminus
for details, see Eurostat's code book
- py010g
for details, see Eurostat's code book
- py021g
for details, see Eurostat's code book
- py050g
for details, see Eurostat's code book
- py080g
for details, see Eurostat's code book
- py090g
for details, see Eurostat's code book
- py100g
for details, see Eurostat's code book
- py110g
for details, see Eurostat's code book
- py120g
for details, see Eurostat's code book
- py130g
for details, see Eurostat's code book
- py140g
for details, see Eurostat's code book
- hy040g
for details, see Eurostat's code book
- hy050g
for details, see Eurostat's code book
- hy060g
for details, see Eurostat's code book
- hy070g
for details, see Eurostat's code book
- hy080g
for details, see Eurostat's code book
- hy090g
for details, see Eurostat's code book
- hy100g
for details, see Eurostat's code book
- hy110g
for details, see Eurostat's code book
- hy120g
for details, see Eurostat's code book
- hy130g
for details, see Eurostat's code book
- hy140g
for details, see Eurostat's code book
- rb250
for details, see Eurostat's code book
- p119000
for details, see Eurostat's code book
- p038003f
for details, see Eurostat's code book
- p118000i
for details, see Eurostat's code book
- aktivi
for details, see Eurostat's code book
- erwintensneu
for details, see Eurostat's code book
- rb050
for details, see Eurostat's code book
- pb040
for details, see Eurostat's code book
- hb030
for details, see Eurostat's code book
- px030
for details, see Eurostat's code book
- rx030
for details, see Eurostat's code book
- pb030
for details, see Eurostat's code book
- rb030
for details, see Eurostat's code book
- hx040
for details, see Eurostat's code book
- pb150
for details, see Eurostat's code book
- rx020
for details, see Eurostat's code book
- px020
for details, see Eurostat's code book
- hx050
for details, see Eurostat's code book
- eqInc
for details, see Eurostat's code book
- hy010
for details, see Eurostat's code book
- hy020
for details, see Eurostat's code book
- hy022
for details, see Eurostat's code book
- hy023
for details, see Eurostat's code book
Details
The data set consists of 5977 households and is used as sample data in some
of the examples in package simPop
. Note that it is included
for illustrative purposes only. The sample weights do not reflect the true
population sizes of Austria and its regions.
62 variables of the original survey are
simulated for 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
and
netIncome
are not included in the standardized format of EU-SILC
data, but have been derived from other variables for convenience.
Author(s)
Matthias Templ
Source
This is a synthetic data set based on Austrian EU-SILC data from 2013. The original sample was provided by Statistics Austria.
References
Eurostat (2013) Description of target variables: Cross-sectional and longitudinal.
Examples
data(eusilc13puf)
str(eusilc13puf)