overcrowding: This function allows you to calculate overcrowding in the...

View source: R/dwelling.R

overcrowdingR 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)

calcita/ech documentation built on March 2, 2024, 7:54 a.m.