I have a training data set that I've done some cluster analysis on using R's pvclust package. I have a dendrogram of the results and am currently looking for the best way to use the information to create a model(s) of the data. Can anyone recommend a resource to walk me thru the process of going from clustering to predictive model? In other words, how do I read a dendrogram to make the most appropriate model(s).
Tell me more
×
Cross Validated is a question and answer site for
statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.
|
|
|||||
|
|
One way to proceed is to put the dummies of the clusters & run the regression. For example if there are n cluster groups, then (n-1) cluster dummies & run the regression using these dummies. |
|||||
|
|