Dear R help,
I am trying to cluster my data according to "group" in a data frame such as
the following:
df=data.frame(group=rep(c("a","b","c","d"),10),(replicate(100,rnorm(40
I'm not sure how to tell hclust() that I want to cluster according to the
group variable. For example:
dfclust=hc
Dear R help,
I am trying to cluster my data according to "group" in a data frame such as
the following:
df=data.frame(group=rep(c("a","b","c","d"),10),(replicate(100,rnorm(40
I'm not sure how to tell hclust() that I want to cluster according to the
group variable. For example:
dfclust=hc
2 matches
Mail list logo