Cluster Analysis is a useful technique for classifying the members of a group (people, events, measurements, etc) into "similar" groups. How "similar" is defined depends on the application, but generally involves looking at a number of attributes of the group. For example, we could cluster people by looking at their skin color, hair type, facial features, perhaps even genetic markers and find that we end up with clusters that are somehow associated with ethnicity.
Here's a fascinating application of cluster analysis: given data on what the citizens of each country eat (on aggregate), can we cluster the countries of the world into groups with similar diets? That's what Diego Valle did, using the pam (partitioning around medioids) function in R. He presents the six clusters he identifies as a color-coded world map (click to enlarge):
Australia gets grouped with North America and much of Europe and Russia as countries whose citizens enjoy a high-calorie diet with all kinds of foods (except not many beans). Countries in yellow have a cereal-rich diet. The diets of the south-east Asian cluster are heavy on fish and rice, but not dairy foods. See Diego's blog for the description of the other clusters, and the R code which created the analysis. The code reads the data directly from a Google Spreadsheet in the cloud, so you can easily run it yourself. It also produces an interesting chart comparing the American diet to that of the rest of the world.
Diego Valle's Food & Fishing Blog: Cluster Analysis of What The World Eats



Hey,
I love ClusterAnalysis! And i like your "plotDensities" function. Is very useful. I hope i find a way to use it in my applications!
Best regards from cluster 2
;-)
cheers
jo
Posted by: Joachim | March 11, 2010 at 00:40
Has this been used to correlate diet and health related issues? It would be interesting to compare diet, diseases and longevity. Could make for some very interesting reading.
Posted by: katy | March 30, 2011 at 12:58
Cluster analysis on what/how people eat per country? I sure do hope analysis and studies like these finds its way on to a more complex analysis wherein it could help in health prevention.
Posted by: MonaVie | August 05, 2011 at 16:04