All you need to know on clustering with Factoshiny…
[This article was first published on François Husson, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
The function Factoshiny of the package Factoshiny proposes a complete clustering strategy that allows you:
- to draw a hierarchical tree and a partition
- to describe and characterize the clusters by quantitative and categorical variables
- to consider lots of individuals thanks to the complementarity of Kmeans and clustering algorithms
- to consider categorical variables or contingency tables
Implementation with R software
See this video and the audio transcription of this video:
Course videos
Theorectical and practical informations on clustering are available in these 4 course videos (here are the slides and the audio transcription of the courses):
Materials
Here is the material used in the videos:
- Temperature data: the data set – Rmarkdown – the script with the outputs
- Decathlon data: the data set – Rmarkdown – the script with the outputs
To leave a comment for the author, please follow the link and comment on their blog: François Husson.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.