Java Mailing List Archive

http://www.r-help.com/

Home » Home (12/2007) » R Help for Statistical Computing »

Re: [R] how to get dissimilarity matrix

Martin Maechler

2005-07-19

Replies:

>>>>> "Baoqiang" == Baoqiang Cao <caobg@(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.

______________________________________________
R-help@(protected)
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
©2008 r-help.com - Jax Systems, LLC, U.S.A.