income_constant_prices | R Documentation |
This function allows you to calculate the household income constant prices
income_constant_prices(
data = ech::toy_ech_2018,
base_month = 6,
base_year = 2018,
index = "IPC",
level = "G",
mes = "mes",
ht11 = "ht11",
ht13 = "ht13",
ht19 = "ht19"
)
data |
data.frame with ECH microdata |
base_month |
baseline month |
base_year |
baseline year |
index |
IPC or IPAB |
level |
General ("G") or Regional ("R") |
mes |
month |
ht11 |
Variable name of income. Default: ht11 |
ht13 |
Variable name of rental value. Default: ht13 |
ht19 |
Variable name of number of individuals in the household. Default: ht19 |
Disclaimer: This script is not an official INE product. Aviso: El script no es un producto oficial de INE.
data.frame
Other income:
basket_goods()
,
deflate()
,
income_quantiles()
,
labor_income_per_capita()
,
labor_income_per_hour()
,
organize_ht11()
toy_ech_2018 <- income_constant_prices(data = ech::toy_ech_2018)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.