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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Mathematics Questions!