deflate.RdThis function allows you to calculate a deflate variable
deflate(base_month = NULL, base_year = NULL, ipc = "G", df_year = NULL)
| base_month | baseline month |
|---|---|
| base_year | baseline year |
| ipc | General IPC ('G'), Montevideo IPC ('M') or Interior IPC ('I') |
| df_year | ECH year |
Disclaimer: This script is not an official INE product. Aviso: El script no es un producto oficial de INE.
# \donttest{ deflate(base_month = 6, base_year = 2016, df_year = 2018) # }