K-Means clustering on OECD data in R
A small example demonstrating how to use dplyr in R for filtering retrieved OECD data (pulled via R interface using the OECD R-package)
A small example demonstrating how to use dplyr in R for filtering retrieved OECD data (pulled via R interface using the OECD R-package)
“OECD” is a package in R, providing an interface for performing a querry directly from R code. In this post I use the “OECD” package to analyze European transport data. I begin by reading in the OECD package in R.…