This is a Shiny web application that allows you to analyze and visualize cumulative inflation data. The app provides the following features:
- Cumulative Inflation Analysis for a Selected Country.
- Cumulative Inflation Histogram for Multiple Countries.
- Cumulative Core Inflation Analysis and Histogram.
You can customize your analysis by selecting specific countries, date ranges, and options.
To run this Shiny app locally, you need to have R installed. Follow these steps:
- Clone or download this repository to your local machine.
- Open the R project file in RStudio.
- Install the required packages using
install.packages("shiny")
and any others mentioned in the code. - Open the Shiny app by running the R script.
- Inflation data is sourced from IHS Datainsight, EUROSTAT, and national statistical agencies.
- Harmonized Index of Consumer Prices (HICP) is used for the CPI and the Overall index excluding Energy, Food, Alcohol and Tobacco is used for the Core CPI.
If you have any questions or suggestions for improvements, please feel free to contact us.
Enjoy analyzing cumulative inflation data with our Shiny app!