eqSS | R Documentation |
Compute the equivalized household size according to the modified OECD scale adopted in 1994.
eqSS(hid, age, year = NULL, data = NULL)
hid |
if |
age |
if |
year |
if |
data |
a |
A numeric vector containing the equivalized household size for every
observation in data
.
Andreas Alfons
Working group on Statistics on Income and Living Conditions (2004) Common cross-sectional EU indicators based on EU-SILC; the gender pay gap. EU-SILC 131-rev/04, Eurostat.
eqInc
data(eusilc)
# calculate equivalized household size
eqSS <- eqSS("db030", "age", data=eusilc)
# combine with household ID and household size
tmp <- cbind(eusilc[, c("db030", "hsize")], eqSS)
# show the first 8 rows
head(tmp, 8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.