Learn R Programming

ech (version 0.1.0)

deflate: This function allows you to calculate a deflator coefficient

Description

This function allows you to calculate a deflator coefficient

Usage

deflate(
  base_month = NULL,
  base_year = NULL,
  index = "IPC",
  level = "G",
  df_year = NULL
)

Arguments

base_month

baseline month

base_year

baseline year

index

IPC or IPAB

level

General index ('G'), Montevideo index ('M') or Interior index ('I')

df_year

ECH year

Details

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

See Also

Other income: basket_goods(), income_constant_prices(), income_quantiles(), labor_income_per_capita(), labor_income_per_hour(), organize_ht11()

Examples

Run this code
# NOT RUN {
deflate(base_month = 6, base_year = 2016, index = "IPC", level = "G", df_year = 2018)
# }

Run the code above in your browser using DataLab