housing_conditions {ech}R Documentation

This function allows you to calculate the housing conditions

Description

This function allows you to calculate the housing conditions

Usage

housing_conditions(data = ech::toy_ech_2018, c2 = "c2", c3 = "c3", c4 = "c4")

Arguments

data

data.frame

c2

Variable name of predominant material on external walls

c3

Variable name of predominant roofing material

c4

Variable name of predominant flooring material

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_deprivation(), housing_situation(), housing_tenure(), overcrowding()

Examples

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

[Package ech version 0.1.3 Index]