overcrowding {ech}R Documentation

This function allows you to calculate overcrowding in the household

Description

This function allows you to calculate overcrowding in the household

Usage

overcrowding(data = ech::toy_ech_2018, ht19 = "ht19", d10 = "d10")

Arguments

data

data.frame

ht19

Variable name of umber of individuals in the household

d10

Variable name of number of rooms to sleep

Details

Disclaimer: This script is not an official INE product. Aviso: El script no es un producto oficial de INE.

Value

data.frame

See Also

Other dwelling: housing_conditions(), housing_deprivation(), housing_situation(), housing_tenure()

Examples

toy_ech_2018 <- overcrowding(data = ech::toy_ech_2018)

[Package ech version 0.1.3 Index]