This function allows you to calculate a deflate variable

deflate(base_month = NULL, base_year = NULL, ipc = "G", df_year = NULL)

Arguments

base_month

baseline month

base_year

baseline year

ipc

General IPC ('G'), Montevideo IPC ('M') or Interior IPC ('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.

Examples

# \donttest{ deflate(base_month = 6, base_year = 2016, df_year = 2018) # }