Question: How would i run a cluster analysis to group data based on a euclidean distance measure in R? Select one: a. hc
How would i run a cluster analysis to group data based on a euclidean distance measure in R?
Select one:
a. hc<-hclust(dist(dataframe[,variables]) ; plot(hc)
b. hc<-hclust(dataframe[,variables]) ; plot(hc)
c. hc<-cluster((dataframe[,variables]) ; plot(hc)
d. none of the above
e. hc<-cluster(dist(dataframe[,variables]) ; plot(hc)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
