>>>>> "Baoqiang" == Baoqiang Cao <[EMAIL PROTECTED]>
>>>>> on Mon, 18 Jul 2005 15:02:05 -0400 writes:
Baoqiang> Hello All, I'm learning R. Just wonder, any
Baoqiang> package or function that I can use to get the
Baoqiang> dissimilarity matrix? Thanks.
Yes,
learn to use help.search() {also read the docu : ?help.search}
help.search("dissimilarity")
and find daisy() in recommended package 'cluster'.
There's also dist() in 'stats' which is a bit less versatile.
______________________________________________
[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