leskia29 / group_2

Associations among independent variables: Create summaries and visualizations of how the independent variables are associated with each other. Here, many of the characteristics of the drugs might be associated with each other, and the drugs might “cluster” into groups based on these characterstics. This group will need to come up with ways (and code) to analyze that in the data. This might include correlation plots, hierarchical cluster analysis, and principal components analysis.
2 stars 1 forks source link

More ideas for the hierarchical clustering visualization #3

Open geanders opened 6 years ago

geanders commented 6 years ago

Check out the tutorial here: http://www.sthda.com/english/articles/28-hierarchical-clustering-essentials/92-visualizing-dendrograms-ultimate-guide/

I think once you have the clustered data in a dendrogram class, you'd be able to use some of these additional functions for creating interesting visualizations.