OECD Purchasing power parities (PPP) data analysis 4 - Hierarchical Clustering and K-means Clustering using R.

Photo by Mylon Ollila on Unsplash www.crosshyou.info This post is following of the above post. In this post, I will do clustering. First, I use hierarchial clustering. I make a matrix for clustering. I use 2018 and 2019 data. Then, I use dist() function to calculate distance between each data. Then…