R-help, Is there any package/function in R which can perform multi-dimensional scaling? Thank you in advance
As recently discussed on this list, it's useful to search for functionality using the help.search() function. help.search("multidimensional scaling") Luis Rideau Cruz wrote:>R-help, > >Is there any package/function in R which can perform multi-dimensional >scaling? > >Thank you in advance > >______________________________________________ >R-help at stat.math.ethz.ch mailing list >https://stat.ethz.ch/mailman/listinfo/r-help >PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html > > >-- Chuck Cleland, Ph.D. NDRI, Inc. 71 West 23rd Street, 8th floor New York, NY 10010 tel: (212) 845-4495 (Tu, Th) tel: (732) 452-1424 (M, W, F) fax: (917) 438-0894
Luis Rideau Cruz wrote:> R-help, > > Is there any package/function in R which can perform multi-dimensional > scaling?I'd look at the results given by help.search("multi-dimensional scaling") Uwe Ligges> Thank you in advance > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
See: www.r-project.org -> Documentation->Newsletter->Volume 3/3, December 2003 There is an artikle by Jonathan Edwards and Paul Oman "Dimensional Reduction for Data Mapping" /E *********** REPLY SEPARATOR *********** On 9/16/2004 at 3:28 PM Luis Rideau Cruz wrote:>>>R-help, >>> >>>Is there any package/function in R which can perform multi-dimensional >>>scaling? >>> >>>Thank you in advance >>> >>>______________________________________________ >>>R-help at stat.math.ethz.ch mailing list >>>https://stat.ethz.ch/mailman/listinfo/r-help >>>PLEASE do read the posting guide! http://www.R-project.org/posting-guide.htmlDipl. bio-chem. Witold Eryk Wolski @ MPI-Moleculare Genetic Ihnestrasse 63-73 14195 Berlin 'v' tel: 0049-30-83875219 / \ mail: witek96 at users.sourceforge.net ---W-W---- http://www.molgen.mpg.de/~wolski wolski at molgen.mpg.de
see ?cmdscale Sean On Sep 16, 2004, at 10:28 AM, Luis Rideau Cruz wrote:> R-help, > > Is there any package/function in R which can perform multi-dimensional > scaling? > > Thank you in advance > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! > http://www.R-project.org/posting-guide.html
On Thu, 2004-09-16 at 17:28, Luis Rideau Cruz wrote:> Is there any package/function in R which can perform multi-dimensional > scaling? >Yes. Ripley's MASS package has isoMDS for non-metric multidimensional scaling. Moreover, the same package has function sammon for another variant. Some people regard SOM as a "crude form of" multidimensional scalling, and that is -- surprise -- in MASS, too (but there are other implementations). Vasic R (or its stats component) has principal co-ordinates analysis, a.k.a. as metric multidimensional scaling. Finally, R has a utility help.search which would show you most of these and something else, too (perhaps xgvis in the xgobi, if that's installed in your system). Try help.search("multidimensional scaling"). cheers, jari oksane -- Jari Oksanen <jarioksa at sun3.oulu.fi>