Hi all. Sorry to bother you.
I have a table like the following
A B C D E F
G1 0 1 1 0 1 1
G2 0 1 1 0 1 1
G3 0 0 0 0 0 1
H1 1 1 1 1 1 1
H2 1 0 1 1 0 1
H3 1 0 1 1 0 1
I already know G1, G2 and G3 belong to the same group and H1, H2 and H3 belong
to the other group. I want to cluster A, B, C, D, E and F. It seems that I
can't input the group information of G1-H3 into the 'hclust' function. Are
there any other cluster functions into which I could input the group
information of G1-H3?
Thanks very much! Any help will be greatly appreciated.
Best regards
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.