housing_deprivation.RdThis function allows you to calculate the housing status
housing_deprivation( data = ech::toy_ech_2018, n = 1, ht19 = "ht19", d9 = "d9", d10 = "d10", d11 = "d11", d12 = "d12", d13 = "d13", d16 = "d16", d18 = "d18", d19 = "d19", c2 = "c2", c3 = "c3", c4 = "c4", quintil = "quintil", region_4 = "region_4" )
| data | data.frame |
|---|---|
| n | number of deprivations to consider. Default 1 |
| ht19 | Variable name of number of individuals in the household |
| d9 | Variable name of number of rooms |
| d10 | Variable name of number of rooms to sleep |
| d11 | Variable name of principal source of potable water |
| d12 | Variable name of water supply network / water access |
| d13 | Variable name of sanitary facilities |
| d16 | Variable name of sewerage facilities |
| d18 | Variable name of energy source for lighting |
| d19 | Variable name of cooking space |
| c2 | Variable name of predominant material on external walls |
| c3 | Variable name of predominant roofing material |
| c4 | Variable name of predominant flooring material |
| quintil | Variable name of income quintil |
| region_4 | Variable name of region |
data.frame
Disclaimer: This script is not an official INE product. Aviso: El script no es un producto oficial de INE.
#> #> #> #> #> #>#> #>toy_ech_2018 <- housing_deprivation(data = toy_ech_2018)#> #> #> #> #> #> #> #> #> #> #> #> #># }